[PATCH] ALSA: hda/realtek: add fixup for HP Spectre x360 14t-ea100 (ALC245)

This patch adds a quirk to enable proper speaker output on the HP Spectre x360 14t-ea100 with the Realtek ALC245 code.
SIgned-off-by: Kaden Berger kadenb816@gmail.com
diff -ura linux-6.15.1.orig/sound/pci/hda/patch_realtek.c linux-6.15.1.new/sound/pci/hda/patch_realtek.c --- linux-6.15.1.orig/sound/pci/hda/patch_realtek.c 2025-06-09 08:21:07.178183524 -0500 +++ linux-6.15.1.new/sound/pci/hda/patch_realtek.c 2025-06-09 08:26:16.859486062 -0500 @@ -10792,6 +10793,7 @@ SND_PCI_QUIRK(0x103c, 0x8be9, "HP Envy 15", ALC287_FIXUP_CS35L41_I2C_2), SND_PCI_QUIRK(0x103c, 0x8bf0, "HP", ALC236_FIXUP_HP_GPIO_LED), SND_PCI_QUIRK(0x103c, 0x8c15, "HP Spectre x360 2-in-1 Laptop 14-eu0xxx", ALC245_FIXUP_HP_SPECTRE_X360_EU0XXX), + SND_PCI_QUIRK(0x103c, 0x89da, "HP Spectre x360 14t-ea100", ALC245_FIXUP_HP_SPECTRE_X360_EU0XXX), SND_PCI_QUIRK(0x103c, 0x8c16, "HP Spectre x360 2-in-1 Laptop 16-aa0xxx", ALC245_FIXUP_HP_SPECTRE_X360_16_AA0XXX), SND_PCI_QUIRK(0x103c, 0x8c17, "HP Spectre 16", ALC287_FIXUP_CS35L41_I2C_2), SND_PCI_QUIRK(0x103c, 0x8c21, "HP Pavilion Plus Laptop 14-ey0XXX", ALC245_FIXUP_HP_X360_MUTE_LEDS),
participants (1)
-
Kaden Berger