Linux Sound subsystem development
 help / color / mirror / Atom feed
* [PATCH] ALSA: hda/realtek: Enable mute/micmute LEDs and limit mic boost on HP ZBook
@ 2024-01-16  2:07 Yo-Jung Lin
  2024-01-16  9:16 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Yo-Jung Lin @ 2024-01-16  2:07 UTC (permalink / raw)
  Cc: leo.lin, andy.chi, 0xff07, Jaroslav Kysela, Takashi Iwai,
	Stefan Binding, Kailang Yang, Luke D. Jones, Shenghao Ding,
	Matthew Anderson, Vitaly Rodionov, linux-sound, linux-kernel

On some HP ZBooks, the audio LEDs can be enabled by
ALC236_FIXUP_HP_MUTE_LED_MICMUTE_VREF. So use it accordingly.

Signed-off-by: Yo-Jung Lin <leo.lin@canonical.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 b68c94757051..311c4eee9770 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -9955,6 +9955,7 @@ static const struct snd_pci_quirk alc269_fixup_tbl[] = {
 	SND_PCI_QUIRK(0x103c, 0x8c71, "HP EliteBook 845 G11", ALC287_FIXUP_CS35L41_I2C_2_HP_GPIO_LED),
 	SND_PCI_QUIRK(0x103c, 0x8c72, "HP EliteBook 865 G11", ALC287_FIXUP_CS35L41_I2C_2_HP_GPIO_LED),
 	SND_PCI_QUIRK(0x103c, 0x8c96, "HP", ALC236_FIXUP_HP_MUTE_LED_MICMUTE_VREF),
+	SND_PCI_QUIRK(0x103c, 0x8c97, "HP ZBook", ALC236_FIXUP_HP_MUTE_LED_MICMUTE_VREF),
 	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, 0x8cf5, "HP ZBook Studio 16", ALC245_FIXUP_CS35L41_SPI_4_HP_GPIO_LED),
-- 
2.34.1


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

* Re: [PATCH] ALSA: hda/realtek: Enable mute/micmute LEDs and limit mic boost on HP ZBook
  2024-01-16  2:07 [PATCH] ALSA: hda/realtek: Enable mute/micmute LEDs and limit mic boost on HP ZBook Yo-Jung Lin
@ 2024-01-16  9:16 ` Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2024-01-16  9:16 UTC (permalink / raw)
  To: Yo-Jung Lin
  Cc: andy.chi, 0xff07, Jaroslav Kysela, Takashi Iwai, Stefan Binding,
	Kailang Yang, Luke D. Jones, Shenghao Ding, Matthew Anderson,
	Vitaly Rodionov, linux-sound, linux-kernel

On Tue, 16 Jan 2024 03:07:19 +0100,
Yo-Jung Lin wrote:
> 
> On some HP ZBooks, the audio LEDs can be enabled by
> ALC236_FIXUP_HP_MUTE_LED_MICMUTE_VREF. So use it accordingly.
> 
> Signed-off-by: Yo-Jung Lin <leo.lin@canonical.com>

Thanks, applied now.


Takashi

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

end of thread, other threads:[~2024-01-16  9:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-16  2:07 [PATCH] ALSA: hda/realtek: Enable mute/micmute LEDs and limit mic boost on HP ZBook Yo-Jung Lin
2024-01-16  9:16 ` Takashi Iwai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox