Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 262ac22d authored by David Henningsson's avatar David Henningsson Committed by Takashi Iwai
Browse files

ALSA: HDA: Fix single internal mic on ALC275 (Sony Vaio VPCSB1C5E)

In cases where there is only one internal mic connected to ADC 0x11,
alc275_setup_dual_adc won't handle the case, so we need to add the
ADC node to the array of candidates.

Cc: stable@kernel.org
BugLink: http://bugs.launchpad.net/bugs/752792


Reported-by: Vincenzo Pii
Signed-off-by: default avatarDavid Henningsson <david.henningsson@canonical.com>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 1f348522
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -14124,7 +14124,7 @@ static hda_nid_t alc269vb_capsrc_nids[1] = {
};
};
static hda_nid_t alc269_adc_candidates[] = {
static hda_nid_t alc269_adc_candidates[] = {
	0x08, 0x09, 0x07,
	0x08, 0x09, 0x07, 0x11,
};
};
#define alc269_modes		alc260_modes
#define alc269_modes		alc260_modes