diff mbox series

ALSA: hda/realtek: Enable 4 amplifiers instead of 2 on a HP platform

Message ID 20230606145747.135966-1-chris.chiu@canonical.com (mailing list archive)
State New, archived
Headers show
Series ALSA: hda/realtek: Enable 4 amplifiers instead of 2 on a HP platform | expand

Commit Message

Chris Chiu June 6, 2023, 2:57 p.m. UTC
In the commit 7bb62340951a ("ALSA: hda/realtek: fix speaker, mute/micmute
LEDs not work on a HP platform"), speakers and LEDs are fixed but only 2
CS35L41 amplifiers on SPI bus connected to Realtek codec are enabled. Need
the ALC245_FIXUP_CS35L41_SPI_4_HP_GPIO_LED to get all amplifiers working.

Signed-off-by: Chris Chiu <chris.chiu@canonical.com>
---
 sound/pci/hda/patch_realtek.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Takashi Iwai June 6, 2023, 3:45 p.m. UTC | #1
On Tue, 06 Jun 2023 16:57:47 +0200,
Chris Chiu wrote:
> 
> In the commit 7bb62340951a ("ALSA: hda/realtek: fix speaker, mute/micmute
> LEDs not work on a HP platform"), speakers and LEDs are fixed but only 2
> CS35L41 amplifiers on SPI bus connected to Realtek codec are enabled. Need
> the ALC245_FIXUP_CS35L41_SPI_4_HP_GPIO_LED to get all amplifiers working.
> 
> Signed-off-by: Chris Chiu <chris.chiu@canonical.com>

Applied now with the manual addition of Fixes tag.
At the next time, please don't forget to put the proper Fixes tag if
you know the commit to fix.


thanks,

Takashi
diff mbox series

Patch

diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index f10790ace5c1..0e76938f56df 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -9500,7 +9500,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, 0x8b8f, "HP", ALC245_FIXUP_CS35L41_SPI_4_HP_GPIO_LED),
 	SND_PCI_QUIRK(0x103c, 0x8b92, "HP", ALC245_FIXUP_CS35L41_SPI_2_HP_GPIO_LED),
 	SND_PCI_QUIRK(0x103c, 0x8b96, "HP", ALC236_FIXUP_HP_MUTE_LED_MICMUTE_VREF),
 	SND_PCI_QUIRK(0x103c, 0x8b97, "HP", ALC236_FIXUP_HP_MUTE_LED_MICMUTE_VREF),