From 77a261b75521564dcc5f22355cce4830f6b1376a Mon Sep 17 00:00:00 2001 From: Kailang Yang Date: Tue, 19 Feb 2008 11:38:05 +0100 Subject: [ALSA] hda-codec - Fix ALC662 recording Fixed ALC662 recording issue. Signed-off-by: Kailang Yang Signed-off-by: Takashi Iwai --- sound/pci/hda/patch_realtek.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sound/pci/hda/patch_realtek.c') diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index e8ce525d297b..62e1bd882a57 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -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 */ -- cgit v1.2.3