stable.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ALSA: hda/realtek: fix mute/micmute LED for HP mt645 G8
@ 2024-09-16 19:26 nikolai.afanasenkov
  0 siblings, 0 replies; 3+ messages in thread
From: nikolai.afanasenkov @ 2024-09-16 19:26 UTC (permalink / raw)
  To: alexandru.gagniuc; +Cc: eniac-xw.zhang, nikolai.afanasenkov, stable

From: Nikolai Afanasenkov <nikolai.afanasenkov@hp.com>

The HP Elite mt645 G8 Mobile Thin Client uses an ALC236 codec
and needs the ALC236_FIXUP_HP_MUTE_LED_MICMUTE_VREF quirk
to enable the mute and micmute LED functionality.

This patch adds the system ID of the HP Elite mt645 G8
to the `alc269_fixup_tbl` in `patch_realtek.c`
to enable the required quirk.

Cc: stable@vger.kernel.org
Signed-off-by: Nikolai Afanasenkov <nikolai.afanasenkov@hp.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 452c6e7c20e2..5ad5a901f9b6 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -10396,6 +10396,7 @@ static const struct snd_pci_quirk alc269_fixup_tbl[] = {
 	SND_PCI_QUIRK(0x103c, 0x8ca2, "HP ZBook Power", ALC236_FIXUP_HP_GPIO_LED),
 	SND_PCI_QUIRK(0x103c, 0x8ca4, "HP ZBook Fury", ALC245_FIXUP_CS35L41_SPI_2_HP_GPIO_LED),
 	SND_PCI_QUIRK(0x103c, 0x8ca7, "HP ZBook Fury", ALC245_FIXUP_CS35L41_SPI_2_HP_GPIO_LED),
+	SND_PCI_QUIRK(0x103c, 0x8caf, "HP Elite mt645 G8 Mobile Thin Client", ALC236_FIXUP_HP_MUTE_LED_MICMUTE_VREF),
 	SND_PCI_QUIRK(0x103c, 0x8cbd, "HP Pavilion Aero Laptop 13-bg0xxx", ALC245_FIXUP_HP_X360_MUTE_LEDS),
 	SND_PCI_QUIRK(0x103c, 0x8cdd, "HP Spectre", ALC287_FIXUP_CS35L41_I2C_2),
 	SND_PCI_QUIRK(0x103c, 0x8cde, "HP Spectre", ALC287_FIXUP_CS35L41_I2C_2),
-- 
2.34.1


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

* [PATCH] ALSA: hda/realtek: fix mute/micmute LED for HP mt645 G8
@ 2024-09-16 19:50 nikolai.afanasenkov
  2024-09-18  8:10 ` Takashi Iwai
  0 siblings, 1 reply; 3+ messages in thread
From: nikolai.afanasenkov @ 2024-09-16 19:50 UTC (permalink / raw)
  To: tiwai
  Cc: perex, kailang, sbinding, simont, foss, rf, linux-sound,
	linux-kernel, Nikolai Afanasenkov, stable

From: Nikolai Afanasenkov <nikolai.afanasenkov@hp.com>

The HP Elite mt645 G8 Mobile Thin Client uses an ALC236 codec
and needs the ALC236_FIXUP_HP_MUTE_LED_MICMUTE_VREF quirk
to enable the mute and micmute LED functionality.

This patch adds the system ID of the HP Elite mt645 G8
to the `alc269_fixup_tbl` in `patch_realtek.c`
to enable the required quirk.

Cc: stable@vger.kernel.org
Signed-off-by: Nikolai Afanasenkov <nikolai.afanasenkov@hp.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 452c6e7c20e2..5ad5a901f9b6 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -10396,6 +10396,7 @@ static const struct snd_pci_quirk alc269_fixup_tbl[] = {
 	SND_PCI_QUIRK(0x103c, 0x8ca2, "HP ZBook Power", ALC236_FIXUP_HP_GPIO_LED),
 	SND_PCI_QUIRK(0x103c, 0x8ca4, "HP ZBook Fury", ALC245_FIXUP_CS35L41_SPI_2_HP_GPIO_LED),
 	SND_PCI_QUIRK(0x103c, 0x8ca7, "HP ZBook Fury", ALC245_FIXUP_CS35L41_SPI_2_HP_GPIO_LED),
+	SND_PCI_QUIRK(0x103c, 0x8caf, "HP Elite mt645 G8 Mobile Thin Client", ALC236_FIXUP_HP_MUTE_LED_MICMUTE_VREF),
 	SND_PCI_QUIRK(0x103c, 0x8cbd, "HP Pavilion Aero Laptop 13-bg0xxx", ALC245_FIXUP_HP_X360_MUTE_LEDS),
 	SND_PCI_QUIRK(0x103c, 0x8cdd, "HP Spectre", ALC287_FIXUP_CS35L41_I2C_2),
 	SND_PCI_QUIRK(0x103c, 0x8cde, "HP Spectre", ALC287_FIXUP_CS35L41_I2C_2),
-- 
2.34.1


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

* Re: [PATCH] ALSA: hda/realtek: fix mute/micmute LED for HP mt645 G8
  2024-09-16 19:50 [PATCH] ALSA: hda/realtek: fix mute/micmute LED for HP mt645 G8 nikolai.afanasenkov
@ 2024-09-18  8:10 ` Takashi Iwai
  0 siblings, 0 replies; 3+ messages in thread
From: Takashi Iwai @ 2024-09-18  8:10 UTC (permalink / raw)
  To: nikolai.afanasenkov
  Cc: tiwai, perex, kailang, sbinding, simont, foss, rf, linux-sound,
	linux-kernel, stable

On Mon, 16 Sep 2024 21:50:42 +0200,
nikolai.afanasenkov@hp.com wrote:
> 
> From: Nikolai Afanasenkov <nikolai.afanasenkov@hp.com>
> 
> The HP Elite mt645 G8 Mobile Thin Client uses an ALC236 codec
> and needs the ALC236_FIXUP_HP_MUTE_LED_MICMUTE_VREF quirk
> to enable the mute and micmute LED functionality.
> 
> This patch adds the system ID of the HP Elite mt645 G8
> to the `alc269_fixup_tbl` in `patch_realtek.c`
> to enable the required quirk.
> 
> Cc: stable@vger.kernel.org
> Signed-off-by: Nikolai Afanasenkov <nikolai.afanasenkov@hp.com>

Thanks, applied now.


Takashi

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

end of thread, other threads:[~2024-09-18  8:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-16 19:50 [PATCH] ALSA: hda/realtek: fix mute/micmute LED for HP mt645 G8 nikolai.afanasenkov
2024-09-18  8:10 ` Takashi Iwai
  -- strict thread matches above, loose matches on Subject: below --
2024-09-16 19:26 nikolai.afanasenkov

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).