All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ALSA: hda/realtek: fix speaker, mute/micmute LEDs not work on a HP platform
@ 2023-03-07 13:53 ` Jeremy Szu
  0 siblings, 0 replies; 4+ messages in thread
From: Jeremy Szu @ 2023-03-07 13:53 UTC (permalink / raw
  To: tiwai
  Cc: Jeremy Szu, Jaroslav Kysela, Stefan Binding, Tim Crawford,
	Andy Chi, Meng Tang, Philipp Jungkamp, Kacper Michajłow,
	Gabriele Mazzotta, Yuchi Yang, moderated list:SOUND, open list

There is a HP platform needs ALC245_FIXUP_CS35L41_SPI_2_HP_GPIO_LED quirk to
make mic-mute/audio-mute/speaker working.

Signed-off-by: Jeremy Szu <jeremy.szu@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 3c629f4ae080..5d530b489c48 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -9447,6 +9447,7 @@ static const struct snd_pci_quirk alc269_fixup_tbl[] = {
 	SND_PCI_QUIRK(0x103c, 0x8b8a, "HP", ALC236_FIXUP_HP_GPIO_LED),
 	SND_PCI_QUIRK(0x103c, 0x8b8b, "HP", ALC236_FIXUP_HP_GPIO_LED),
 	SND_PCI_QUIRK(0x103c, 0x8b8d, "HP", ALC236_FIXUP_HP_GPIO_LED),
+	SND_PCI_QUIRK(0x103c, 0x8b8f, "HP", ALC245_FIXUP_CS35L41_SPI_2_HP_GPIO_LED),
 	SND_PCI_QUIRK(0x103c, 0x8b92, "HP", ALC245_FIXUP_CS35L41_SPI_2_HP_GPIO_LED),
 	SND_PCI_QUIRK(0x103c, 0x8bf0, "HP", ALC236_FIXUP_HP_GPIO_LED),
 	SND_PCI_QUIRK(0x1043, 0x103e, "ASUS X540SA", ALC256_FIXUP_ASUS_MIC),
-- 
2.38.1


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

* [PATCH] ALSA: hda/realtek: fix speaker, mute/micmute LEDs not work on a HP platform
@ 2023-03-07 13:53 ` Jeremy Szu
  0 siblings, 0 replies; 4+ messages in thread
From: Jeremy Szu @ 2023-03-07 13:53 UTC (permalink / raw
  To: tiwai
  Cc: Jeremy Szu, Stefan Binding, Tim Crawford, Andy Chi, Meng Tang,
	Philipp Jungkamp, Kacper Michajłow, Gabriele Mazzotta,
	Yuchi Yang, moderated list:SOUND, open list

There is a HP platform needs ALC245_FIXUP_CS35L41_SPI_2_HP_GPIO_LED quirk to
make mic-mute/audio-mute/speaker working.

Signed-off-by: Jeremy Szu <jeremy.szu@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 3c629f4ae080..5d530b489c48 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -9447,6 +9447,7 @@ static const struct snd_pci_quirk alc269_fixup_tbl[] = {
 	SND_PCI_QUIRK(0x103c, 0x8b8a, "HP", ALC236_FIXUP_HP_GPIO_LED),
 	SND_PCI_QUIRK(0x103c, 0x8b8b, "HP", ALC236_FIXUP_HP_GPIO_LED),
 	SND_PCI_QUIRK(0x103c, 0x8b8d, "HP", ALC236_FIXUP_HP_GPIO_LED),
+	SND_PCI_QUIRK(0x103c, 0x8b8f, "HP", ALC245_FIXUP_CS35L41_SPI_2_HP_GPIO_LED),
 	SND_PCI_QUIRK(0x103c, 0x8b92, "HP", ALC245_FIXUP_CS35L41_SPI_2_HP_GPIO_LED),
 	SND_PCI_QUIRK(0x103c, 0x8bf0, "HP", ALC236_FIXUP_HP_GPIO_LED),
 	SND_PCI_QUIRK(0x1043, 0x103e, "ASUS X540SA", ALC256_FIXUP_ASUS_MIC),
-- 
2.38.1


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

* Re: [PATCH] ALSA: hda/realtek: fix speaker, mute/micmute LEDs not work on a HP platform
  2023-03-07 13:53 ` Jeremy Szu
@ 2023-03-08  5:37   ` Takashi Iwai
  -1 siblings, 0 replies; 4+ messages in thread
From: Takashi Iwai @ 2023-03-08  5:37 UTC (permalink / raw
  To: Jeremy Szu
  Cc: tiwai, Jaroslav Kysela, Stefan Binding, Tim Crawford, Andy Chi,
	Meng Tang, Philipp Jungkamp, Kacper Michajłow,
	Gabriele Mazzotta, Yuchi Yang, moderated list:SOUND, open list

On Tue, 07 Mar 2023 14:53:16 +0100,
Jeremy Szu wrote:
> 
> There is a HP platform needs ALC245_FIXUP_CS35L41_SPI_2_HP_GPIO_LED quirk to
> make mic-mute/audio-mute/speaker working.
> 
> Signed-off-by: Jeremy Szu <jeremy.szu@canonical.com>

Applied now.  Thanks.


Takashi

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

* Re: [PATCH] ALSA: hda/realtek: fix speaker, mute/micmute LEDs not work on a HP platform
@ 2023-03-08  5:37   ` Takashi Iwai
  0 siblings, 0 replies; 4+ messages in thread
From: Takashi Iwai @ 2023-03-08  5:37 UTC (permalink / raw
  To: Jeremy Szu
  Cc: tiwai, Stefan Binding, Tim Crawford, Andy Chi, Meng Tang,
	Philipp Jungkamp, Kacper Michajłow, Gabriele Mazzotta,
	Yuchi Yang, moderated list:SOUND, open list

On Tue, 07 Mar 2023 14:53:16 +0100,
Jeremy Szu wrote:
> 
> There is a HP platform needs ALC245_FIXUP_CS35L41_SPI_2_HP_GPIO_LED quirk to
> make mic-mute/audio-mute/speaker working.
> 
> Signed-off-by: Jeremy Szu <jeremy.szu@canonical.com>

Applied now.  Thanks.


Takashi

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

end of thread, other threads:[~2023-03-08  5:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-07 13:53 [PATCH] ALSA: hda/realtek: fix speaker, mute/micmute LEDs not work on a HP platform Jeremy Szu
2023-03-07 13:53 ` Jeremy Szu
2023-03-08  5:37 ` Takashi Iwai
2023-03-08  5:37   ` 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.