From: Greg Kroah-Hartman Date: Mon, 13 Apr 2026 15:12:26 +0000 (+0200) Subject: 6.12-stable patches X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0e37832a1bc7e572367750fdb7c145d1e6e03fe1;p=thirdparty%2Fkernel%2Fstable-queue.git 6.12-stable patches added patches: alsa-hda-hdmi-add-quirk-for-tuxedo-ibs14g6.patch --- diff --git a/queue-6.12/alsa-hda-hdmi-add-quirk-for-tuxedo-ibs14g6.patch b/queue-6.12/alsa-hda-hdmi-add-quirk-for-tuxedo-ibs14g6.patch new file mode 100644 index 0000000000..45a9d3a613 --- /dev/null +++ b/queue-6.12/alsa-hda-hdmi-add-quirk-for-tuxedo-ibs14g6.patch @@ -0,0 +1,32 @@ +From d649c58bcad8fb9b749e3837136a201632fa109d Mon Sep 17 00:00:00 2001 +From: Aaron Erhardt +Date: Wed, 18 Feb 2026 22:32:10 +0100 +Subject: ALSA: hda/hdmi: Add quirk for TUXEDO IBS14G6 + +From: Aaron Erhardt + +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 +Signed-off-by: Werner Sembach +Link: https://patch.msgid.link/20260218213234.429686-1-wse@tuxedocomputers.com +Signed-off-by: Takashi Iwai +Signed-off-by: Greg Kroah-Hartman +--- + 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), + {} diff --git a/queue-6.12/series b/queue-6.12/series index e6ed54d675..c458d9c536 100644 --- a/queue-6.12/series +++ b/queue-6.12/series @@ -67,3 +67,4 @@ rxrpc-fix-reference-count-leak-in-rxrpc_server_keyring.patch rxrpc-fix-key-keyring-checks-in-setsockopt-rxrpc_security_key-keyring.patch rxrpc-fix-missing-error-checks-for-rxkad-encryption-decryption-failure.patch net-skb-fix-cross-cache-free-of-kfence-allocated-skb-head.patch +alsa-hda-hdmi-add-quirk-for-tuxedo-ibs14g6.patch