summaryrefslogtreecommitdiffstats
path: root/sound/soc/sof/Makefile
diff options
context:
space:
mode:
authorPeter Ujfalusi <peter.ujfalusi@linux.intel.com>2023-11-29 14:53:21 +0200
committerMark Brown <broonie@kernel.org>2023-11-29 13:25:09 +0000
commitb1a4ee9fd5a2dfb0f23abe58377f816915ec14ba (patch)
tree8ec8a2cde02e7d4cd8ad8de799aa6b2b0f6bd57e /sound/soc/sof/Makefile
parent59ddeae037b81303063bcf62b70fb33841b3f89e (diff)
downloadlinux-b1a4ee9fd5a2dfb0f23abe58377f816915ec14ba.tar.gz
linux-b1a4ee9fd5a2dfb0f23abe58377f816915ec14ba.tar.bz2
linux-b1a4ee9fd5a2dfb0f23abe58377f816915ec14ba.zip
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>
Diffstat (limited to 'sound/soc/sof/Makefile')
-rw-r--r--sound/soc/sof/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/soc/sof/Makefile b/sound/soc/sof/Makefile
index ef6fd43d0b72..3624124575af 100644
--- a/sound/soc/sof/Makefile
+++ b/sound/soc/sof/Makefile
@@ -1,7 +1,8 @@
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause)
snd-sof-objs := core.o ops.o loader.o ipc.o pcm.o pm.o debug.o topology.o\
- control.o trace.o iomem-utils.o sof-audio.o stream-ipc.o
+ control.o trace.o iomem-utils.o sof-audio.o stream-ipc.o\
+ fw-file-profile.o
# IPC implementations
ifneq ($(CONFIG_SND_SOC_SOF_IPC3),)