ASoC: Intel: soc-acpi-intel-mtl-match: add cs42l43 only support
authorBard Liao <yung-chuan.liao@linux.intel.com>
Thu, 9 May 2024 16:34:05 +0000 (11:34 -0500)
committerMark Brown <broonie@kernel.org>
Fri, 10 May 2024 06:11:40 +0000 (07:11 +0100)
cs42l43 is on link 0. No amp in this configuration, will use cs42l43
speaker or bridge.

Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com>
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link: https://lore.kernel.org/r/20240509163418.67746-6-pierre-louis.bossart@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/common/soc-acpi-intel-mtl-match.c

index 0bff9131776875f6a8d225942c9364334a4c3208..48252fa9e39e056a741edd27ba153e08a79862fe 100644 (file)
@@ -668,6 +668,14 @@ static const struct snd_soc_acpi_link_adr cs42l42_link0_max98363_link2[] = {
        {}
 };
 
+static const struct snd_soc_acpi_link_adr mtl_cs42l43_l0[] = {
+       {
+               .mask = BIT(0),
+               .num_adr = ARRAY_SIZE(cs42l43_0_adr),
+               .adr_d = cs42l43_0_adr,
+       },
+};
+
 static const struct snd_soc_acpi_link_adr mtl_cs42l43_cs35l56[] = {
        {
                .mask = BIT(0),
@@ -782,6 +790,12 @@ struct snd_soc_acpi_mach snd_soc_acpi_intel_mtl_sdw_machines[] = {
                .drv_name = "sof_sdw",
                .sof_tplg_filename = "sof-mtl-cs42l43-l0-cs35l56-l12.tplg",
        },
+       {
+               .link_mask = BIT(0),
+               .links = mtl_cs42l43_l0,
+               .drv_name = "sof_sdw",
+               .sof_tplg_filename = "sof-mtl-cs42l43-l0.tplg",
+       },
        {
                .link_mask = GENMASK(3, 0),
                .links = mtl_3_in_1_sdca,