Linux kernel mirror (for testing)
git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel
os
linux
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, bool best_effort);
14
15#endif