From nobody Fri Apr 3 08:02:06 2026 Received: from mail.tuxedocomputers.com (mail.tuxedocomputers.com [157.90.84.7]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id C27022EDD78; Wed, 18 Feb 2026 21:42:42 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=157.90.84.7 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1771450965; cv=none; b=Cfl2LZzsxIGjsIS9vzq7k9vruLFnpySuFxDIPpQxbkXpTCL+8X6RW21PXx/aaFDvQERIJYYjJFdGk//viCI8Gy2jQjuKkbUTVv8brMI7jXbjM/L04llBI+cvnapevqQuQwCu7fOToySBjxIO6vaqN1uisEzGxLx7U/a20yB9/vY= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1771450965; c=relaxed/simple; bh=fxKFCasQpGpcF1xaBzz/9fITIr9A8kOkur+Oi/PAVV0=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=jk/5syptEwl9Iqc7dI/lQYC48BjU3dnRRTLRvB7YjBT8jljhZCOmPZ4ll4ngojAmYwwUSh4qaVOlPx+oaG5Mjn34jV78Fg8pW6/A2q8abD3b7NAgpysVwFTRwf4TrDWEPw4bbKXDxJhGiYeeHhzPIRVb6aPrc8dsWzEdZ1029S0= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=tuxedocomputers.com; spf=pass smtp.mailfrom=tuxedocomputers.com; dkim=pass (1024-bit key) header.d=tuxedocomputers.com header.i=@tuxedocomputers.com header.b=SzTdwso1; arc=none smtp.client-ip=157.90.84.7 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=tuxedocomputers.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=tuxedocomputers.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=tuxedocomputers.com header.i=@tuxedocomputers.com header.b="SzTdwso1" Received: from wse-pc.fritz.box (i5C75F712.versanet.de [92.117.247.18]) (Authenticated sender: wse@tuxedocomputers.com) by mail.tuxedocomputers.com (Postfix) with ESMTPA id 378CF2FC004A; Wed, 18 Feb 2026 22:32:40 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tuxedocomputers.com; s=default; t=1771450360; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=OZiMYgLDOPiDWJYeX6K5J664G3LuutZ+QEvSfxv3jjg=; b=SzTdwso18VrYhKgoLv58I8sJHp/PcyB7Hg0T0NJ951Z9GEJ+yToIE2TLe7u+CAibMwTkmO ha0RP3nmky0JTA7YPC5vqRavBojWOdb0oIPlqTDrxj5t9z4dT80xDXrwfnM+zz+q8qEzCV fW5FMWMvT7pjlCnYjnN+ZbJt3Vg0vEA= Authentication-Results: mail.tuxedocomputers.com; auth=pass smtp.auth=wse@tuxedocomputers.com smtp.mailfrom=wse@tuxedocomputers.com From: Werner Sembach To: Jaroslav Kysela , Takashi Iwai Cc: Aaron Erhardt , Werner Sembach , linux-sound@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH] ALSA: hda/hdmi: Add quirk for TUXEDO IBS14G6 Date: Wed, 18 Feb 2026 22:32:10 +0100 Message-ID: <20260218213234.429686-1-wse@tuxedocomputers.com> X-Mailer: git-send-email 2.43.0 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" From: Aaron Erhardt 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 Signed-off-by: Werner Sembach --- 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[= ] =3D { 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), {} --=20 2.43.0