ASoC: Add Intel machine driver support for CS35L63
authorMark Brown <broonie@kernel.org>
Wed, 21 May 2025 16:50:09 +0000 (17:50 +0100)
committerMark Brown <broonie@kernel.org>
Wed, 21 May 2025 16:50:09 +0000 (17:50 +0100)
Merge series from Stefan Binding <sbinding@opensource.cirrus.com>:

This adds support to the Intel machine drivers for CS35L63 codecs using
soundwire, and also adds match entries for the CDB35L63-CB2 on MTL
systems.

1  2 
sound/soc/intel/common/soc-acpi-intel-mtl-match.c
sound/soc/sdw_utils/soc_sdw_utils.c

index af131d26bd33eacf1a8d55507cc1e34c4d6fc3fe,e7b72cf03ee32f217945b78c94af3a9ca7a1f61b..75dc8935a7946029b1907edbf7d52a4a7c70b22d
@@@ -1132,8 -1157,13 +1164,14 @@@ struct snd_soc_acpi_mach snd_soc_acpi_i
                .links = mtl_cs42l43_l0,
                .drv_name = "sof_sdw",
                .sof_tplg_filename = "sof-mtl-cs42l43-l0.tplg",
 +              .get_function_tplg_files = sof_sdw_get_tplg_files,
        },
+       {
+               .link_mask = BIT(1) | BIT(3),
+               .links = mtl_cs35l63_x2_link1_link3_fb,
+               .drv_name = "sof_sdw",
+               .sof_tplg_filename = "sof-mtl-cs35l56-l01-fb8.tplg",
+       },
        {
                .link_mask = GENMASK(3, 0),
                .links = mtl_3_in_1_sdca,
Simple merge