diff mbox series

ALSA: hda/realtek: Add a quirk for HP OMEN 15 (8786) mute LED

Message ID 20220809142455.6473-1-bedant.patnaik@gmail.com
State Accepted
Commit 30267718fe2d4dbea49015b022f6f1fe16ca31ab
Headers show
Series ALSA: hda/realtek: Add a quirk for HP OMEN 15 (8786) mute LED | expand

Commit Message

Bedant Aug. 9, 2022, 2:24 p.m. UTC
From: Bedant Patnaik <bedant.patnaik@gmail.com>

Board ID 8786 seems to be another variant of the Omen 15 that needs
ALC285_FIXUP_HP_MUTE_LED for working mute LED.

Signed-off-by: Bedant Patnaik <bedant.patnaik@gmail.com>
---
 sound/pci/hda/patch_realtek.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Takashi Iwai Aug. 9, 2022, 3:09 p.m. UTC | #1
On Tue, 09 Aug 2022 16:24:55 +0200,
Bedant wrote:
> 
> From: Bedant Patnaik <bedant.patnaik@gmail.com>
> 
> Board ID 8786 seems to be another variant of the Omen 15 that needs
> ALC285_FIXUP_HP_MUTE_LED for working mute LED.
> 
> Signed-off-by: Bedant Patnaik <bedant.patnaik@gmail.com>

Thanks, applied.


Takashi
diff mbox series

Patch

diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index 8a57636f6..258f4e490 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -9203,6 +9203,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, 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, 0x87c8, "HP", ALC287_FIXUP_HP_GPIO_LED),