ChangeSet 1.2181.25.43, 2005/03/24 11:53:32+01:00, [EMAIL PROTECTED]

        [ALSA] correct comment for setting widget output
        
        HDA Codec driver
        This patch has no real logical change, it simply correct the comment.
        
        Signed-off-by: ChenLi Tien<[EMAIL PROTECTED]>
        Signed-off-by: Takashi Iwai <[EMAIL PROTECTED]>



 patch_cmedia.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)


diff -Nru a/sound/pci/hda/patch_cmedia.c b/sound/pci/hda/patch_cmedia.c
--- a/sound/pci/hda/patch_cmedia.c      2005-03-30 16:19:19 -08:00
+++ b/sound/pci/hda/patch_cmedia.c      2005-03-30 16:19:19 -08:00
@@ -112,9 +112,9 @@
 
 /* 3-stack / 6 channel */
 static struct hda_verb cmi9880_ch6_init[] = {
-       /* set line-in PIN for input */
+       /* set line-in PIN for output */
        { 0x0c, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x40 },
-       /* set mic PIN for input, also enable vref */
+       /* set mic PIN for output */
        { 0x0d, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x40 },
        /* route front PCM (DAC1) to HP */
        { 0x0f, AC_VERB_SET_CONNECT_SEL, 0x00 },
@@ -123,9 +123,9 @@
 
 /* 3-stack+front / 8 channel */
 static struct hda_verb cmi9880_ch8_init[] = {
-       /* set line-in PIN for input */
+       /* set line-in PIN for output */
        { 0x0c, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x40 },
-       /* set mic PIN for input, also enable vref */
+       /* set mic PIN for output */
        { 0x0d, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x40 },
        /* route rear-surround PCM (DAC4) to HP */
        { 0x0f, AC_VERB_SET_CONNECT_SEL, 0x03 },
-
To unsubscribe from this list: send the line "unsubscribe bk-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