xref: /linux/sound/soc/intel/common/sof-function-topology-lib.h (revision a9e6060bb2a6cae6d43a98ec0794844ad01273d3)
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  * soc-acpi-intel-get-tplg.h - get-tplg-files ops
4  *
5  * Copyright (c) 2025, Intel Corporation.
6  *
7  */
8 
9 #ifndef _SND_SOC_ACPI_INTEL_GET_TPLG_H
10 #define _SND_SOC_ACPI_INTEL_GET_TPLG_H
11 
12 int sof_sdw_get_tplg_files(struct snd_soc_card *card, const struct snd_soc_acpi_mach *mach,
13 			   const char *prefix, const char ***tplg_files);
14 
15 #endif
16