summaryrefslogtreecommitdiff
path: root/sound/pci
diff options
context:
space:
mode:
authorSergey Vlasov <vsu@altlinux.ru>2005-04-25 09:34:33 (GMT)
committerJaroslav Kysela <perex@suse.cz>2005-05-29 08:05:20 (GMT)
commit67e1b51e293cec9bbe8c9ad81680bceec1e3b7f9 (patch)
tree8c2178198d17182510d2730ddfe5f2f8b4b0128d /sound/pci
parentb16760bbb9e3c63b6beef7e2c8f8db64ab5efe70 (diff)
downloadlinux-67e1b51e293cec9bbe8c9ad81680bceec1e3b7f9.tar.xz
[ALSA] ac97 - add the 'Mic Front Input Switch' control (ALC850)
AC97 Codec 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 <vsu@altlinux.ru> Signed-off-by: Jaroslav Kysela <perex@suse.cz>
Diffstat (limited to 'sound/pci')
-rw-r--r--sound/pci/ac97/ac97_patch.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/ac97/ac97_patch.c b/sound/pci/ac97/ac97_patch.c
index 7f16c30..737c4bb 100644
--- a/sound/pci/ac97/ac97_patch.c
+++ b/sound/pci/ac97/ac97_patch.c
@@ -1928,6 +1928,7 @@ static void alc850_update_jacks(ac97_t *ac97)
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,
};