From: Greg Kroah-Hartman Date: Mon, 30 Dec 2024 14:59:26 +0000 (+0100) Subject: 6.1-stable patches X-Git-Tag: v6.1.123~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4ff069474e598d37cd606a9b577ef43757697a6a;p=thirdparty%2Fkernel%2Fstable-queue.git 6.1-stable patches added patches: alsa-hda-realtek-fix-spelling-mistake-firelfy-firefly.patch --- diff --git a/queue-6.1/alsa-hda-realtek-fix-spelling-mistake-firelfy-firefly.patch b/queue-6.1/alsa-hda-realtek-fix-spelling-mistake-firelfy-firefly.patch new file mode 100644 index 00000000000..bcb6523048f --- /dev/null +++ b/queue-6.1/alsa-hda-realtek-fix-spelling-mistake-firelfy-firefly.patch @@ -0,0 +1,32 @@ +From 20c3b3e5f2641eff3d85f33e6a468ac052b169bd Mon Sep 17 00:00:00 2001 +From: Colin Ian King +Date: Thu, 5 Dec 2024 10:28:33 +0000 +Subject: ALSA: hda/realtek: Fix spelling mistake "Firelfy" -> "Firefly" + +From: Colin Ian King + +commit 20c3b3e5f2641eff3d85f33e6a468ac052b169bd upstream. + +There is a spelling mistake in a literal string in the alc269_fixup_tbl +quirk table. Fix it. + +Fixes: 0d08f0eec961 ("ALSA: hda/realtek: fix micmute LEDs don't work on HP Laptops") +Signed-off-by: Colin Ian King +Link: https://patch.msgid.link/20241205102833.476190-1-colin.i.king@gmail.com +Signed-off-by: Takashi Iwai +Signed-off-by: Greg Kroah-Hartman +--- + sound/pci/hda/patch_realtek.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +--- a/sound/pci/hda/patch_realtek.c ++++ b/sound/pci/hda/patch_realtek.c +@@ -9903,7 +9903,7 @@ static const struct snd_pci_quirk alc269 + 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), diff --git a/queue-6.1/series b/queue-6.1/series index 60e6747d62b..22d933f7e01 100644 --- a/queue-6.1/series +++ b/queue-6.1/series @@ -57,3 +57,4 @@ btrfs-avoid-monopolizing-a-core-when-activating-a-swap-file.patch btrfs-sysfs-fix-direct-super-block-member-reads.patch nfsd-cancel-nfsd_shrinker_work-using-sync-mode-in-nfs4_state_shutdown_net.patch revert-rcu-tasks-fix-access-non-existent-percpu-rtpcp-variable-in-rcu_tasks_need_gpcb.patch +alsa-hda-realtek-fix-spelling-mistake-firelfy-firefly.patch