From: Bard Liao Date: Wed, 5 Mar 2025 13:54:41 +0000 (+0800) Subject: ASoC: Intel: soc-acpi-intel-ptl-match: add sdw multi function mockup codec X-Git-Tag: v6.15-rc1~173^2~4^2~64^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c7a6a74f847923bb726029b85a3fd0e05e9fbb04;p=thirdparty%2Fkernel%2Flinux.git 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 Reviewed-by: Liam Girdwood Reviewed-by: Péter Ujfalusi Link: https://patch.msgid.link/20250305135443.201884-8-yung-chuan.liao@linux.intel.com Signed-off-by: Mark Brown --- 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 5c1ece913a180..28ee768efd577 100644 --- a/sound/soc/intel/common/soc-acpi-intel-ptl-match.c +++ b/sound/soc/intel/common/soc-acpi-intel-ptl-match.c @@ -374,6 +374,12 @@ struct snd_soc_acpi_mach snd_soc_acpi_intel_ptl_sdw_machines[] = { .drv_name = "sof_sdw", .sof_tplg_filename = "sof-ptl-rt715-rt711-rt1308-mono.tplg", }, + { + .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,