Skip to content

Commit ed91805

Browse files
tuxedo-aergregkh
authored andcommitted
ALSA: hda/hdmi: Add quirk for TUXEDO IBS14G6
commit d649c58 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: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 6031376 commit ed91805

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sound/pci/hda/patch_hdmi.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1999,6 +1999,7 @@ static const struct snd_pci_quirk force_connect_list[] = {
19991999
SND_PCI_QUIRK(0x1043, 0x86ae, "ASUS", 1), /* Z170 PRO */
20002000
SND_PCI_QUIRK(0x1043, 0x86c7, "ASUS", 1), /* Z170M PLUS */
20012001
SND_PCI_QUIRK(0x1462, 0xec94, "MS-7C94", 1),
2002+
SND_PCI_QUIRK(0x1558, 0x14a1, "TUXEDO InfinityBook S 14 Gen6", 1),
20022003
SND_PCI_QUIRK(0x8086, 0x2060, "Intel NUC5CPYB", 1),
20032004
SND_PCI_QUIRK(0x8086, 0x2081, "Intel NUC 10", 1),
20042005
{}

0 commit comments

Comments
 (0)