From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 615D6169AD2; Tue, 16 Jun 2026 18:39:48 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781635189; cv=none; b=L6iJrMRZs3JQMpJSgQvywwcLMAfaHTnT9+5l9S0HVKH2MoDMYf0016P4PFZjCGarsA6XEvawB8cMB6GrAyilsGYEKYs4swPpZTtBWiRAVn1oPcz63Inks/W193YVN3pSuP0LpBW6Vouv8b71a0JZbtk1ADoMH2+rpDRaHnBSvY8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781635189; c=relaxed/simple; bh=k2tkcCLateGmvsbTBNveypWOz3Zbq0B61AQU000BKrs=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=SavAX1rAS7ON0eOET9LeAhxbHu28TAEws93/JW6VCP8DJjyeEiIIcooUTznWx5GnWm3AOlqETVLS11PvMgJVfOh4pd508Wkzu7v3PX77QCyyFZE5C0Ct+i5dObb+RuM/H7yiLpwMKwsYNDnUlaaTzzC3e9eSENfUFYueG/v3zG8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=wrwX+ptC; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="wrwX+ptC" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 49C771F000E9; Tue, 16 Jun 2026 18:39:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=korg; t=1781635188; bh=x9oc5z29YPVamxKf0XnmpQGLTvsRwLsqCnyetmWHx1g=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=wrwX+ptCFXj1C36ZsSuwmMplI0LH8pwiLc43+iEG3CeHNyPHdIYrz3A0MHh1olJwp PoWm8/JmXB5yhup5dbVkruF5N9X6fqPcHyb1o0dPmQtDUqFOR1UpEYOnd9Yqfmd90o kC4tm/YhhP44rX/bA9CU2krGCLHlTAUbhOfke1fg= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Aaron Erhardt , Werner Sembach , Takashi Iwai Subject: [PATCH 5.15 400/411] ALSA: hda/hdmi: Add quirk for TUXEDO IBS14G6 Date: Tue, 16 Jun 2026 20:30:38 +0530 Message-ID: <20260616145122.446427603@linuxfoundation.org> X-Mailer: git-send-email 2.54.0 In-Reply-To: <20260616145100.376842714@linuxfoundation.org> References: <20260616145100.376842714@linuxfoundation.org> User-Agent: quilt/0.69 X-stable: review X-Patchwork-Hint: ignore Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 5.15-stable review patch. If anyone has any objections, please let me know. ------------------ From: Aaron Erhardt commit d649c58bcad8fb9b749e3837136a201632fa109d 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 Signed-off-by: Werner Sembach Link: https://patch.msgid.link/20260218213234.429686-1-wse@tuxedocomputers.com Signed-off-by: Takashi Iwai Signed-off-by: Werner Sembach Signed-off-by: Greg Kroah-Hartman --- sound/pci/hda/patch_hdmi.c | 1 + 1 file changed, 1 insertion(+) --- a/sound/pci/hda/patch_hdmi.c +++ b/sound/pci/hda/patch_hdmi.c @@ -1970,6 +1970,7 @@ static const struct snd_pci_quirk force_ 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), {}