diff options
| author | Bard Liao <yung-chuan.liao@linux.intel.com> | 2025-10-09 17:40:18 +0800 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2025-10-13 11:23:25 +0100 |
| commit | 7196fc4e482928a276da853e2687f31cd8ea2611 (patch) | |
| tree | f86208b49791764fc9e3099dd41f4f02c49d139d | |
| parent | ea97713903784286ef1ce45456f404ed288f19b1 (diff) | |
| download | linux-7196fc4e482928a276da853e2687f31cd8ea2611.tar.gz linux-7196fc4e482928a276da853e2687f31cd8ea2611.zip | |
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>
| -rw-r--r-- | sound/soc/intel/common/sof-function-topology-lib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/intel/common/sof-function-topology-lib.c b/sound/soc/intel/common/sof-function-topology-lib.c index 3cc81dcf047e..f685c1c5c6f0 100644 --- a/sound/soc/intel/common/sof-function-topology-lib.c +++ b/sound/soc/intel/common/sof-function-topology-lib.c @@ -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); |
