From: Mark Brown Date: Wed, 21 May 2025 16:50:09 +0000 (+0100) Subject: ASoC: Add Intel machine driver support for CS35L63 X-Git-Tag: v6.16-rc1~170^2~5^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=828497fba7b855243826bd96531920dc6bb93ec9;p=thirdparty%2Fkernel%2Fstable.git ASoC: Add Intel machine driver support for CS35L63 Merge series from Stefan Binding : 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. --- 828497fba7b855243826bd96531920dc6bb93ec9 diff --cc sound/soc/intel/common/soc-acpi-intel-mtl-match.c index af131d26bd33e,e7b72cf03ee32..75dc8935a7946 --- a/sound/soc/intel/common/soc-acpi-intel-mtl-match.c +++ b/sound/soc/intel/common/soc-acpi-intel-mtl-match.c @@@ -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,