Skip to content

Commit 34ab5bb

Browse files
KailangYangtiwai
authored andcommitted
ALSA: hda/realtek - Add Headset Mic supported Acer NB platform
It will be enable headset Mic for Acer NB platform. Signed-off-by: Kailang Yang <kailang@realtek.com> Cc: <stable@vger.kernel.org> Link: https://lore.kernel.org/r/fe0eb6661ca240f3b7762b5b3257710d@realtek.com Signed-off-by: Takashi Iwai <tiwai@suse.de>
1 parent 642b02b commit 34ab5bb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sound/pci/hda/patch_realtek.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10995,6 +10995,8 @@ static const struct snd_hda_pin_quirk alc269_pin_fixup_tbl[] = {
1099510995
* at most one tbl is allowed to define for the same vendor and same codec
1099610996
*/
1099710997
static const struct snd_hda_pin_quirk alc269_fallback_pin_fixup_tbl[] = {
10998+
SND_HDA_PIN_QUIRK(0x10ec0256, 0x1025, "Acer", ALC2XX_FIXUP_HEADSET_MIC,
10999+
{0x19, 0x40000000}),
1099811000
SND_HDA_PIN_QUIRK(0x10ec0289, 0x1028, "Dell", ALC269_FIXUP_DELL4_MIC_NO_PRESENCE,
1099911001
{0x19, 0x40000000},
1100011002
{0x1b, 0x40000000}),

0 commit comments

Comments
 (0)