linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ALSA: hda/realtek: Enable Mute LED on HP Laptop 14-fq0xxx
@ 2024-01-28 15:57 Luka Guzenko
  2024-01-29  8:07 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Luka Guzenko @ 2024-01-28 15:57 UTC (permalink / raw)
  To: tiwai; +Cc: alsa-devel, linux-kernel, Luka Guzenko

This HP Laptop uses ALC236 codec with COEF 0x07 controlling the
mute LED. Enable existing quirk for this device.

Signed-off-by: Luka Guzenko <l.guzenko@web.de>
---
 sound/pci/hda/patch_realtek.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index f6f16622f9cc..0d2fbb8b24b3 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -9852,6 +9852,7 @@ static const struct snd_pci_quirk alc269_fixup_tbl[] = {
 	SND_PCI_QUIRK(0x103c, 0x8786, "HP OMEN 15", ALC285_FIXUP_HP_MUTE_LED),
 	SND_PCI_QUIRK(0x103c, 0x8787, "HP OMEN 15", ALC285_FIXUP_HP_MUTE_LED),
 	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, 0x87e5, "HP ProBook 440 G8 Notebook PC", ALC236_FIXUP_HP_GPIO_LED),
 	SND_PCI_QUIRK(0x103c, 0x87e7, "HP ProBook 450 G8 Notebook PC", ALC236_FIXUP_HP_GPIO_LED),
--
2.43.0


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

* Re: [PATCH] ALSA: hda/realtek: Enable Mute LED on HP Laptop 14-fq0xxx
  2024-01-28 15:57 [PATCH] ALSA: hda/realtek: Enable Mute LED on HP Laptop 14-fq0xxx Luka Guzenko
@ 2024-01-29  8:07 ` Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2024-01-29  8:07 UTC (permalink / raw)
  To: Luka Guzenko; +Cc: tiwai, alsa-devel, linux-kernel

On Sun, 28 Jan 2024 16:57:04 +0100,
Luka Guzenko wrote:
> 
> This HP Laptop uses ALC236 codec with COEF 0x07 controlling the
> mute LED. Enable existing quirk for this device.
> 
> Signed-off-by: Luka Guzenko <l.guzenko@web.de>

Thanks, applied now.


Takashi

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

end of thread, other threads:[~2024-01-29  8:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-28 15:57 [PATCH] ALSA: hda/realtek: Enable Mute LED on HP Laptop 14-fq0xxx Luka Guzenko
2024-01-29  8:07 ` Takashi Iwai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).