From: Kailang Yang Date: Tue, 19 Feb 2008 10:38:05 +0000 (+0100) Subject: [ALSA] hda-codec - Fix ALC662 recording X-Git-Tag: v2.6.26-rc1~1087^2~207 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=77a261b75521564dcc5f22355cce4830f6b1376a;p=linux-2.6-omap-h63xx.git [ALSA] hda-codec - Fix ALC662 recording Fixed ALC662 recording issue. Signed-off-by: Kailang Yang Signed-off-by: Takashi Iwai --- diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index e8ce525d297..62e1bd882a5 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 */