linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ALSA: hda/realtek - Add mute LED quirk for HP Spectre x360
@ 2018-08-04 16:44 Alexandru Gagniuc
  2018-08-05 16:42 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Alexandru Gagniuc @ 2018-08-04 16:44 UTC (permalink / raw)
  To: perex, tiwai
  Cc: Alexandru Gagniuc, Kailang Yang, Hui Wang, Peisen, Tom Briden,
	alsa-devel, linux-kernel

This device has the same issues as the HP x360 wrt the MUTE LED and
the front speakers not working. This patch fixes the MUTE LED issue,
but doesn't touch the HDA verbs. The fix for the x360 does not work
on the Spectre.

Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.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 f6af3e1c2b93..d14b05f68d6d 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -6530,6 +6530,7 @@ static const struct snd_pci_quirk alc269_fixup_tbl[] = {
 	SND_PCI_QUIRK(0x103c, 0x827e, "HP x360", ALC295_FIXUP_HP_X360),
 	SND_PCI_QUIRK(0x103c, 0x82bf, "HP", ALC221_FIXUP_HP_MIC_NO_PRESENCE),
 	SND_PCI_QUIRK(0x103c, 0x82c0, "HP", ALC221_FIXUP_HP_MIC_NO_PRESENCE),
+	SND_PCI_QUIRK(0x103c, 0x83b9, "HP Spectre x360", ALC269_FIXUP_HP_MUTE_LED_MIC3),
 	SND_PCI_QUIRK(0x1043, 0x103e, "ASUS X540SA", ALC256_FIXUP_ASUS_MIC),
 	SND_PCI_QUIRK(0x1043, 0x103f, "ASUS TX300", ALC282_FIXUP_ASUS_TX300),
 	SND_PCI_QUIRK(0x1043, 0x106d, "Asus K53BE", ALC269_FIXUP_LIMIT_INT_MIC_BOOST),
-- 
2.17.1


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

* Re: [PATCH] ALSA: hda/realtek - Add mute LED quirk for HP Spectre x360
  2018-08-04 16:44 [PATCH] ALSA: hda/realtek - Add mute LED quirk for HP Spectre x360 Alexandru Gagniuc
@ 2018-08-05 16:42 ` Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2018-08-05 16:42 UTC (permalink / raw)
  To: Alexandru Gagniuc
  Cc: perex, alsa-devel, Hui Wang, Tom Briden, Kailang Yang, Peisen,
	linux-kernel

On Sat, 04 Aug 2018 18:44:44 +0200,
Alexandru Gagniuc wrote:
> 
> This device has the same issues as the HP x360 wrt the MUTE LED and
> the front speakers not working. This patch fixes the MUTE LED issue,
> but doesn't touch the HDA verbs. The fix for the x360 does not work
> on the Spectre.
> 
> Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>

Applied, thanks.


Takashi

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

end of thread, other threads:[~2018-08-05 16:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-04 16:44 [PATCH] ALSA: hda/realtek - Add mute LED quirk for HP Spectre x360 Alexandru Gagniuc
2018-08-05 16:42 ` 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).