public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] ALSA: hda/realtek: fix mute/micmute LEDs don't work for a HP platform.
@ 2023-02-14  3:58 Andy Chi
  2023-02-14  3:58 ` [PATCH 2/2] ALSA: hda/realtek: Enable mute/micmute LEDs support for HP Laptops Andy Chi
  2023-02-14 10:25 ` [PATCH 1/2] ALSA: hda/realtek: fix mute/micmute LEDs don't work for a HP platform Takashi Iwai
  0 siblings, 2 replies; 8+ messages in thread
From: Andy Chi @ 2023-02-14  3:58 UTC (permalink / raw)
  Cc: andy.chi, Jaroslav Kysela, Takashi Iwai, Tim Crawford,
	Stefan Binding, Meng Tang, Philipp Jungkamp,
	Kacper Michajłow, Gabriele Mazzotta, Yuchi Yang, alsa-devel,
	linux-kernel

There is a HP platform needs ALC236_FIXUP_HP_GPIO_LED quirk to
make mic-mute/audio-mute working.

Signed-off-by: Andy Chi <andy.chi@canonical.com>
---
 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 1134a493d225..7b9fb38ff732 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -9436,6 +9436,7 @@ static const struct snd_pci_quirk alc269_fixup_tbl[] = {
 	SND_PCI_QUIRK(0x103c, 0x8b5e, "HP", ALC236_FIXUP_HP_MUTE_LED_MICMUTE_VREF),
 	SND_PCI_QUIRK(0x103c, 0x8b7a, "HP", ALC236_FIXUP_HP_GPIO_LED),
 	SND_PCI_QUIRK(0x103c, 0x8b7d, "HP", ALC236_FIXUP_HP_GPIO_LED),
+	SND_PCI_QUIRK(0x103c, 0x8b87, "HP", ALC236_FIXUP_HP_GPIO_LED),
 	SND_PCI_QUIRK(0x103c, 0x8b8a, "HP", ALC236_FIXUP_HP_GPIO_LED),
 	SND_PCI_QUIRK(0x103c, 0x8b8b, "HP", ALC236_FIXUP_HP_GPIO_LED),
 	SND_PCI_QUIRK(0x103c, 0x8b8d, "HP", ALC236_FIXUP_HP_GPIO_LED),
-- 
2.34.1


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

end of thread, other threads:[~2023-02-14 14:10 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-14  3:58 [PATCH 1/2] ALSA: hda/realtek: fix mute/micmute LEDs don't work for a HP platform Andy Chi
2023-02-14  3:58 ` [PATCH 2/2] ALSA: hda/realtek: Enable mute/micmute LEDs support for HP Laptops Andy Chi
2023-02-14 10:24   ` Takashi Iwai
2023-02-14 10:25 ` [PATCH 1/2] ALSA: hda/realtek: fix mute/micmute LEDs don't work for a HP platform Takashi Iwai
2023-02-14 10:37   ` [PATCH v2] ALSA: hda/realtek: Enable mute/micmute LEDs support for HP Laptops Andy Chi
2023-02-14 11:27     ` Takashi Iwai
2023-02-14 14:04       ` [PATCH v3] ALSA: hda/realtek: Enable mute/micmute LEDs and speaker " Andy Chi
2023-02-14 14: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