Comment 11 for bug 1045981

Revision history for this message
Raymond (superquad-vortex2) wrote :

if you look carefully, you should notice that 0x26 is not any detectable pin complex in vt1802

Node 0x26 [Vendor Defined Widget] wcaps 0xf00000: Mono

/* Mono Out */present = snd_hda_jack_detect(codec, 0x26);

parm = present ? AC_PWRST_D3 : AC_PWRST_D0; if (spec->codec_type == VT1802) { /* PW15 (33h), MW8(1ch), MUX8(3ch) */update_power_state(codec, 0x33, parm); update_power_state(codec, 0x1c, parm); update_power_state(codec, 0x3c, parm);

http://git.kernel.org/?p=linux/kernel/git/tiwai/sound.git;a=commitdiff;h=11890956e948e6ed1b3e4acc11b6879db6ace01b;hp=bc92df7fe55e49c616a003b0b77e7badf2736429

I don't understand how this patch can fix the problem since mic jack is not retaskable and all pin complexes are hardcoded in set widget power state

http://git.kernel.org/?p=linux/kernel/git/tiwai/sound.git;a=commitdiff;h=94c142a160d63edac0e1fca7848960dcf75dd2a9;hp=012e7eb1e501d0120e0383b81477f63091f5e365