ASoC: SOF: enable multicore with dynamic pipelines
authorMark Brown <broonie@kernel.org>
Mon, 22 Nov 2021 23:55:59 +0000 (23:55 +0000)
committerMark Brown <broonie@kernel.org>
Mon, 22 Nov 2021 23:55:59 +0000 (23:55 +0000)
Merge series from Kai Vehmanen <kai.vehmanen@linux.intel.com>:

When a pipeline is marked dynamic in the SOF DSP firmware
topology definition (the tplg file kernel loads from filesystem),
it means the pipeline resources are not allocated when DSP is
booted (at driver probe, or at runtime resume), but rather delayed
until the pipeline is actually used.


Trivial merge