From cee43e9ea164d254d4d18be9973a2860d693c108 Mon Sep 17 00:00:00 2001 From: Pierre-Louis Bossart Date: Wed, 17 Jul 2024 11:41:06 +0200 Subject: [PATCH] ASoC: Intel: soc-acpi: use same topology for RT722-based solutions The topology does not refer to link0 or link3, so we can simplify and use the same topology file name. We do need different tables though. Signed-off-by: Pierre-Louis Bossart --- sound/soc/intel/common/soc-acpi-intel-ptl-match.c | 4 ++-- 1 file changed, 2 insertions(+), 2 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 8a0c3aa8efaa18..90f97a44b60707 100644 --- a/sound/soc/intel/common/soc-acpi-intel-ptl-match.c +++ b/sound/soc/intel/common/soc-acpi-intel-ptl-match.c @@ -132,13 +132,13 @@ struct snd_soc_acpi_mach snd_soc_acpi_intel_ptl_sdw_machines[] = { .link_mask = BIT(0), .links = ptl_rt722_only, .drv_name = "sof_sdw", - .sof_tplg_filename = "sof-ptl-rt722-l0.tplg", + .sof_tplg_filename = "sof-ptl-rt722.tplg", }, { .link_mask = BIT(3), .links = ptl_rt722_l3, .drv_name = "sof_sdw", - .sof_tplg_filename = "sof-ptl-rt722-l3.tplg", + .sof_tplg_filename = "sof-ptl-rt722.tplg", }, {}, };