]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ASoC: Intel: export sof_sdw_get_tplg_files
authorBard Liao <yung-chuan.liao@linux.intel.com>
Thu, 9 Oct 2025 09:40:18 +0000 (17:40 +0800)
committerMark Brown <broonie@kernel.org>
Mon, 13 Oct 2025 10:23:25 +0000 (11:23 +0100)
The sof_sdw_get_tplg_files function is a callback of snd_soc_acpi_mach.
Export it to allow other modules to use it.

Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com>
Reviewed-by: Simon Trimmer <simont@opensource.cirrus.com>
Reviewed-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
Link: https://patch.msgid.link/20251009094023.3474895-5-yung-chuan.liao@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/common/sof-function-topology-lib.c

index 3cc81dcf047e3af98694ce6fb9d35d2491badfba..f685c1c5c6f06dfd60a8649cba3bf2e1ffde877e 100644 (file)
@@ -133,4 +133,4 @@ int sof_sdw_get_tplg_files(struct snd_soc_card *card, const struct snd_soc_acpi_
 
        return tplg_num;
 }
-
+EXPORT_SYMBOL_GPL(sof_sdw_get_tplg_files);