Index: alsa-driver/pci/azx/patch_realtek.c =================================================================== RCS file: /suse/tiwai/cvs/alsa/alsa-driver/pci/azx/patch_realtek.c,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- alsa-driver/pci/azx/patch_realtek.c 17 Dec 2004 14:50:34 -0000 1.6 +++ alsa-driver/pci/azx/patch_realtek.c 17 Dec 2004 15:03:28 -0000 1.7 @@ -439,13 +439,13 @@ */ static struct hda_verb alc880_init_verbs_three_stack[] = { - /* Line In pin widget(nid=0x1a) for input */ + /* Line In pin widget for input */ {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x20}, - /* CD pin widget(nid=0x1C) for input */ + /* CD pin widget for input */ {0x1c, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x20}, - /* Mic1 (rear panel) pin widget(nid=0x18) for input and vref at 80% */ + /* Mic1 (rear panel) pin widget for input and vref at 80% */ {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24}, - /* Mic2 (front panel) pin widget(nid=0x1B) for input and vref at 80% */ + /* Mic2 (front panel) pin widget for input and vref at 80% */ {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24}, /* unmute amp left and right */ {0x07, AC_VERB_SET_AMP_GAIN_MUTE, 0x7000}, @@ -514,13 +514,13 @@ }; static struct hda_verb alc880_init_verbs_five_stack[] = { - /* Line In pin widget(nid=0x14) for input */ + /* Line In pin widget for input */ {0x1a, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x20}, - /* CD pin widget(nid=0x1C) for input */ + /* CD pin widget for input */ {0x1c, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x20}, - /* Mic1 (rear panel) pin widget(nid=0x18) for input and vref at 80% */ + /* Mic1 (rear panel) pin widget for input and vref at 80% */ {0x18, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24}, - /* Mic2 (front panel) pin widget(nid=0x1B) for input and vref at 80% */ + /* Mic2 (front panel) pin widget for input and vref at 80% */ {0x1b, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24}, /* unmute amp left and right */ {0x07, AC_VERB_SET_AMP_GAIN_MUTE, 0x7000}, @@ -1078,13 +1078,13 @@ }; static struct hda_verb alc260_init_verbs[] = { - /* Line In pin widget(nid=0x14) for input */ + /* Line In pin widget for input */ {0x14, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x20}, - /* CD pin widget(nid=0x1C) for input */ + /* CD pin widget for input */ {0x16, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x20}, - /* Mic1 (rear panel) pin widget(nid=0x18) for input and vref at 80% */ + /* Mic1 (rear panel) pin widget for input and vref at 80% */ {0x12, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24}, - /* Mic2 (front panel) pin widget(nid=0x1B) for input and vref at 80% */ + /* Mic2 (front panel) pin widget for input and vref at 80% */ {0x13, AC_VERB_SET_PIN_WIDGET_CONTROL, 0x24}, /* unmute amp left and right */ {0x04, AC_VERB_SET_AMP_GAIN_MUTE, 0x7000},