forked from Minki/linux
[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>
This commit is contained in:
parent
8b6ed8e70d
commit
77a261b755
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user