Commit 77a261b7 authored by Kailang Yang's avatar Kailang Yang Committed by Takashi Iwai

[ALSA] hda-codec - Fix ALC662 recording

Fixed ALC662 recording issue.
Signed-off-by: default avatarKailang Yang <kailang@realtek.com.tw>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 8b6ed8e7
......@@ -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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment