]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ALSA: hda/realtek: Fix headset mic on ASUS Zenbook 14
authorVasiliy Kovalev <kovalev@altlinux.org>
Mon, 18 Aug 2025 20:42:43 +0000 (23:42 +0300)
committerTakashi Iwai <tiwai@suse.de>
Tue, 19 Aug 2025 06:20:26 +0000 (08:20 +0200)
commit018f659753fd38bb6fdba7fa8c751121b495e1f4
tree18ad27f14b03ab00fdb7d386c087611614a4a314
parent89f0addeee3cb2dc49837599330ed9c4612f05b0
ALSA: hda/realtek: Fix headset mic on ASUS Zenbook 14

Add a PCI quirk to enable microphone input on the headphone jack on
the ASUS Zenbook 14 UM3406HA laptop.

This model uses an ALC294 codec with CS35L41 amplifiers over I2C,
and the existing fixup for it did not enable the headset microphone.
A new fix is introduced to get the mic working while keeping the
amplifier settings correct.

Fixes: 61cbc08fdb04 ("ALSA: hda/realtek: Add quirks for ASUS 2024 Zenbooks")
Signed-off-by: Vasiliy Kovalev <kovalev@altlinux.org>
Link: https://patch.msgid.link/20250818204243.247297-1-kovalev@altlinux.org
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/hda/codecs/realtek/alc269.c