[ALSA] hda-codec - Fix ALC662 recording
authorKailang Yang <kailang@realtek.com.tw>
Tue, 19 Feb 2008 10:38:05 +0000 (11:38 +0100)
committerTakashi Iwai <tiwai@suse.de>
Thu, 24 Apr 2008 10:00:12 +0000 (12:00 +0200)
Fixed ALC662 recording issue.

Signed-off-by: Kailang Yang <kailang@realtek.com.tw>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_realtek.c

index e8ce525..62e1bd8 100644 (file)
@@ -12752,7 +12752,7 @@ static hda_nid_t alc662_adc_nids[1] = {
        0x09,
 };
 
-static hda_nid_t alc662_capsrc_nids[1] = { 0x23 };
+static hda_nid_t alc662_capsrc_nids[1] = { 0x22 };
 
 /* input MUX */
 /* FIXME: should be a matrix-type input source selection */