From fe2201364a3c374720d6767b6033a142abf8c02a Mon Sep 17 00:00:00 2001 From: Andrea Arcangeli Date: Thu, 22 Mar 2007 01:02:58 +0100 Subject: [PATCH] --- yaml --- r: 56139 b: refs/heads/master c: 1aba2bc32144ed13f1c0e581471fe943e738ff42 h: refs/heads/master i: 56137: bacbf7d1755d8d5427a83c5c4650730692c1c4ec 56135: 3251514f29f96c2564b754fcc8ed588b334db76a v: v3 --- [refs] | 2 +- trunk/sound/pci/hda/patch_analog.c | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 3ea971893dc0..979e4ad0e844 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 19a982b69442d39b3bb6e710677320182480576b +refs/heads/master: 1aba2bc32144ed13f1c0e581471fe943e738ff42 diff --git a/trunk/sound/pci/hda/patch_analog.c b/trunk/sound/pci/hda/patch_analog.c index f94f1f22889e..9c241ccf6907 100644 --- a/trunk/sound/pci/hda/patch_analog.c +++ b/trunk/sound/pci/hda/patch_analog.c @@ -741,8 +741,9 @@ static struct hda_verb ad1986a_init_verbs[] = { /* additional verbs for 3-stack model */ static struct hda_verb ad1986a_3st_init_verbs[] = { - /* Mic and line-in selectors */ - {0x0f, AC_VERB_SET_CONNECT_SEL, 0x2}, + /* Mic selector, mix C/LFE (backmic) and Mic (frontmic) */ + {0x0f, AC_VERB_SET_CONNECT_SEL, 0x4}, + /* Line-in selectors */ {0x10, AC_VERB_SET_CONNECT_SEL, 0x1}, { } /* end */ };