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/20251014071335.3844631-5-yung-chuan.liao@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
Bard Liao 2025-10-14 15:13:30 +08:00 committed by Mark Brown
parent aa1ee85ce3
commit 55f8b5a965
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);