summaryrefslogtreecommitdiff
path: root/sound/pci/hda/patch_realtek.c
diff options
context:
space:
mode:
authorKailang Yang <kailang@realtek.com.tw>2008-02-19 11:38:05 +0100
committerTakashi Iwai <tiwai@suse.de>2008-04-24 12:00:12 +0200
commit77a261b75521564dcc5f22355cce4830f6b1376a (patch)
treef92dfc59e75c1850c0f5e0722a5991913e74fca1 /sound/pci/hda/patch_realtek.c
parent8b6ed8e70d9a7c39748a9902d64138e070d4064b (diff)
[ALSA] hda-codec - Fix ALC662 recording
Fixed ALC662 recording issue. Signed-off-by: Kailang Yang <kailang@realtek.com.tw> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda/patch_realtek.c')
-rw-r--r--sound/pci/hda/patch_realtek.c2
1 files changed, 1 insertions, 1 deletions
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 */