mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git/
synced 2026-04-18 06:33:43 -04:00
ASoC: SOF: core: Implement firmware, topology path setup in core
Use the information stored in ipc_file_profile_base by platforms to construct the paths, filenames that are going to be used to load the firmware and topology files. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com> Reviewed-by: Kai Vehmanen <kai.vehmanen@linux.intel.com> Link: https://lore.kernel.org/r/20231129125327.23708-8-peter.ujfalusi@linux.intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
committed by
Mark Brown
parent
59ddeae037
commit
b1a4ee9fd5
@@ -695,6 +695,13 @@ void snd_sof_new_platform_drv(struct snd_sof_dev *sdev);
|
||||
*/
|
||||
extern struct snd_compress_ops sof_compressed_ops;
|
||||
|
||||
/*
|
||||
* Firmware (firmware, libraries, topologies) file location
|
||||
*/
|
||||
int sof_create_ipc_file_profile(struct snd_sof_dev *sdev,
|
||||
struct sof_loadable_file_profile *base_profile,
|
||||
struct sof_loadable_file_profile *out_profile);
|
||||
|
||||
/*
|
||||
* Firmware loading.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user