]> exis.tech > repos - linux.git/commit
ALSA: hda/realtek: Update Acer Nitro ANV15-41 quirk to enable mute LED
authorOleg Kucheryavenko <oleg.kucheryavenko2018@gmail.com>
Thu, 25 Jun 2026 13:49:55 +0000 (16:49 +0300)
committerTakashi Iwai <tiwai@suse.de>
Fri, 26 Jun 2026 05:45:13 +0000 (07:45 +0200)
commit9dbbe81962b973fe71592ad8615d1e6cd28451bf
treecb672e8bb844ae5146907b60c69d0c04075797a7
parent677b16108a7457c1fa1cd1b39301e46dfc3aed06
ALSA: hda/realtek: Update Acer Nitro ANV15-41 quirk to enable mute LED

The laptop has a microphone mute LED on the F4 key, but it was not
taken in mind when the previous quirk was added
in commit 00e44a68efef50f65b12854b41f098b4d50f10be ("ALSA:
hda/realtek: Add quirk for Acer Nitro ANV15-41").
Replace ALC2XX_FIXUP_HEADSET_MIC with ALC245_FIXUP_ACER_MICMUTE_LED,
which enables the LED and chains the previous quirk for the headset
microphone.

Fixes: 00e44a68efef ("ALSA: hda/realtek: Add quirk for Acer Nitro ANV15-41")
Signed-off-by: Oleg Kucheryavenko <oleg.kucheryavenko2018@gmail.com>
Link: https://patch.msgid.link/20260625134955.27465-1-oleg.kucheryavenko2018@gmail.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/hda/codecs/realtek/alc269.c