--------------------- PatchSet 3140 Date: 2005/04/25 11:34:33 Author: perex Branch: HEAD Tag: (none) Log: Summary: ac97 - add the "Mic Front Input Switch" control (ALC850) Add the "Mic Front Input Switch" control to the mixer for ALC850. Enabling this input is required for using the front panel microphone connector with ASUS A8V motherboard. Signed-off-by: Sergey Vlasov Members: pci/ac97/ac97_patch.c:1.79->1.80 Index: /sound/pci/ac97/ac97_patch.c diff -u /sound/pci/ac97/ac97_patch.c.old /sound/pci/ac97/ac97_patch.c --- /sound/pci/ac97/ac97_patch.c.old Wed Apr 13 06:32:57 2005 +++ /sound/pci/ac97/ac97_patch.c Mon Apr 25 03:34:33 2005 @@ -1928,6 +1928,7 @@ static const snd_kcontrol_new_t snd_ac97_controls_alc850[] = { AC97_PAGE_SINGLE("Duplicate Front", AC97_ALC650_MULTICH, 0, 1, 0, 0), + AC97_SINGLE("Mic Front Input Switch", AC97_ALC850_JACK_SELECT, 15, 1, 1), AC97_SURROUND_JACK_MODE_CTL, AC97_CHANNEL_MODE_CTL, };