[PATCH] ALSA: hda/realtek: Add mute LED quirk for HP Pavilion Laptop 16-ag0xxx

Adrien Burnett posted 1 patch 4 weeks ago
sound/hda/codecs/realtek/alc269.c | 1 +
1 file changed, 1 insertion(+)
[PATCH] ALSA: hda/realtek: Add mute LED quirk for HP Pavilion Laptop 16-ag0xxx
Posted by Adrien Burnett 4 weeks ago
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>
---
 sound/hda/codecs/realtek/alc269.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sound/hda/codecs/realtek/alc269.c b/sound/hda/codecs/realtek/alc269.c
index d720565db..04d784343 100644
--- a/sound/hda/codecs/realtek/alc269.c
+++ b/sound/hda/codecs/realtek/alc269.c
@@ -7135,6 +7135,7 @@ static const struct hda_quirk alc269_fixup_tbl[] = {
 	SND_PCI_QUIRK(0x103c, 0x8ca4, "HP ZBook Fury", ALC245_FIXUP_CS35L41_SPI_2_HP_GPIO_LED),
 	SND_PCI_QUIRK(0x103c, 0x8ca7, "HP ZBook Fury", ALC245_FIXUP_CS35L41_SPI_2_HP_GPIO_LED),
 	SND_PCI_QUIRK(0x103c, 0x8caf, "HP Elite mt645 G8 Mobile Thin Client", ALC236_FIXUP_HP_MUTE_LED_MICMUTE_VREF),
+	SND_PCI_QUIRK(0x103c, 0x8cbc, "HP Pavilion Laptop 16-ag0xxx", ALC245_FIXUP_HP_X360_MUTE_LEDS),
 	SND_PCI_QUIRK(0x103c, 0x8cbd, "HP Pavilion Aero Laptop 13-bg0xxx", ALC245_FIXUP_HP_X360_MUTE_LEDS),
 	SND_PCI_QUIRK(0x103c, 0x8cdd, "HP Spectre", ALC245_FIXUP_HP_SPECTRE_X360_EU0XXX),
 	SND_PCI_QUIRK(0x103c, 0x8cde, "HP OmniBook Ultra Flip Laptop 14t", ALC245_FIXUP_HP_SPECTRE_X360_EU0XXX),
-- 
2.54.0
Re: [PATCH] ALSA: hda/realtek: Add mute LED quirk for HP Pavilion Laptop 16-ag0xxx
Posted by Takashi Iwai 4 weeks ago
On Thu, 14 May 2026 18:59:05 +0200,
Adrien Burnett wrote:
> 
> 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>

Applied now.  Thanks.


Takashi