alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ALSA: hda/realtek - Add mute Led support for HP Elitebook 845 G7
@ 2020-10-02 12:44 Qiu Wenbo
  2020-10-02 13:30 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Qiu Wenbo @ 2020-10-02 12:44 UTC (permalink / raw)
  To: Takashi Iwai, Jaroslav Kysela, Kailang Yang; +Cc: alsa-devel, linux-kernel

After installing archlinux, the mute led and micmute led are not working
at all. This patch fix this issue by applying a fixup from similar
model. These mute leds are confirmed working on HP Elitebook 845 G7.

Signed-off-by: Qiu Wenbo <qiuwenbo@kylinos.com.cn>
---
 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 d4f17b465892..8239c4dd4a90 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -7763,6 +7763,7 @@ static const struct snd_pci_quirk alc269_fixup_tbl[] = {
 	SND_PCI_QUIRK(0x103c, 0x869d, "HP", ALC236_FIXUP_HP_MUTE_LED),
 	SND_PCI_QUIRK(0x103c, 0x8729, "HP", ALC285_FIXUP_HP_GPIO_LED),
 	SND_PCI_QUIRK(0x103c, 0x8736, "HP", ALC285_FIXUP_HP_GPIO_AMP_INIT),
+	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(0x1043, 0x103e, "ASUS X540SA", ALC256_FIXUP_ASUS_MIC),
-- 
2.28.0


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

* Re: [PATCH] ALSA: hda/realtek - Add mute Led support for HP Elitebook 845 G7
  2020-10-02 12:44 [PATCH] ALSA: hda/realtek - Add mute Led support for HP Elitebook 845 G7 Qiu Wenbo
@ 2020-10-02 13:30 ` Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2020-10-02 13:30 UTC (permalink / raw)
  To: Qiu Wenbo; +Cc: linux-kernel, alsa-devel, Kailang Yang, Takashi Iwai

On Fri, 02 Oct 2020 14:44:54 +0200,
Qiu Wenbo wrote:
> 
> After installing archlinux, the mute led and micmute led are not working
> at all. This patch fix this issue by applying a fixup from similar
> model. These mute leds are confirmed working on HP Elitebook 845 G7.
> 
> Signed-off-by: Qiu Wenbo <qiuwenbo@kylinos.com.cn>

Applied now.  Thanks.


Takashi

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

end of thread, other threads:[~2020-10-03  9:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-02 12:44 [PATCH] ALSA: hda/realtek - Add mute Led support for HP Elitebook 845 G7 Qiu Wenbo
2020-10-02 13:30 ` 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).