Linux Sound subsystem development
 help / color / mirror / Atom feed
* [PATCH 1/4] ALSA: hda/realtek: Add quirk for Acer Nitro ANV16-42 headset mic
@ 2026-08-07 12:58 Zhang Heng
  2026-08-07 12:58 ` [PATCH 2/4] ALSA: hda/realtek: Add quirk for Acer Gadget E10 ETBook left speaker Zhang Heng
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Zhang Heng @ 2026-08-07 12:58 UTC (permalink / raw)
  To: tiwai; +Cc: linux-sound, linux-kernel, Zhang Heng

The Acer Nitro ANV16-42 (subsystem 0x1025:0x1909, Realtek ALC245)
does not detect the headset microphone jack. Adding the
ALC2XX_FIXUP_HEADSET_MIC quirk resolves the issue and restores
proper headset mic functionality.

Closes: https://bugzilla.kernel.org/show_bug.cgi?id=221623
Signed-off-by: Zhang Heng <zhangheng@kylinos.cn>
---
 sound/hda/codecs/realtek/alc269.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sound/hda/codecs/realtek/alc269.c b/sound/hda/codecs/realtek/alc269.c
index a6cfea43d88d..ef21ac2216af 100644
--- a/sound/hda/codecs/realtek/alc269.c
+++ b/sound/hda/codecs/realtek/alc269.c
@@ -7054,6 +7054,7 @@ static const struct hda_quirk alc269_fixup_tbl[] = {
 	SND_PCI_QUIRK(0x1025, 0x1826, "Acer Helios ZPC", ALC287_FIXUP_PREDATOR_SPK_CS35L41_I2C_2),
 	SND_PCI_QUIRK(0x1025, 0x182c, "Acer Helios ZPD", ALC287_FIXUP_PREDATOR_SPK_CS35L41_I2C_2),
 	SND_PCI_QUIRK(0x1025, 0x1844, "Acer Helios ZPS", ALC287_FIXUP_PREDATOR_SPK_CS35L41_I2C_2),
+	SND_PCI_QUIRK(0x1025, 0x1909, "Acer Nitro ANV16-42", ALC2XX_FIXUP_HEADSET_MIC),
 	SND_PCI_QUIRK(0x1028, 0x0470, "Dell M101z", ALC269_FIXUP_DELL_M101Z),
 	SND_PCI_QUIRK(0x1028, 0x053c, "Dell Latitude E5430", ALC292_FIXUP_DELL_E7X),
 	SND_PCI_QUIRK(0x1028, 0x054b, "Dell XPS one 2710", ALC275_FIXUP_DELL_XPS),
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2026-08-07 18:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-07 12:58 [PATCH 1/4] ALSA: hda/realtek: Add quirk for Acer Nitro ANV16-42 headset mic Zhang Heng
2026-08-07 12:58 ` [PATCH 2/4] ALSA: hda/realtek: Add quirk for Acer Gadget E10 ETBook left speaker Zhang Heng
2026-08-07 12:58 ` [PATCH 3/4] ALSA: hda/realtek: Fix headset mic on ASUS Vivobook S14 S5406SA Zhang Heng
2026-08-07 12:58 ` [PATCH 4/4] ALSA: hda/conexant: Add pin config quirk for Huawei Matebook Zhang Heng
2026-08-07 18:17 ` [PATCH 1/4] ALSA: hda/realtek: Add quirk for Acer Nitro ANV16-42 headset mic Takashi Iwai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox