aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/intel/common/soc-acpi-intel-ptl-match.c
diff options
context:
space:
mode:
authorBalamurugan C <balamurugan.c@intel.com>2025-09-15 10:56:54 +0800
committerMark Brown <broonie@kernel.org>2025-09-15 12:49:12 +0100
commitcc648f4dde2ffbb74b9c1626e3eaaac89c6fbe16 (patch)
tree0c67b128acbcdd87d427dc50230b83298f8f0851 /sound/soc/intel/common/soc-acpi-intel-ptl-match.c
parentASoC: amd: acp: Fix incorrect retrival of acp_chip_info (diff)
downloadlinux-cc648f4dde2ffbb74b9c1626e3eaaac89c6fbe16.tar.gz
linux-cc648f4dde2ffbb74b9c1626e3eaaac89c6fbe16.zip
ASoC: Intel: PTL: Add entry for HDMI-In capture support to non-I2S codec boards.
Adding HDMI-In capture support for the PTL products which doesn't have onboard I2S codec. But need to support HDMI-In capture via I2S and audio playback through HDMI/DP monitor. Signed-off-by: Balamurugan C <balamurugan.c@intel.com> Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com> Link: https://patch.msgid.link/20250915025655.1154279-1-yung-chuan.liao@linux.intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/intel/common/soc-acpi-intel-ptl-match.c')
-rw-r--r--sound/soc/intel/common/soc-acpi-intel-ptl-match.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/sound/soc/intel/common/soc-acpi-intel-ptl-match.c b/sound/soc/intel/common/soc-acpi-intel-ptl-match.c
index e292701dfcfe..3c8b10e21ceb 100644
--- a/sound/soc/intel/common/soc-acpi-intel-ptl-match.c
+++ b/sound/soc/intel/common/soc-acpi-intel-ptl-match.c
@@ -61,6 +61,12 @@ struct snd_soc_acpi_mach snd_soc_acpi_intel_ptl_machines[] = {
SND_SOC_ACPI_TPLG_INTEL_SSP_MSB |
SND_SOC_ACPI_TPLG_INTEL_DMIC_NUMBER,
},
+ /* place amp-only boards in the end of table */
+ {
+ .id = "INTC10B0",
+ .drv_name = "ptl_lt6911_hdmi_ssp",
+ .sof_tplg_filename = "sof-ptl-hdmi-ssp02.tplg",
+ },
{},
};
EXPORT_SYMBOL_GPL(snd_soc_acpi_intel_ptl_machines);