[alsa-devel] Fix typo in the ALC883 initial code

Andy Shevchenko andy at smile.org.ua
Mon Dec 3 16:43:37 CET 2007


Hi!

The attached patch should fix typo in auto initialization verbs for ALC883
codec.

--- alsa-kernel/pci/hda/patch_realtek.c.orig        2007-11-16 03:00:00.000000000 +0300
+++ alsa-kernel/pci/hda/patch_realtek.c     2007-12-03 21:35:50.000000000 +0300
@@ -7098,7 +7098,7 @@
        {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(1)},
        {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(2)},
        /* {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(3)}, */
-       {0x23, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(4)},
+       {0x22, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_UNMUTE(4)},

        { }
 };

Signed-off-by: Andy Shevchenko <andy at smile.org.ua>

-- 
With best regards,
Andy Shevchenko.      mailto: andy at smile.org.ua



More information about the Alsa-devel mailing list