]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
6.6-stable patches
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 24 Apr 2025 15:31:32 +0000 (17:31 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 24 Apr 2025 15:31:32 +0000 (17:31 +0200)
added patches:
alsa-hda-realtek-fix-built-in-mic-on-another-asus-vivobook-model.patch

queue-6.6/alsa-hda-realtek-fix-built-in-mic-on-another-asus-vivobook-model.patch [new file with mode: 0644]
queue-6.6/series

diff --git a/queue-6.6/alsa-hda-realtek-fix-built-in-mic-on-another-asus-vivobook-model.patch b/queue-6.6/alsa-hda-realtek-fix-built-in-mic-on-another-asus-vivobook-model.patch
new file mode 100644 (file)
index 0000000..e07e39f
--- /dev/null
@@ -0,0 +1,36 @@
+From 8983dc1b66c0e1928a263b8af0bb06f6cb9229c4 Mon Sep 17 00:00:00 2001
+From: Takashi Iwai <tiwai@suse.de>
+Date: Wed, 2 Apr 2025 09:42:07 +0200
+Subject: ALSA: hda/realtek: Fix built-in mic on another ASUS VivoBook model
+
+From: Takashi Iwai <tiwai@suse.de>
+
+commit 8983dc1b66c0e1928a263b8af0bb06f6cb9229c4 upstream.
+
+There is another VivoBook model which built-in mic got broken recently
+by the fix of the pin sort.  Apply the correct quirk
+ALC256_FIXUP_ASUS_MIC_NO_PRESENCE to this model for addressing the
+regression, too.
+
+Fixes: 3b4309546b48 ("ALSA: hda: Fix headset detection failure due to unstable sort")
+Closes: https://lore.kernel.org/Z95s5T6OXFPjRnKf@eldamar.lan
+Link: https://patch.msgid.link/20250402074208.7347-1-tiwai@suse.de
+Signed-off-by: Takashi Iwai <tiwai@suse.de>
+[ Salvatore Bonaccorso: Update for context change due to missing other
+  quirk entries in the struct snd_pci_quirk alc269_fixup_tbl ]
+Signed-off-by: Salvatore Bonaccorso <carnil@debian.org>
+Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+---
+ sound/pci/hda/patch_realtek.c |    1 +
+ 1 file changed, 1 insertion(+)
+
+--- a/sound/pci/hda/patch_realtek.c
++++ b/sound/pci/hda/patch_realtek.c
+@@ -10238,6 +10238,7 @@ static const struct hda_quirk alc269_fix
+       SND_PCI_QUIRK(0x1043, 0x1c33, "ASUS UX5304MA", ALC245_FIXUP_CS35L41_SPI_2),
+       SND_PCI_QUIRK(0x1043, 0x1c43, "ASUS UX8406MA", ALC245_FIXUP_CS35L41_SPI_2),
+       SND_PCI_QUIRK(0x1043, 0x1c62, "ASUS GU603", ALC289_FIXUP_ASUS_GA401),
++      SND_PCI_QUIRK(0x1043, 0x1c80, "ASUS VivoBook TP401", ALC256_FIXUP_ASUS_MIC_NO_PRESENCE),
+       SND_PCI_QUIRK(0x1043, 0x1c92, "ASUS ROG Strix G15", ALC285_FIXUP_ASUS_G533Z_PINS),
+       SND_PCI_QUIRK(0x1043, 0x1c9f, "ASUS G614JU/JV/JI", ALC285_FIXUP_ASUS_HEADSET_MIC),
+       SND_PCI_QUIRK(0x1043, 0x1caf, "ASUS G634JY/JZ/JI/JG", ALC285_FIXUP_ASUS_SPI_REAR_SPEAKERS),
index 2c0a3fc8e0801f6077e4e0e654fd02ff3982fdbf..bfa5e6f7ea860edc967450c0d74737dadc7b0fc7 100644 (file)
@@ -386,3 +386,4 @@ mips-cevt-ds1287-add-missing-ds1287.h-include.patch
 mips-ds1287-match-ds1287_set_base_clock-function-types.patch
 btrfs-fix-the-length-of-reserved-qgroup-to-free.patch
 drm-tests-build-kms-helpers-when-drm_kunit_test_helpers-is-enabled.patch
+alsa-hda-realtek-fix-built-in-mic-on-another-asus-vivobook-model.patch