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