]> git.ipfire.org Git - thirdparty/linux.git/commit
ALSA: hda/realtek: Fix headset mic on Acer Nitro 5 AN515-46
authorMarcos Paulo Medeiros <maarcospm1996@gmail.com>
Sat, 25 Jul 2026 21:41:31 +0000 (18:41 -0300)
committerTakashi Iwai <tiwai@suse.de>
Sun, 26 Jul 2026 06:57:48 +0000 (08:57 +0200)
commitcd74e5cba460e9ba604e9a418317e38cf50401c8
treef7a18dc20890e745124d65b93c3f97355808a731
parent26a94400ffa4fcbeff32e23abebb83a1a20eb401
ALSA: hda/realtek: Fix headset mic on Acer Nitro 5 AN515-46

The Acer Nitro 5 AN515-46 (SSID 1025:159e, Realtek ALC287) has a combo
headset jack whose microphone does not work out of the box: the BIOS
leaves pin 0x19 unconfigured, so no headset mic is created.

Apply ALC2XX_FIXUP_HEADSET_MIC, the same fixup already used by the
sibling models AN515-57 (1025:1539) and AN517-55 (1025:1597), which
makes the headset microphone work correctly.

Tested on an Acer Nitro 5 AN515-46 by overriding the model via a patch
firmware with model=alc2xx-fixup-headset-mic.

Signed-off-by: Marcos Paulo Medeiros <maarcospm1996@gmail.com>
Link: https://patch.msgid.link/20260725214131.25872-1-maarcospm1996@gmail.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/hda/codecs/realtek/alc269.c