* [PATCH] ALSA: hda/hdmi: Add quirk for TUXEDO IBS14G6
@ 2026-03-03 18:56 Werner Sembach
2026-04-02 18:15 ` Werner Sembach
0 siblings, 1 reply; 3+ messages in thread
From: Werner Sembach @ 2026-03-03 18:56 UTC (permalink / raw)
To: stable; +Cc: Aaron Erhardt, Werner Sembach
From: Aaron Erhardt <aer@tuxedocomputers.com>
[ Upstream commit d649c58bcad8fb9b749e3837136a201632fa109d ]
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>
---
Change from upstream commit: The file was renamed sometime after v6.12.
There is already a pending patch for 6.18.y and 6.19.y. This is for all
stable released including 6.12.y and before with the old filename.
sound/pci/hda/patch_hdmi.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/sound/pci/hda/patch_hdmi.c b/sound/pci/hda/patch_hdmi.c
index 70a90117361c5..a5ebd2a9a1116 100644
--- 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_connect_list[] = {
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),
{}
--
2.43.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] ALSA: hda/hdmi: Add quirk for TUXEDO IBS14G6
2026-03-03 18:56 Werner Sembach
@ 2026-04-02 18:15 ` Werner Sembach
0 siblings, 0 replies; 3+ messages in thread
From: Werner Sembach @ 2026-04-02 18:15 UTC (permalink / raw)
To: stable; +Cc: Aaron Erhardt
Hi,
Am 03.03.26 um 19:56 schrieb Werner Sembach:
> From: Aaron Erhardt <aer@tuxedocomputers.com>
>
> [ Upstream commit d649c58bcad8fb9b749e3837136a201632fa109d ]
>
> 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>
> ---
> Change from upstream commit: The file was renamed sometime after v6.12.
> There is already a pending patch for 6.18.y and 6.19.y. This is for all
> stable released including 6.12.y and before with the old filename.
Just a gentle bump, hope it can land soon. Still applies cleanly to 6.12.y.
Best regards,
Werner
>
> sound/pci/hda/patch_hdmi.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/sound/pci/hda/patch_hdmi.c b/sound/pci/hda/patch_hdmi.c
> index 70a90117361c5..a5ebd2a9a1116 100644
> --- 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_connect_list[] = {
> 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),
> {}
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH] ALSA: hda/hdmi: Add quirk for TUXEDO IBS14G6
@ 2026-05-12 20:35 Werner Sembach
0 siblings, 0 replies; 3+ messages in thread
From: Werner Sembach @ 2026-05-12 20:35 UTC (permalink / raw)
To: stable; +Cc: aer, wse
From: Aaron Erhardt <aer@tuxedocomputers.com>
[ Upstream commit d649c58bcad8fb9b749e3837136a201632fa109d ]
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.
Backport for 6.6, 6.1, 5.15, and 5.10. Identical to the backport for 6.12,
that already got included, but without this paragraph in the commit
message.
Signed-off-by: Aaron Erhardt <aer@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>
---
sound/pci/hda/patch_hdmi.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/sound/pci/hda/patch_hdmi.c b/sound/pci/hda/patch_hdmi.c
index 80c015af09efd..763c92a848d4b 100644
--- 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_connect_list[] = {
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),
{}
--
2.43.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-05-12 20:35 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-12 20:35 [PATCH] ALSA: hda/hdmi: Add quirk for TUXEDO IBS14G6 Werner Sembach
-- strict thread matches above, loose matches on Subject: below --
2026-03-03 18:56 Werner Sembach
2026-04-02 18:15 ` Werner Sembach
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox