diff options
author | Kailang Yang <kailang@realtek.com.tw> | 2008-02-19 05:38:05 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2008-04-24 06:00:12 -0400 |
commit | 77a261b75521564dcc5f22355cce4830f6b1376a (patch) | |
tree | f92dfc59e75c1850c0f5e0722a5991913e74fca1 /sound/pci | |
parent | 8b6ed8e70d9a7c39748a9902d64138e070d4064b (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')
-rw-r--r-- | sound/pci/hda/patch_realtek.c | 2 |
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] = { | |||
12752 | 0x09, | 12752 | 0x09, |
12753 | }; | 12753 | }; |
12754 | 12754 | ||
12755 | static hda_nid_t alc662_capsrc_nids[1] = { 0x23 }; | 12755 | static hda_nid_t alc662_capsrc_nids[1] = { 0x22 }; |
12756 | 12756 | ||
12757 | /* input MUX */ | 12757 | /* input MUX */ |
12758 | /* FIXME: should be a matrix-type input source selection */ | 12758 | /* FIXME: should be a matrix-type input source selection */ |