Takashi Iwai 5af309
From 9dc68a4fe70893b000fb3c92c68b9f72369cf448 Mon Sep 17 00:00:00 2001
Takashi Iwai 5af309
From: Kai-Heng Feng <kai.heng.feng@canonical.com>
Takashi Iwai 5af309
Date: Fri, 12 May 2023 16:34:16 +0800
Takashi Iwai 5af309
Subject: [PATCH] ALSA: hda/realtek: Fix mute and micmute LEDs for yet another HP laptop
Takashi Iwai 5af309
Git-commit: 9dc68a4fe70893b000fb3c92c68b9f72369cf448
Takashi Iwai 5af309
Patch-mainline: v6.4-rc3
Takashi Iwai 5af309
References: git-fixes
Takashi Iwai 5af309
Takashi Iwai 5af309
There's yet another laptop that needs the fixup to enable mute and
Takashi Iwai 5af309
micmute LEDs. So do it accordingly.
Takashi Iwai 5af309
Takashi Iwai 5af309
Signed-off-by: Kai-Heng Feng <kai.heng.feng@canonical.com>
Takashi Iwai 5af309
Cc: <stable@vger.kernel.org>
Takashi Iwai 5af309
Link: https://lore.kernel.org/r/20230512083417.157127-1-kai.heng.feng@canonical.com
Takashi Iwai 5af309
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Takashi Iwai 5af309
Takashi Iwai 5af309
---
Takashi Iwai 5af309
 sound/pci/hda/patch_realtek.c | 1 +
Takashi Iwai 5af309
 1 file changed, 1 insertion(+)
Takashi Iwai 5af309
Takashi Iwai 5af309
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
Takashi Iwai 5af309
index 92a920f46b7c..a7e4765eff80 100644
Takashi Iwai 5af309
--- a/sound/pci/hda/patch_realtek.c
Takashi Iwai 5af309
+++ b/sound/pci/hda/patch_realtek.c
Takashi Iwai 5af309
@@ -9503,6 +9503,7 @@ static const struct snd_pci_quirk alc269_fixup_tbl[] = {
Takashi Iwai 5af309
 	SND_PCI_QUIRK(0x103c, 0x8b8f, "HP", ALC245_FIXUP_CS35L41_SPI_2_HP_GPIO_LED),
Takashi Iwai 5af309
 	SND_PCI_QUIRK(0x103c, 0x8b92, "HP", ALC245_FIXUP_CS35L41_SPI_2_HP_GPIO_LED),
Takashi Iwai 5af309
 	SND_PCI_QUIRK(0x103c, 0x8b96, "HP", ALC236_FIXUP_HP_MUTE_LED_MICMUTE_VREF),
Takashi Iwai 5af309
+	SND_PCI_QUIRK(0x103c, 0x8b97, "HP", ALC236_FIXUP_HP_MUTE_LED_MICMUTE_VREF),
Takashi Iwai 5af309
 	SND_PCI_QUIRK(0x103c, 0x8bf0, "HP", ALC236_FIXUP_HP_GPIO_LED),
Takashi Iwai 5af309
 	SND_PCI_QUIRK(0x103c, 0x8c26, "HP HP EliteBook 800G11", ALC245_FIXUP_CS35L41_SPI_2_HP_GPIO_LED),
Takashi Iwai 5af309
 	SND_PCI_QUIRK(0x1043, 0x103e, "ASUS X540SA", ALC256_FIXUP_ASUS_MIC),
Takashi Iwai 5af309
-- 
Takashi Iwai 5af309
2.35.3
Takashi Iwai 5af309