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)
commit277444544f457ecb8b74317da952ed357eb7e66a
treebae9c71c882e01800063ffed6b6b489f498e68e3
parentfdd535283779ec9f9c35fda352585c629121214f
parent05827a1537f35221d84b8f5606f2f4c1371c69f3
ASoC: SOF: enable multicore with dynamic pipelines

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.