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 12int 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 17