All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ALSA: hda/realtek: Add mute LED quirk for HP Omen laptop
@ 2022-06-09 18:19 contact
  2022-06-10  7:59   ` Takashi Iwai
  0 siblings, 1 reply; 3+ messages in thread
From: contact @ 2022-06-09 18:19 UTC (permalink / raw)
  To: tiwai, perex; +Cc: alsa-devel, linux-kernel, Soham Sen

From: Soham Sen <contact@sohamsen.me>

The HP Omen 15 laptop needs a quirk to toggle the mute LED. It already is implemented for a different variant of the HP Omen laptop so a fixup entry is needed for this variant.

Signed-off-by: Soham Sen <contact@sohamsen.me>
---
 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 f3ad454b3..495b919bf 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -9010,6 +9010,7 @@ static const struct snd_pci_quirk alc269_fixup_tbl[] = {
 		      ALC285_FIXUP_HP_GPIO_AMP_INIT),
 	SND_PCI_QUIRK(0x103c, 0x8783, "HP ZBook Fury 15 G7 Mobile Workstation",
 		      ALC285_FIXUP_HP_GPIO_AMP_INIT),
+	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, 0x87c8, "HP", ALC287_FIXUP_HP_GPIO_LED),
 	SND_PCI_QUIRK(0x103c, 0x87e5, "HP ProBook 440 G8 Notebook PC", ALC236_FIXUP_HP_GPIO_LED),
-- 
2.36.1


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

* Re: [PATCH] ALSA: hda/realtek: Add mute LED quirk for HP Omen laptop
  2022-06-09 18:19 [PATCH] ALSA: hda/realtek: Add mute LED quirk for HP Omen laptop contact
@ 2022-06-10  7:59   ` Takashi Iwai
  0 siblings, 0 replies; 3+ messages in thread
From: Takashi Iwai @ 2022-06-10  7:59 UTC (permalink / raw)
  To: contact; +Cc: tiwai, perex, alsa-devel, linux-kernel

On Thu, 09 Jun 2022 20:19:20 +0200,
contact@sohamsen.me wrote:
> 
> From: Soham Sen <contact@sohamsen.me>
> 
> The HP Omen 15 laptop needs a quirk to toggle the mute LED. It already is implemented for a different variant of the HP Omen laptop so a fixup entry is needed for this variant.
> 
> Signed-off-by: Soham Sen <contact@sohamsen.me>

Thanks, applied now.


Takashi

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

* Re: [PATCH] ALSA: hda/realtek: Add mute LED quirk for HP Omen laptop
@ 2022-06-10  7:59   ` Takashi Iwai
  0 siblings, 0 replies; 3+ messages in thread
From: Takashi Iwai @ 2022-06-10  7:59 UTC (permalink / raw)
  To: contact; +Cc: linux-kernel, alsa-devel, tiwai

On Thu, 09 Jun 2022 20:19:20 +0200,
contact@sohamsen.me wrote:
> 
> From: Soham Sen <contact@sohamsen.me>
> 
> The HP Omen 15 laptop needs a quirk to toggle the mute LED. It already is implemented for a different variant of the HP Omen laptop so a fixup entry is needed for this variant.
> 
> Signed-off-by: Soham Sen <contact@sohamsen.me>

Thanks, applied now.


Takashi

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

end of thread, other threads:[~2022-06-10  8:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-09 18:19 [PATCH] ALSA: hda/realtek: Add mute LED quirk for HP Omen laptop contact
2022-06-10  7:59 ` Takashi Iwai
2022-06-10  7:59   ` 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.