]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ALSA: hda/realtek: Add mute LED quirk for HP Pavilion Laptop 16-ag0xxx
authorAdrien Burnett <an.arctic.pigeon@gmail.com>
Thu, 14 May 2026 16:59:05 +0000 (18:59 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 15 May 2026 07:11:04 +0000 (09:11 +0200)
commit7d1051ad68df3d584b5f24bfa1fb19f3a24db278
tree11c750dd871645bf4e3f31ba589e0584797e560a
parent83dca2530fb3ba63f47bad339d890bc30aa06ab5
ALSA: hda/realtek: Add mute LED quirk for HP Pavilion Laptop 16-ag0xxx

Add a SND_PCI_QUIRK entry for the HP Pavilion Laptop 16-ag0xxx
(subsystem 0x103c:0x8cbc, Realtek ALC245). The
ALC245_FIXUP_HP_X360_MUTE_LEDS fixup is already used by the
neighbouring HP Pavilion Aero Laptop 13-bg0xxx (0x103c:0x8cbd);
it chains the master-mute COEF handler with the GPIO mic-mute
LED handler, which is what this machine needs.

Tested on the affected hardware: both the mute and mic-mute key
LEDs respond correctly to the keyboard hotkeys after this change.

Cc: <stable@vger.kernel.org>
Signed-off-by: Adrien Burnett <an.arctic.pigeon@gmail.com>
Link: https://patch.msgid.link/20260514165905.21175-1-an.arctic.pigeon@gmail.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/hda/codecs/realtek/alc269.c