ALSA: hda - Fix yet another auto-mic bug in ALC268
authorTakashi Iwai <tiwai@suse.de>
Wed, 7 Oct 2009 13:12:27 +0000 (15:12 +0200)
committerTakashi Iwai <tiwai@suse.de>
Wed, 7 Oct 2009 13:12:27 +0000 (15:12 +0200)
commitdefb5ab2e0ff08ff9a942e2bb7e14c21a55ec26b
tree8943ce45b1fd9ab02b9eb0d799a64005b750dbe1
parent01d4825df62d1d405035b90294bf38616d3f380b
ALSA: hda - Fix yet another auto-mic bug in ALC268

Since patch_alc268() doesn't call set_capture_mixer() (due to its h/w
design different from other siblings), it needs to call fixup_automic_adc()
explicitly to set up the auto-mic routing.  Otherwise the indices for
int/ext mics aren't set properly.

Reference: Novell bnc#544899
http://bugzilla.novell.com/show_bug.cgi?id=544899

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_realtek.c