summaryrefslogtreecommitdiffstats
path: root/sound/soc/intel/avs/Makefile
diff options
context:
space:
mode:
authorCezary Rojewski <cezary.rojewski@intel.com>2022-03-11 16:35:38 +0100
committerMark Brown <broonie@kernel.org>2022-03-11 16:24:03 +0000
commitc1a427e8da9332a5832fd4a5429adede34bfa85f (patch)
treec6631f327fdf5bcd71c58cfcedd7e4894ec53614 /sound/soc/intel/avs/Makefile
parent3322e1688953966da15fcd0ae3183a351e241ea3 (diff)
downloadlinux-stable-c1a427e8da9332a5832fd4a5429adede34bfa85f.tar.gz
linux-stable-c1a427e8da9332a5832fd4a5429adede34bfa85f.tar.bz2
linux-stable-c1a427e8da9332a5832fd4a5429adede34bfa85f.zip
ASoC: Intel: avs: Firmware resources management utilities
With basefw runtime parameter handlers added, implement utility functions to ease pipelines and modules allocation. IDA is enlisted to help with that. As firmware is modular and multiple binaries can be loaded on-demand depending on the streaming scenario, custom firmware caching mechanism is added. Signed-off-by: Amadeusz Sławiński <amadeuszx.slawinski@linux.intel.com> Signed-off-by: Cezary Rojewski <cezary.rojewski@intel.com> Link: https://lore.kernel.org/r/20220311153544.136854-12-cezary.rojewski@intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/intel/avs/Makefile')
-rw-r--r--sound/soc/intel/avs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/intel/avs/Makefile b/sound/soc/intel/avs/Makefile
index c0824f30fd3b..d9f92c5f5407 100644
--- a/sound/soc/intel/avs/Makefile
+++ b/sound/soc/intel/avs/Makefile
@@ -1,5 +1,5 @@
# SPDX-License-Identifier: GPL-2.0-only
-snd-soc-avs-objs := dsp.o ipc.o messages.o
+snd-soc-avs-objs := dsp.o ipc.o messages.o utils.o
obj-$(CONFIG_SND_SOC_INTEL_AVS) += snd-soc-avs.o