From: Bard Liao Date: Wed, 5 Mar 2025 13:54:40 +0000 (+0800) Subject: ASoC: Intel: soc-acpi-intel-lnl-match: add sdw multi function mockup codec X-Git-Tag: v6.15-rc1~173^2~4^2~64^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=438405704eec45c06be9adc94eb5f94855412790;p=thirdparty%2Fkernel%2Flinux.git ASoC: Intel: soc-acpi-intel-lnl-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-7-yung-chuan.liao@linux.intel.com Signed-off-by: Mark Brown --- diff --git a/sound/soc/intel/common/soc-acpi-intel-lnl-match.c b/sound/soc/intel/common/soc-acpi-intel-lnl-match.c index 0b4a9c27c47e4..1e24e969ad15d 100644 --- a/sound/soc/intel/common/soc-acpi-intel-lnl-match.c +++ b/sound/soc/intel/common/soc-acpi-intel-lnl-match.c @@ -552,6 +552,12 @@ struct snd_soc_acpi_mach snd_soc_acpi_intel_lnl_sdw_machines[] = { .drv_name = "sof_sdw", .sof_tplg_filename = "sof-lnl-rt715-rt711-rt1308-mono.tplg", }, + { + .link_mask = BIT(0), + .links = sdw_mockup_multi_func, + .drv_name = "sof_sdw", + .sof_tplg_filename = "sof-lnl-rt722-l0.tplg", /* Reuse the existing tplg file */ + }, { .link_mask = GENMASK(3, 0), .links = lnl_3_in_1_sdca,