aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/patch_analog.c
diff options
context:
space:
mode:
authorAndrea Arcangeli <andrea@suse.de>2007-03-21 20:02:58 -0400
committerJaroslav Kysela <perex@suse.cz>2007-05-11 10:55:52 -0400
commit1aba2bc32144ed13f1c0e581471fe943e738ff42 (patch)
tree0c0c0427bded7297829ce34d89e89fa42b3e5a29 /sound/pci/hda/patch_analog.c
parent19a982b69442d39b3bb6e710677320182480576b (diff)
[ALSA] hda-codec - Fix front/rear mic inputs on AD1986A codec
Fix the front/rear mic inputs on ASUS M2NPV-VM board with AD1986A codec chip (3stack model). Signed-off-by: Andrea Arcangeli <andrea@suse.de> Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Jaroslav Kysela <perex@suse.cz>
Diffstat (limited to 'sound/pci/hda/patch_analog.c')
-rw-r--r--sound/pci/hda/patch_analog.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sound/pci/hda/patch_analog.c b/sound/pci/hda/patch_analog.c
index f94f1f22889e..9c241ccf6907 100644
--- a/sound/pci/hda/patch_analog.c
+++ b/sound/pci/hda/patch_analog.c
@@ -741,8 +741,9 @@ static struct hda_verb ad1986a_init_verbs[] = {
741 741
742/* additional verbs for 3-stack model */ 742/* additional verbs for 3-stack model */
743static struct hda_verb ad1986a_3st_init_verbs[] = { 743static struct hda_verb ad1986a_3st_init_verbs[] = {
744 /* Mic and line-in selectors */ 744 /* Mic selector, mix C/LFE (backmic) and Mic (frontmic) */
745 {0x0f, AC_VERB_SET_CONNECT_SEL, 0x2}, 745 {0x0f, AC_VERB_SET_CONNECT_SEL, 0x4},
746 /* Line-in selectors */
746 {0x10, AC_VERB_SET_CONNECT_SEL, 0x1}, 747 {0x10, AC_VERB_SET_CONNECT_SEL, 0x1},
747 { } /* end */ 748 { } /* end */
748}; 749};