]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ALSA: hda/realtek: Fix headset mic on ASUS Zenbook 14 UX3405MA
authorErik Sanjaya <sirreidlos@gmail.com>
Tue, 17 Feb 2026 10:21:12 +0000 (17:21 +0700)
committerSasha Levin <sashal@kernel.org>
Wed, 4 Mar 2026 12:20:47 +0000 (07:20 -0500)
commit858de442d3899935cc6f73638bec3a41cf50c7f4
tree60680ffb1674dd6946d03a7925f4debd3e52ece8
parent373508e495c006455bcb3b5922a109106e30e4ab
ALSA: hda/realtek: Fix headset mic on ASUS Zenbook 14 UX3405MA

[ Upstream commit 91062e119b4eafde553c894ca072cd615a6dae2e ]

The ASUS Zenbook 14 UX3405MA uses an ALC294 codec with CS35L41
amplifiers over SPI. The existing quirk for this model only configured
the amplifiers, leaving the headset microphone on the combo jack
non-functional.

Introduce a new fixup that configures pin 0x19 as headset mic input
and chains to ALC245_FIXUP_CS35L41_SPI_2 to preserve speaker
functionality.

Similar to the fix done for the UM3406HA in commit 018f659753fd
("ALSA: hda/realtek: Fix headset mic on ASUS Zenbook 14").

Signed-off-by: Erik Sanjaya <sirreidlos@gmail.com>
Link: https://patch.msgid.link/20260217102112.20651-1-sirreidlos@gmail.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Sasha Levin <sashal@kernel.org>
sound/hda/codecs/realtek/alc269.c