]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
6.1-stable patches
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 16 Jun 2026 10:09:46 +0000 (15:39 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 16 Jun 2026 10:09:46 +0000 (15:39 +0530)
added patches:
alsa-hda-hdmi-add-quirk-for-tuxedo-ibs14g6.patch

queue-6.1/alsa-hda-hdmi-add-quirk-for-tuxedo-ibs14g6.patch [new file with mode: 0644]
queue-6.1/series

diff --git a/queue-6.1/alsa-hda-hdmi-add-quirk-for-tuxedo-ibs14g6.patch b/queue-6.1/alsa-hda-hdmi-add-quirk-for-tuxedo-ibs14g6.patch
new file mode 100644 (file)
index 0000000..398404f
--- /dev/null
@@ -0,0 +1,33 @@
+From d649c58bcad8fb9b749e3837136a201632fa109d Mon Sep 17 00:00:00 2001
+From: Aaron Erhardt <aer@tuxedocomputers.com>
+Date: Wed, 18 Feb 2026 22:32:10 +0100
+Subject: ALSA: hda/hdmi: Add quirk for TUXEDO IBS14G6
+
+From: Aaron Erhardt <aer@tuxedocomputers.com>
+
+commit d649c58bcad8fb9b749e3837136a201632fa109d upstream.
+
+Depending on the timing during boot, the BIOS might report wrong pin
+capabilities, which can lead to HDMI audio being disabled. Therefore,
+force HDMI audio connection on TUXEDO InfinityBook S 14 Gen6.
+
+Signed-off-by: Aaron Erhardt <aer@tuxedocomputers.com>
+Signed-off-by: Werner Sembach <wse@tuxedocomputers.com>
+Link: https://patch.msgid.link/20260218213234.429686-1-wse@tuxedocomputers.com
+Signed-off-by: Takashi Iwai <tiwai@suse.de>
+Signed-off-by: Werner Sembach <wse@tuxedocomputers.com>
+Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+---
+ sound/pci/hda/patch_hdmi.c |    1 +
+ 1 file changed, 1 insertion(+)
+
+--- a/sound/pci/hda/patch_hdmi.c
++++ b/sound/pci/hda/patch_hdmi.c
+@@ -1999,6 +1999,7 @@ static const struct snd_pci_quirk force_
+       SND_PCI_QUIRK(0x1043, 0x86ae, "ASUS", 1),  /* Z170 PRO */
+       SND_PCI_QUIRK(0x1043, 0x86c7, "ASUS", 1),  /* Z170M PLUS */
+       SND_PCI_QUIRK(0x1462, 0xec94, "MS-7C94", 1),
++      SND_PCI_QUIRK(0x1558, 0x14a1, "TUXEDO InfinityBook S 14 Gen6", 1),
+       SND_PCI_QUIRK(0x8086, 0x2060, "Intel NUC5CPYB", 1),
+       SND_PCI_QUIRK(0x8086, 0x2081, "Intel NUC 10", 1),
+       {}
index 8044c1d894a62ad22956f3a185375c19981d51ee..0b2ac10f34912bc09c1eea907d9988e72e948bb6 100644 (file)
@@ -491,3 +491,4 @@ ipvs-skip-ipv6-extension-headers-for-csum-checks.patch
 blk-cgroup-fix-null-deref-caused-by-blkg_policy_data-being-installed-before-init.patch
 batman-adv-stop-tp_meter-sessions-during-mesh-teardown.patch
 batman-adv-tp_meter-fix-tp_num-leak-on-kmalloc-failure.patch
+alsa-hda-hdmi-add-quirk-for-tuxedo-ibs14g6.patch