linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ALSA: hda/realtek: Add mute LED quirk for more HP laptops
@ 2020-12-29 14:38 Manuel Jiménez
  2020-12-31 10:56 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Manuel Jiménez @ 2020-12-29 14:38 UTC (permalink / raw)
  To: tiwai, kailang; +Cc: alsa-devel, linux-kernel, mjbfm99

HP Pavilion 13-bb0000 (SSID 103c:87c8) needs the same
quirk as other models with ALC287.

Signed-off-by: Manuel Jiménez <mjbfm99@me.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 dde5ba209541..b77cef72c2d5 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -7964,6 +7964,7 @@ static const struct snd_pci_quirk alc269_fixup_tbl[] = {
 	SND_PCI_QUIRK(0x103c, 0x8760, "HP", ALC285_FIXUP_HP_MUTE_LED),
 	SND_PCI_QUIRK(0x103c, 0x877a, "HP", ALC285_FIXUP_HP_MUTE_LED),
 	SND_PCI_QUIRK(0x103c, 0x877d, "HP", ALC236_FIXUP_HP_MUTE_LED),
+	SND_PCI_QUIRK(0x103c, 0x87c8, "HP", ALC287_FIXUP_HP_GPIO_LED),
 	SND_PCI_QUIRK(0x103c, 0x87f4, "HP", ALC287_FIXUP_HP_GPIO_LED),
 	SND_PCI_QUIRK(0x103c, 0x87f5, "HP", ALC287_FIXUP_HP_GPIO_LED),
 	SND_PCI_QUIRK(0x1043, 0x103e, "ASUS X540SA", ALC256_FIXUP_ASUS_MIC),
-- 
2.29.2


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

* Re: [PATCH] ALSA: hda/realtek: Add mute LED quirk for more HP laptops
  2020-12-29 14:38 [PATCH] ALSA: hda/realtek: Add mute LED quirk for more HP laptops Manuel Jiménez
@ 2020-12-31 10:56 ` Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2020-12-31 10:56 UTC (permalink / raw)
  To: Manuel Jiménez; +Cc: tiwai, kailang, alsa-devel, linux-kernel

On Tue, 29 Dec 2020 15:38:56 +0100,
Manuel Jiménez wrote:
> 
> HP Pavilion 13-bb0000 (SSID 103c:87c8) needs the same
> quirk as other models with ALC287.
> 
> Signed-off-by: Manuel Jiménez <mjbfm99@me.com>

Applied now.  Thanks.


Takashi

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

end of thread, other threads:[~2020-12-31 10:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-29 14:38 [PATCH] ALSA: hda/realtek: Add mute LED quirk for more HP laptops Manuel Jiménez
2020-12-31 10:56 ` 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).