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)
committerTakashi Iwai <tiwai@suse.de>
Tue, 17 Feb 2026 12:33:39 +0000 (13:33 +0100)
commit91062e119b4eafde553c894ca072cd615a6dae2e
tree1d45bc6e15ffa08f136a6245cb7a8d90e7ae22bb
parent7bc0df86c2384bc1e2012a2c946f82305054da64
ALSA: hda/realtek: Fix headset mic on ASUS Zenbook 14 UX3405MA

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>
sound/hda/codecs/realtek/alc269.c