xref: /linux/sound/soc/intel/common/sof-function-topology-lib.h (revision 8e7e63fc479af47449ef69d81f4dc4f3875b8e21)
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