All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ALSA: hda: Fix for mute key LED for HP Pavilion 15-CK0xx
@ 2021-05-31 20:20 ` Carlos M
  0 siblings, 0 replies; 4+ messages in thread
From: Carlos M @ 2021-05-31 20:20 UTC (permalink / raw)
  Cc: tiwai, Carlos M, Jaroslav Kysela, alsa-devel, linux-kernel

For the HP Pavilion 15-CK0xx, with audio subsystem ID 0x103c:0x841c,
adding a line in patch_realtek.c to apply the ALC269_FIXUP_HP_MUTE_LED_MIC3
fix activates the mute key LED.

Signed-off-by: Carlos M <carlos.marr.pz@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 61a60c420..43e37145e 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -8303,6 +8303,7 @@ static const struct snd_pci_quirk alc269_fixup_tbl[] = {
 	SND_PCI_QUIRK(0x103c, 0x82bf, "HP G3 mini", ALC221_FIXUP_HP_MIC_NO_PRESENCE),
 	SND_PCI_QUIRK(0x103c, 0x82c0, "HP G3 mini premium", ALC221_FIXUP_HP_MIC_NO_PRESENCE),
 	SND_PCI_QUIRK(0x103c, 0x83b9, "HP Spectre x360", ALC269_FIXUP_HP_MUTE_LED_MIC3),
+	SND_PCI_QUIRK(0x103c, 0x841c, "HP Pavilion 15-CK0xx", ALC269_FIXUP_HP_MUTE_LED_MIC3),
 	SND_PCI_QUIRK(0x103c, 0x8497, "HP Envy x360", ALC269_FIXUP_HP_MUTE_LED_MIC3),
 	SND_PCI_QUIRK(0x103c, 0x84da, "HP OMEN dc0019-ur", ALC295_FIXUP_HP_OMEN),
 	SND_PCI_QUIRK(0x103c, 0x84e7, "HP Pavilion 15", ALC269_FIXUP_HP_MUTE_LED_MIC3),
-- 
2.31.1


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

* [PATCH] ALSA: hda: Fix for mute key LED for HP Pavilion 15-CK0xx
@ 2021-05-31 20:20 ` Carlos M
  0 siblings, 0 replies; 4+ messages in thread
From: Carlos M @ 2021-05-31 20:20 UTC (permalink / raw)
  Cc: linux-kernel, alsa-devel, Carlos M, tiwai

For the HP Pavilion 15-CK0xx, with audio subsystem ID 0x103c:0x841c,
adding a line in patch_realtek.c to apply the ALC269_FIXUP_HP_MUTE_LED_MIC3
fix activates the mute key LED.

Signed-off-by: Carlos M <carlos.marr.pz@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 61a60c420..43e37145e 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -8303,6 +8303,7 @@ static const struct snd_pci_quirk alc269_fixup_tbl[] = {
 	SND_PCI_QUIRK(0x103c, 0x82bf, "HP G3 mini", ALC221_FIXUP_HP_MIC_NO_PRESENCE),
 	SND_PCI_QUIRK(0x103c, 0x82c0, "HP G3 mini premium", ALC221_FIXUP_HP_MIC_NO_PRESENCE),
 	SND_PCI_QUIRK(0x103c, 0x83b9, "HP Spectre x360", ALC269_FIXUP_HP_MUTE_LED_MIC3),
+	SND_PCI_QUIRK(0x103c, 0x841c, "HP Pavilion 15-CK0xx", ALC269_FIXUP_HP_MUTE_LED_MIC3),
 	SND_PCI_QUIRK(0x103c, 0x8497, "HP Envy x360", ALC269_FIXUP_HP_MUTE_LED_MIC3),
 	SND_PCI_QUIRK(0x103c, 0x84da, "HP OMEN dc0019-ur", ALC295_FIXUP_HP_OMEN),
 	SND_PCI_QUIRK(0x103c, 0x84e7, "HP Pavilion 15", ALC269_FIXUP_HP_MUTE_LED_MIC3),
-- 
2.31.1


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

* Re: [PATCH] ALSA: hda: Fix for mute key LED for HP Pavilion 15-CK0xx
  2021-05-31 20:20 ` Carlos M
@ 2021-06-01  6:23   ` Takashi Iwai
  -1 siblings, 0 replies; 4+ messages in thread
From: Takashi Iwai @ 2021-06-01  6:23 UTC (permalink / raw)
  To: Carlos M; +Cc: tiwai, Jaroslav Kysela, alsa-devel, linux-kernel

On Mon, 31 May 2021 22:20:26 +0200,
Carlos M wrote:
> 
> For the HP Pavilion 15-CK0xx, with audio subsystem ID 0x103c:0x841c,
> adding a line in patch_realtek.c to apply the ALC269_FIXUP_HP_MUTE_LED_MIC3
> fix activates the mute key LED.
> 
> Signed-off-by: Carlos M <carlos.marr.pz@gmail.com>

Thanks, applied.


Takashi

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

* Re: [PATCH] ALSA: hda: Fix for mute key LED for HP Pavilion 15-CK0xx
@ 2021-06-01  6:23   ` Takashi Iwai
  0 siblings, 0 replies; 4+ messages in thread
From: Takashi Iwai @ 2021-06-01  6:23 UTC (permalink / raw)
  To: Carlos M; +Cc: linux-kernel, alsa-devel, tiwai

On Mon, 31 May 2021 22:20:26 +0200,
Carlos M wrote:
> 
> For the HP Pavilion 15-CK0xx, with audio subsystem ID 0x103c:0x841c,
> adding a line in patch_realtek.c to apply the ALC269_FIXUP_HP_MUTE_LED_MIC3
> fix activates the mute key LED.
> 
> Signed-off-by: Carlos M <carlos.marr.pz@gmail.com>

Thanks, applied.


Takashi

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

end of thread, other threads:[~2021-06-01  7:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-31 20:20 [PATCH] ALSA: hda: Fix for mute key LED for HP Pavilion 15-CK0xx Carlos M
2021-05-31 20:20 ` Carlos M
2021-06-01  6:23 ` Takashi Iwai
2021-06-01  6:23   ` Takashi Iwai

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.