blob: f358f8c52d7854f5e7fb849fed5f9e376ad3607b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
/* SPDX-License-Identifier: GPL-2.0-only */
/*
* soc-acpi-intel-get-tplg.h - get-tplg-files ops
*
* Copyright (c) 2025, Intel Corporation.
*
*/
#ifndef _SND_SOC_ACPI_INTEL_GET_TPLG_H
#define _SND_SOC_ACPI_INTEL_GET_TPLG_H
int sof_sdw_get_tplg_files(struct snd_soc_card *card, const struct snd_soc_acpi_mach *mach,
const char *prefix, const char ***tplg_files, bool best_effort);
#endif
|