Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=1aba2bc32144ed13f1c0e581471fe943e738ff42
Commit:     1aba2bc32144ed13f1c0e581471fe943e738ff42
Parent:     19a982b69442d39b3bb6e710677320182480576b
Author:     Andrea Arcangeli <[EMAIL PROTECTED]>
AuthorDate: Thu Mar 22 01:02:58 2007 +0100
Committer:  Jaroslav Kysela <[EMAIL PROTECTED]>
CommitDate: Fri May 11 16:55:52 2007 +0200

    [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 <[EMAIL PROTECTED]>
    Signed-off-by: Takashi Iwai <[EMAIL PROTECTED]>
    Signed-off-by: Jaroslav Kysela <[EMAIL PROTECTED]>
---
 sound/pci/hda/patch_analog.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/sound/pci/hda/patch_analog.c b/sound/pci/hda/patch_analog.c
index f94f1f2..9c241cc 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[] = {
 
 /* 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 */
 };
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to