public inbox for alsa-devel@alsa-project.org
 help / color / mirror / Atom feed
* [PATCH] ALSA: hda/realtek: Add mute LED quirk for HP Pavilion 15-eg0xxx
@ 2026-03-21 15:36 César Montoya
  2026-03-27  9:32 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: César Montoya @ 2026-03-21 15:36 UTC (permalink / raw)
  To: alsa-devel; +Cc: tiwai, César Montoya

The HP Pavilion 15-eg0xxx with subsystem ID 0x103c87cb uses a Realtek
ALC287 codec with a mute LED wired to GPIO pin 4 (mask 0x10). The
existing ALC287_FIXUP_HP_GPIO_LED fixup already handles this correctly,
but the subsystem ID was missing from the quirk table.

GPIO pin confirmed via manual hda-verb testing:
  hda-verb SET_GPIO_MASK 0x10
  hda-verb SET_GPIO_DIRECTION 0x10
  hda-verb SET_GPIO_DATA 0x10

Signed-off-by: César Montoya <sprit152009@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 327f4dc1b..cb5f0d209 100644
--- a/sound/hda/codecs/realtek/alc269.c
+++ b/sound/hda/codecs/realtek/alc269.c
@@ -6894,6 +6894,7 @@ static const struct hda_quirk alc269_fixup_tbl[] = {
 	SND_PCI_QUIRK(0x103c, 0x8788, "HP OMEN 15", ALC285_FIXUP_HP_MUTE_LED),
 	SND_PCI_QUIRK(0x103c, 0x87b7, "HP Laptop 14-fq0xxx", ALC236_FIXUP_HP_MUTE_LED_COEFBIT2),
 	SND_PCI_QUIRK(0x103c, 0x87c8, "HP", ALC287_FIXUP_HP_GPIO_LED),
+	SND_PCI_QUIRK(0x103c, 0x87cb, "HP Pavilion 15-eg0xxx", ALC287_FIXUP_HP_GPIO_LED),
 	SND_PCI_QUIRK(0x103c, 0x87cc, "HP Pavilion 15-eg0xxx", ALC287_FIXUP_HP_GPIO_LED),
 	SND_PCI_QUIRK(0x103c, 0x87d3, "HP Laptop 15-gw0xxx", ALC236_FIXUP_HP_MUTE_LED_COEFBIT2),
 	SND_PCI_QUIRK(0x103c, 0x87df, "HP ProBook 430 G8 Notebook PC", ALC236_FIXUP_HP_GPIO_LED),
-- 
2.53.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ALSA: hda/realtek: Add mute LED quirk for HP Pavilion 15-eg0xxx
  2026-03-21 15:36 [PATCH] ALSA: hda/realtek: Add mute LED quirk for HP Pavilion 15-eg0xxx César Montoya
@ 2026-03-27  9:32 ` Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2026-03-27  9:32 UTC (permalink / raw)
  To: César Montoya; +Cc: alsa-devel

On Sat, 21 Mar 2026 16:36:03 +0100,
César Montoya wrote:
> 
> The HP Pavilion 15-eg0xxx with subsystem ID 0x103c87cb uses a Realtek
> ALC287 codec with a mute LED wired to GPIO pin 4 (mask 0x10). The
> existing ALC287_FIXUP_HP_GPIO_LED fixup already handles this correctly,
> but the subsystem ID was missing from the quirk table.
> 
> GPIO pin confirmed via manual hda-verb testing:
>   hda-verb SET_GPIO_MASK 0x10
>   hda-verb SET_GPIO_DIRECTION 0x10
>   hda-verb SET_GPIO_DATA 0x10
> 
> Signed-off-by: César Montoya <sprit152009@gmail.com>

Thanks, applied now.


Takashi

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-03-27  9:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-21 15:36 [PATCH] ALSA: hda/realtek: Add mute LED quirk for HP Pavilion 15-eg0xxx César Montoya
2026-03-27  9:32 ` Takashi Iwai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox