aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorBard Liao <yung-chuan.liao@linux.intel.com>2025-03-05 21:54:41 +0800
committerMark Brown <broonie@kernel.org>2025-03-05 14:05:41 +0000
commitc7a6a74f847923bb726029b85a3fd0e05e9fbb04 (patch)
tree843ccc4305065744640e3ed644fd3aee2e8063aa
parentASoC: Intel: soc-acpi-intel-lnl-match: add sdw multi function mockup codec (diff)
downloadwireguard-linux-c7a6a74f847923bb726029b85a3fd0e05e9fbb04.tar.xz
wireguard-linux-c7a6a74f847923bb726029b85a3fd0e05e9fbb04.zip
ASoC: Intel: soc-acpi-intel-ptl-match: add sdw multi function mockup codec
Add a SoundWire multi function mockup codec support. Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com> Reviewed-by: Liam Girdwood <liam.r.girdwood@intel.com> Reviewed-by: Péter Ujfalusi <peter.ujfalusi@linux.intel.com> Link: https://patch.msgid.link/20250305135443.201884-8-yung-chuan.liao@linux.intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
-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 5c1ece913a18..28ee768efd57 100644
--- a/sound/soc/intel/common/soc-acpi-intel-ptl-match.c
+++ b/sound/soc/intel/common/soc-acpi-intel-ptl-match.c
@@ -376,6 +376,12 @@ struct snd_soc_acpi_mach snd_soc_acpi_intel_ptl_sdw_machines[] = {
},
{
.link_mask = BIT(0),
+ .links = sdw_mockup_multi_func,
+ .drv_name = "sof_sdw",
+ .sof_tplg_filename = "sof-ptl-rt722.tplg", /* Reuse the existing tplg file */
+ },
+ {
+ .link_mask = BIT(0),
.links = ptl_rvp,
.drv_name = "sof_sdw",
.sof_tplg_filename = "sof-ptl-rt711.tplg",