]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit0a7ece78058a062142d85c0b80e9f9c034d30f40
treebae9c71c882e01800063ffed6b6b489f498e68e3
parent5959b6605610ea5abbcfb807bf6af856cd1e4694
parentda7c9afb8455a0a866b81cd11b22abc3f6af8cdf
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.