* [PATCH] ALSA: hda/realtek: Add mute LED quirk for HP Victus 16-e0xxx (MB 88ED)
@ 2026-07-28 22:11 André Pragosa
2026-07-29 6:32 ` Takashi Iwai
0 siblings, 1 reply; 2+ messages in thread
From: André Pragosa @ 2026-07-28 22:11 UTC (permalink / raw)
To: Jaroslav Kysela, Takashi Iwai, Zhang Heng, Kailang Yang,
Damien Dagorn, Sean Rhodes, Chris Chiu, Lei Huang, Eric Naim,
linux-sound, linux-kernel
Cc: André Pragosa
Add subsystem ID 103c:88ed to the existing HP Victus 16-e0xxx
mute LED quirk list.
The HP Victus 16-e0xxx with subsystem ID 103c:88ed uses the same
mute LED coefficient configuration as the already supported
103c:88eb variant.
The mute LED was verified by manually toggling coefficient index
0x0b (bit 3) using hda-verb. After adding the quirk, the LED is
registered as hda::mute and follows the audio mute state.
Signed-off-by: André Pragosa <pragosa512@gmail.com>
---
sound/hda/codecs/realtek/alc269.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/sound/hda/codecs/realtek/alc269.c b/sound/hda/codecs/realtek/alc269.c
index 379e1458f4ac..1fc8ea6d3331 100644
--- a/sound/hda/codecs/realtek/alc269.c
+++ b/sound/hda/codecs/realtek/alc269.c
@@ -7177,6 +7177,8 @@ static const struct hda_quirk alc269_fixup_tbl[] = {
SND_PCI_QUIRK(0x103c, 0x88d1, "HP Pavilion 15-eh1xxx (mainboard 88D1)", ALC245_FIXUP_HP_MUTE_LED_V1_COEFBIT),
SND_PCI_QUIRK(0x103c, 0x88dd, "HP Pavilion 15z-ec200", ALC285_FIXUP_HP_MUTE_LED),
SND_PCI_QUIRK(0x103c, 0x88eb, "HP Victus 16-e0xxx", ALC245_FIXUP_HP_MUTE_LED_V2_COEFBIT),
+ SND_PCI_QUIRK(0x103c, 0x88ed, "HP Victus 16-e0xxx (MB 88ED)",
+ ALC245_FIXUP_HP_MUTE_LED_V2_COEFBIT),
SND_PCI_QUIRK(0x103c, 0x88ee, "HP Victus 16-e0xxx (MB 88EE)", ALC245_FIXUP_HP_MUTE_LED_COEFBIT),
SND_PCI_QUIRK(0x103c, 0x8902, "HP OMEN 16", ALC285_FIXUP_HP_MUTE_LED),
SND_PCI_QUIRK(0x103c, 0x890e, "HP 255 G8 Notebook PC", ALC236_FIXUP_HP_MUTE_LED_COEFBIT2),
--
2.54.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] ALSA: hda/realtek: Add mute LED quirk for HP Victus 16-e0xxx (MB 88ED)
2026-07-28 22:11 [PATCH] ALSA: hda/realtek: Add mute LED quirk for HP Victus 16-e0xxx (MB 88ED) André Pragosa
@ 2026-07-29 6:32 ` Takashi Iwai
0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2026-07-29 6:32 UTC (permalink / raw)
To: André Pragosa
Cc: Jaroslav Kysela, Takashi Iwai, Zhang Heng, Kailang Yang,
Damien Dagorn, Sean Rhodes, Chris Chiu, Lei Huang, Eric Naim,
linux-sound, linux-kernel
On Wed, 29 Jul 2026 00:11:25 +0200,
André Pragosa wrote:
>
> Add subsystem ID 103c:88ed to the existing HP Victus 16-e0xxx
> mute LED quirk list.
>
> The HP Victus 16-e0xxx with subsystem ID 103c:88ed uses the same
> mute LED coefficient configuration as the already supported
> 103c:88eb variant.
>
> The mute LED was verified by manually toggling coefficient index
> 0x0b (bit 3) using hda-verb. After adding the quirk, the LED is
> registered as hda::mute and follows the audio mute state.
>
> Signed-off-by: André Pragosa <pragosa512@gmail.com>
Applied now. Thanks.
Takashi
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-07-29 6:32 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-28 22:11 [PATCH] ALSA: hda/realtek: Add mute LED quirk for HP Victus 16-e0xxx (MB 88ED) André Pragosa
2026-07-29 6:32 ` Takashi Iwai
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.