diff mbox series

[next] ALSA: hda/realtek: Fix spelling mistake "Firelfy" -> "Firefly"

Message ID 20241205102833.476190-1-colin.i.king@gmail.com (mailing list archive)
State Accepted
Commit 20c3b3e5f2641eff3d85f33e6a468ac052b169bd
Headers show
Series [next] ALSA: hda/realtek: Fix spelling mistake "Firelfy" -> "Firefly" | expand

Commit Message

Colin Ian King Dec. 5, 2024, 10:28 a.m. UTC
There is a spelling mistake in a literal string in the alc269_fixup_tbl
quirk table. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
 sound/pci/hda/patch_realtek.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Takashi Iwai Dec. 5, 2024, 1:40 p.m. UTC | #1
On Thu, 05 Dec 2024 11:28:33 +0100,
Colin Ian King wrote:
> 
> There is a spelling mistake in a literal string in the alc269_fixup_tbl
> quirk table. Fix it.
> 
> Signed-off-by: Colin Ian King <colin.i.king@gmail.com>

Thanks, applied now.


Takashi
diff mbox series

Patch

diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index e675f09aa795..17392b21d5bf 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -10527,7 +10527,7 @@  static const struct hda_quirk alc269_fixup_tbl[] = {
 	SND_PCI_QUIRK(0x103c, 0x8d91, "HP ZBook Firefly 14 G12", ALC285_FIXUP_HP_GPIO_LED),
 	SND_PCI_QUIRK(0x103c, 0x8d92, "HP ZBook Firefly 16 G12", ALC285_FIXUP_HP_GPIO_LED),
 	SND_PCI_QUIRK(0x103c, 0x8e18, "HP ZBook Firefly 14 G12A", ALC285_FIXUP_HP_GPIO_LED),
-	SND_PCI_QUIRK(0x103c, 0x8e19, "HP ZBook Firelfy 14 G12A", ALC285_FIXUP_HP_GPIO_LED),
+	SND_PCI_QUIRK(0x103c, 0x8e19, "HP ZBook Firefly 14 G12A", ALC285_FIXUP_HP_GPIO_LED),
 	SND_PCI_QUIRK(0x103c, 0x8e1a, "HP ZBook Firefly 14 G12A", ALC285_FIXUP_HP_GPIO_LED),
 	SND_PCI_QUIRK(0x1043, 0x103e, "ASUS X540SA", ALC256_FIXUP_ASUS_MIC),
 	SND_PCI_QUIRK(0x1043, 0x103f, "ASUS TX300", ALC282_FIXUP_ASUS_TX300),