public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ALSA: hda/hdmi: Add quirk for TUXEDO IBS14G6
@ 2026-02-18 21:32 Werner Sembach
  2026-02-19 11:08 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Werner Sembach @ 2026-02-18 21:32 UTC (permalink / raw)
  To: Jaroslav Kysela, Takashi Iwai
  Cc: Aaron Erhardt, Werner Sembach, linux-sound, linux-kernel

From: Aaron Erhardt <aer@tuxedocomputers.com>

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>
---
 sound/hda/codecs/hdmi/hdmi.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sound/hda/codecs/hdmi/hdmi.c b/sound/hda/codecs/hdmi/hdmi.c
index 111c9b5335afc..c2e3adc7b3c00 100644
--- a/sound/hda/codecs/hdmi/hdmi.c
+++ b/sound/hda/codecs/hdmi/hdmi.c
@@ -1557,6 +1557,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] 2+ messages in thread

* Re: [PATCH] ALSA: hda/hdmi: Add quirk for TUXEDO IBS14G6
  2026-02-18 21:32 [PATCH] ALSA: hda/hdmi: Add quirk for TUXEDO IBS14G6 Werner Sembach
@ 2026-02-19 11:08 ` Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2026-02-19 11:08 UTC (permalink / raw)
  To: Werner Sembach
  Cc: Jaroslav Kysela, Takashi Iwai, Aaron Erhardt, linux-sound,
	linux-kernel

On Wed, 18 Feb 2026 22:32:10 +0100,
Werner Sembach wrote:
> 
> From: Aaron Erhardt <aer@tuxedocomputers.com>
> 
> 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>

Thanks, applied now.


Takashi

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-02-19 11:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-18 21:32 [PATCH] ALSA: hda/hdmi: Add quirk for TUXEDO IBS14G6 Werner Sembach
2026-02-19 11:08 ` Takashi Iwai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox