mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-21 04:53:46 -04:00
ASoC: Intel: add sof_sdw_get_tplg_files ops
Add sof_sdw_get_tplg_files ops to get sub-topology file names for the sof_sdw card. Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com> Reviewed-by: Liam Girdwood <liam.r.girdwood@intel.com> Reviewed-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com> Reviewed-by: Péter Ujfalusi <peter.ujfalusi@linux.intel.com> Link: https://patch.msgid.link/20250414063239.85200-6-yung-chuan.liao@linux.intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
15
sound/soc/intel/common/sof-function-topology-lib.h
Normal file
15
sound/soc/intel/common/sof-function-topology-lib.h
Normal file
@@ -0,0 +1,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);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user