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

queue-5.10/alsa-hda-hdmi-add-quirk-for-tuxedo-ibs14g6.patch [new file with mode: 0644]
queue-5.10/iio-dac-ad5686-fix-ref-bit-initialization-for-single-channel-parts.patch
queue-5.10/series

diff --git a/queue-5.10/alsa-hda-hdmi-add-quirk-for-tuxedo-ibs14g6.patch b/queue-5.10/alsa-hda-hdmi-add-quirk-for-tuxedo-ibs14g6.patch
new file mode 100644 (file)
index 0000000..c69426f
--- /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
+@@ -1973,6 +1973,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 d34c4b990b9680b0855ed199105359aa60fcd9ed..12ef9278f9489718ca9655dac906aa3cb70a0d34 100644 (file)
@@ -32,7 +32,7 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
 
 --- a/drivers/iio/dac/ad5686.c
 +++ b/drivers/iio/dac/ad5686.c
-@@ -496,7 +496,7 @@ int ad5686_probe(struct device *dev,
+@@ -488,7 +488,7 @@ int ad5686_probe(struct device *dev,
                break;
        case AD5686_REGMAP:
                cmd = AD5686_CMD_INTERNAL_REFER_SETUP;
@@ -41,7 +41,7 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
                break;
        case AD5693_REGMAP:
                cmd = AD5686_CMD_CONTROL_REG;
-@@ -508,9 +508,9 @@ int ad5686_probe(struct device *dev,
+@@ -500,9 +500,9 @@ int ad5686_probe(struct device *dev,
                goto error_disable_reg;
        }
  
index 0313207635b14a7b91d95e635d331c42a8d7f51d..41ba74d223c9d5374e95dc7935001c6014ba97b7 100644 (file)
@@ -315,6 +315,7 @@ rdma-umem-fix-kernel-doc-warnings.patch
 rdma-move-dma-block-iterator-logic-into-dedicated-files.patch
 rdma-umem-fix-truncation-for-block-sizes-4g.patch
 bluetooth-l2cap-use-chan-timer-to-close-channels-in-cleanup_listen.patch
+alsa-hda-hdmi-add-quirk-for-tuxedo-ibs14g6.patch
 iio-adc-npcm-fix-unbalanced-clk_disable_unprepare.patch
 usb-cdns3-gadget-fix-request-skipping-after-clearing-halt.patch
 iio-chemical-scd30-use-guard-mutex-to-allow-early-returns.patch