mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] ALSA: hda/realtek: Add mute LED quirk for HP Victus 15-fb2xxx
@ 2026-09-21 13:17 Krish Gulati
  2026-09-21 16:55 ` Raphael Briones
  0 siblings, 1 reply; 2+ messages in thread
From: Krish Gulati @ 2026-09-21 13:17 UTC (permalink / raw)
  To: Jaroslav Kysela, Takashi Iwai, linux-sound, linux-kernel
  Cc: Zhang Heng, Eric Naim, Damien Dagorn, Kailang Yang,
	Habil Eren Türker, Bob Song, erph.briones27, Krish Gulati

The HP Victus 15-fb2xxx (PCI SSID 103c:8c2f) with the ALC245 codec
does not turn on the mute LED when audio is muted.
Add a quirk entry to enable it.

Reported-by: erph.briones27@gmail.com
Link: https://bugzilla.kernel.org/show_bug.cgi?id=221946
Signed-off-by: Krish Gulati <krishgulati7@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 5127a111c59c..617e2500505b 100644
--- a/sound/hda/codecs/realtek/alc269.c
+++ b/sound/hda/codecs/realtek/alc269.c
@@ -7603,6 +7603,7 @@ static const struct hda_quirk alc269_fixup_tbl[] = {
 	SND_PCI_QUIRK(0x103c, 0x8c17, "HP Spectre x360 2-in-1 Laptop 16-aa0xxx", ALC245_FIXUP_HP_SPECTRE_X360_16_AA0XXX),
 	SND_PCI_QUIRK(0x103c, 0x8c21, "HP Pavilion Plus Laptop 14-ey0XXX", ALC245_FIXUP_HP_X360_MUTE_LEDS),
 	SND_PCI_QUIRK(0x103c, 0x8c2d, "HP Victus 15-fa1xxx (MB 8C2D)", ALC245_FIXUP_HP_MUTE_LED_COEFBIT),
+	SND_PCI_QUIRK(0x103c, 0x8c2f, "HP Victus 15-fb2xxx", ALC245_FIXUP_HP_MUTE_LED_COEFBIT),
 	SND_PCI_QUIRK(0x103c, 0x8c30, "HP Victus 15-fb1xxx", ALC245_FIXUP_HP_MUTE_LED_COEFBIT),
 	SND_PCI_QUIRK(0x103c, 0x8c3f, "HP Victus 15-fa1xxx (MB 8C3F)", ALC245_FIXUP_HP_MUTE_LED_COEFBIT),
 	SND_PCI_QUIRK(0x103c, 0x8c46, "HP EliteBook 830 G11", ALC245_FIXUP_CS35L41_SPI_2_HP_GPIO_LED),
-- 
2.55.0


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

* Re: [PATCH] ALSA: hda/realtek: Add mute LED quirk for HP Victus 15-fb2xxx
  2026-09-21 13:17 [PATCH] ALSA: hda/realtek: Add mute LED quirk for HP Victus 15-fb2xxx Krish Gulati
@ 2026-09-21 16:55 ` Raphael Briones
  0 siblings, 0 replies; 2+ messages in thread
From: Raphael Briones @ 2026-09-21 16:55 UTC (permalink / raw)
  To: Krish Gulati
  Cc: Jaroslav Kysela, Takashi Iwai, linux-sound, linux-kernel,
	Zhang Heng, Eric Naim, Damien Dagorn, Kailang Yang,
	Habil Eren Türker, Bob Song

Hi Krish,
Thanks for putting the patch together, and sorry for the late reply.

I applied it on my HP Victus Gaming Laptop 15-fb2xxx (ALC245,
subsystem ID 103c:8c2f) running kernel 7.2.6-1-cachyos, and the mute
LED now works correctly, both with the hardware mute key and when
toggling mute from the software mixer.

Tested-by: Raphael Briones <erph.briones27@gmail.com>


El lun, 21 sept 2026 a la(s) 8:18 a.m., Krish Gulati
(krishgulati7@gmail.com) escribió:
>
> The HP Victus 15-fb2xxx (PCI SSID 103c:8c2f) with the ALC245 codec
> does not turn on the mute LED when audio is muted.
> Add a quirk entry to enable it.
>
> Reported-by: erph.briones27@gmail.com
> Link: https://bugzilla.kernel.org/show_bug.cgi?id=221946
> Signed-off-by: Krish Gulati <krishgulati7@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 5127a111c59c..617e2500505b 100644
> --- a/sound/hda/codecs/realtek/alc269.c
> +++ b/sound/hda/codecs/realtek/alc269.c
> @@ -7603,6 +7603,7 @@ static const struct hda_quirk alc269_fixup_tbl[] = {
>         SND_PCI_QUIRK(0x103c, 0x8c17, "HP Spectre x360 2-in-1 Laptop 16-aa0xxx", ALC245_FIXUP_HP_SPECTRE_X360_16_AA0XXX),
>         SND_PCI_QUIRK(0x103c, 0x8c21, "HP Pavilion Plus Laptop 14-ey0XXX", ALC245_FIXUP_HP_X360_MUTE_LEDS),
>         SND_PCI_QUIRK(0x103c, 0x8c2d, "HP Victus 15-fa1xxx (MB 8C2D)", ALC245_FIXUP_HP_MUTE_LED_COEFBIT),
> +       SND_PCI_QUIRK(0x103c, 0x8c2f, "HP Victus 15-fb2xxx", ALC245_FIXUP_HP_MUTE_LED_COEFBIT),
>         SND_PCI_QUIRK(0x103c, 0x8c30, "HP Victus 15-fb1xxx", ALC245_FIXUP_HP_MUTE_LED_COEFBIT),
>         SND_PCI_QUIRK(0x103c, 0x8c3f, "HP Victus 15-fa1xxx (MB 8C3F)", ALC245_FIXUP_HP_MUTE_LED_COEFBIT),
>         SND_PCI_QUIRK(0x103c, 0x8c46, "HP EliteBook 830 G11", ALC245_FIXUP_CS35L41_SPI_2_HP_GPIO_LED),
> --
> 2.55.0
>

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

end of thread, other threads:[~2026-09-21 16:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-21 13:17 [PATCH] ALSA: hda/realtek: Add mute LED quirk for HP Victus 15-fb2xxx Krish Gulati
2026-09-21 16:55 ` Raphael Briones

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

all inboxes | Powered by JetHome®