From f557cb95dc7a435118a41b89a972c2518b2f6e2b Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Thu, 24 Apr 2025 17:31:23 +0200 Subject: [PATCH] 6.1-stable patches added patches: alsa-hda-realtek-fix-built-in-mic-on-another-asus-vivobook-model.patch --- ...n-mic-on-another-asus-vivobook-model.patch | 36 +++++++++++++++++++ queue-6.1/series | 1 + 2 files changed, 37 insertions(+) create mode 100644 queue-6.1/alsa-hda-realtek-fix-built-in-mic-on-another-asus-vivobook-model.patch diff --git a/queue-6.1/alsa-hda-realtek-fix-built-in-mic-on-another-asus-vivobook-model.patch b/queue-6.1/alsa-hda-realtek-fix-built-in-mic-on-another-asus-vivobook-model.patch new file mode 100644 index 0000000000..e8b5e9ae6c --- /dev/null +++ b/queue-6.1/alsa-hda-realtek-fix-built-in-mic-on-another-asus-vivobook-model.patch @@ -0,0 +1,36 @@ +From 8983dc1b66c0e1928a263b8af0bb06f6cb9229c4 Mon Sep 17 00:00:00 2001 +From: Takashi Iwai +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 + +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 +[ 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 +Signed-off-by: Greg Kroah-Hartman +--- + 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 +@@ -10071,6 +10071,7 @@ static const struct snd_pci_quirk alc269 + SND_PCI_QUIRK(0x1043, 0x1bbd, "ASUS Z550MA", ALC255_FIXUP_ASUS_MIC_NO_PRESENCE), + SND_PCI_QUIRK(0x1043, 0x1c23, "Asus X55U", ALC269_FIXUP_LIMIT_INT_MIC_BOOST), + 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, 0x1caf, "ASUS G634JYR/JZR", ALC285_FIXUP_ASUS_SPI_REAR_SPEAKERS), + SND_PCI_QUIRK(0x1043, 0x1ccd, "ASUS X555UB", ALC256_FIXUP_ASUS_MIC), diff --git a/queue-6.1/series b/queue-6.1/series index 330fab9480..da0b969c5e 100644 --- a/queue-6.1/series +++ b/queue-6.1/series @@ -290,3 +290,4 @@ mips-cevt-ds1287-add-missing-ds1287.h-include.patch mips-ds1287-match-ds1287_set_base_clock-function-types.patch md-factor-out-a-helper-from-mddev_put.patch md-fix-mddev-uaf-while-iterating-all_mddevs-list.patch +alsa-hda-realtek-fix-built-in-mic-on-another-asus-vivobook-model.patch -- 2.47.3