Skip to content

Commit adf7143

Browse files
committed
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>
1 parent f3e64ef commit adf7143

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/soc/intel/common/sof-function-topology-lib.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,4 +132,4 @@ int sof_sdw_get_tplg_files(struct snd_soc_card *card, const struct snd_soc_acpi_
132132

133133
return tplg_num;
134134
}
135-
135+
EXPORT_SYMBOL_GPL(sof_sdw_get_tplg_files);

0 commit comments

Comments
 (0)