Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

ALSA: hda/hdmi: Add quirk for TUXEDO IBS14G6

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>

authored by

Aaron Erhardt and committed by
Takashi Iwai
d649c58b a3345015

+1
+1
sound/hda/codecs/hdmi/hdmi.c
··· 1557 1557 SND_PCI_QUIRK(0x1043, 0x86ae, "ASUS", 1), /* Z170 PRO */ 1558 1558 SND_PCI_QUIRK(0x1043, 0x86c7, "ASUS", 1), /* Z170M PLUS */ 1559 1559 SND_PCI_QUIRK(0x1462, 0xec94, "MS-7C94", 1), 1560 + SND_PCI_QUIRK(0x1558, 0x14a1, "TUXEDO InfinityBook S 14 Gen6", 1), 1560 1561 SND_PCI_QUIRK(0x8086, 0x2060, "Intel NUC5CPYB", 1), 1561 1562 SND_PCI_QUIRK(0x8086, 0x2081, "Intel NUC 10", 1), 1562 1563 {}