1
0
Fork 0

[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>
wifi-calibration
Kailang Yang 2008-02-19 11:38:05 +01:00 committed by Takashi Iwai
parent 8b6ed8e70d
commit 77a261b755
1 changed files with 1 additions and 1 deletions

View 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 */