* [PATCH] ALSA: hda/realtek - Add mute LED support for HP Victus 15-fa2xxx
@ 2026-04-21 8:49 Spencer Payton
2026-04-21 9:21 ` Spencer Payton
2026-04-21 16:19 ` Takashi Iwai
0 siblings, 2 replies; 3+ messages in thread
From: Spencer Payton @ 2026-04-21 8:49 UTC (permalink / raw)
To: alsa-devel
Cc: perex, tiwai, linux-sound, linux-kernel, stable, Spencer Payton
The mute LED on this laptop uses ALC245 but requires a quirk to work.
This patch enables the existing ALC245_FIXUP_HP_MUTE_LED_COEFBIT
quirk for the device.
Tested my Victus 15-fa2xxx (PCI SSID 103c:8dcd).
The LED behaviour works as intended.
Cc: stable@vger.kernel.org
Signed-off-by: Spencer Payton <spayton681@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 4b6266536..98f218844 100644
--- a/sound/hda/codecs/realtek/alc269.c
+++ b/sound/hda/codecs/realtek/alc269.c
@@ -7154,6 +7154,7 @@ static const struct hda_quirk alc269_fixup_tbl[] = {
SND_PCI_QUIRK(0x103c, 0x8d90, "HP EliteBook 16 G12", ALC285_FIXUP_HP_GPIO_LED),
SND_PCI_QUIRK(0x103c, 0x8d91, "HP ZBook Firefly 14 G12", ALC285_FIXUP_HP_GPIO_LED),
SND_PCI_QUIRK(0x103c, 0x8d92, "HP ZBook Firefly 16 G12", ALC285_FIXUP_HP_GPIO_LED),
+ SND_PCI_QUIRK(0x103c, 0x8dcd, "HP Victus 15-fa2xxx", ALC245_FIXUP_HP_MUTE_LED_COEFBIT),
SND_PCI_QUIRK(0x103c, 0x8d9b, "HP 17 Turbine OmniBook 7 UMA", ALC287_FIXUP_CS35L41_I2C_2),
SND_PCI_QUIRK(0x103c, 0x8d9c, "HP 17 Turbine OmniBook 7 DIS", ALC287_FIXUP_CS35L41_I2C_2),
SND_PCI_QUIRK(0x103c, 0x8d9d, "HP 17 Turbine OmniBook X UMA", ALC287_FIXUP_CS35L41_I2C_2),
--
2.53.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH] ALSA: hda/realtek - Add mute LED support for HP Victus 15-fa2xxx
2026-04-21 8:49 [PATCH] ALSA: hda/realtek - Add mute LED support for HP Victus 15-fa2xxx Spencer Payton
@ 2026-04-21 9:21 ` Spencer Payton
2026-04-21 16:19 ` Takashi Iwai
1 sibling, 0 replies; 3+ messages in thread
From: Spencer Payton @ 2026-04-21 9:21 UTC (permalink / raw)
To: alsa-devel
Cc: perex, tiwai, linux-sound, linux-kernel, stable, Spencer Payton
The mute LED on this laptop uses ALC245 but requires a quirk to work.
This patch enables the existing ALC245_FIXUP_HP_MUTE_LED_COEFBIT
quirk for the device.
Tested on my Victus 15-fa2xxx (PCI SSID 103c:8dcd).
The LED behaviour works as intended.
Cc: stable@vger.kernel.org
Signed-off-by: Spencer Payton <spayton681@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 8087eaaf1..f0ad1e989 100644
--- a/sound/hda/codecs/realtek/alc269.c
+++ b/sound/hda/codecs/realtek/alc269.c
@@ -7164,6 +7164,7 @@ static const struct hda_quirk alc269_fixup_tbl[] = {
SND_PCI_QUIRK(0x103c, 0x8da7, "HP 14 Enstrom OmniBook X", ALC287_FIXUP_CS35L41_I2C_2),
SND_PCI_QUIRK(0x103c, 0x8da8, "HP 16 Piston OmniBook X", ALC287_FIXUP_CS35L41_I2C_2),
SND_PCI_QUIRK(0x103c, 0x8dc9, "HP Laptop 15-fc0xxx", ALC236_FIXUP_HP_DMIC),
+ SND_PCI_QUIRK(0x103c, 0x8dcd, "HP Victus 15-fa2xxx", ALC245_FIXUP_HP_MUTE_LED_COEFBIT),
SND_PCI_QUIRK(0x103c, 0x8dd4, "HP EliteStudio 8 AIO", ALC274_FIXUP_HP_AIO_BIND_DACS),
SND_PCI_QUIRK(0x103c, 0x8dd7, "HP Laptop 15-fd0xxx", ALC236_FIXUP_HP_MUTE_LED_COEFBIT2),
SND_PCI_QUIRK(0x103c, 0x8de8, "HP Gemtree", ALC245_FIXUP_TAS2781_SPI_2),
--
2.53.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] ALSA: hda/realtek - Add mute LED support for HP Victus 15-fa2xxx
2026-04-21 8:49 [PATCH] ALSA: hda/realtek - Add mute LED support for HP Victus 15-fa2xxx Spencer Payton
2026-04-21 9:21 ` Spencer Payton
@ 2026-04-21 16:19 ` Takashi Iwai
1 sibling, 0 replies; 3+ messages in thread
From: Takashi Iwai @ 2026-04-21 16:19 UTC (permalink / raw)
To: Spencer Payton
Cc: alsa-devel, perex, tiwai, linux-sound, linux-kernel, stable
On Tue, 21 Apr 2026 10:49:18 +0200,
Spencer Payton wrote:
>
> The mute LED on this laptop uses ALC245 but requires a quirk to work.
> This patch enables the existing ALC245_FIXUP_HP_MUTE_LED_COEFBIT
> quirk for the device.
>
> Tested my Victus 15-fa2xxx (PCI SSID 103c:8dcd).
> The LED behaviour works as intended.
>
> Cc: stable@vger.kernel.org
> Signed-off-by: Spencer Payton <spayton681@gmail.com>
Thanks, applied now.
Takashi
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-04-21 16:19 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-21 8:49 [PATCH] ALSA: hda/realtek - Add mute LED support for HP Victus 15-fa2xxx Spencer Payton
2026-04-21 9:21 ` Spencer Payton
2026-04-21 16:19 ` Takashi Iwai
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox