ASoC: Intel: export sof_sdw_get_tplg_files

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>
This commit is contained in:
Bard Liao 2025-10-09 17:40:18 +08:00 committed by Mark Brown
parent ea97713903
commit 7196fc4e48
No known key found for this signature in database
GPG Key ID: 24D68B725D5487D0

View 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);