ASoC: SOF: ipc4-topology: Add support for effect
authorMark Brown <broonie@kernel.org>
Fri, 17 Mar 2023 17:43:11 +0000 (17:43 +0000)
committerMark Brown <broonie@kernel.org>
Fri, 17 Mar 2023 17:43:11 +0000 (17:43 +0000)
commite32acf7b00ba0893532d44f3dba34bb1efeafeb3
tree64dcdaacce40bf434f20c41fe4a9991e89db733f
parent6a36690a64d61314ea7fe07b441aab903626a4dc
parent811a742f2d4d1b0aee686bc2f4282b51534898a2
ASoC: SOF: ipc4-topology: Add support for effect

Merge series from Peter Ujfalusi <peter.ujfalusi@linux.intel.com>:

The following series will add support for IPC4 process modules as effect
widgets.  We can cover wide range of modules as a generic process or
effect module, the patches will lay down the fundation and the generic
code to handle them.

At initialization time process modules can receive additional
information on top of the base_cfg, which is defined as base_cfg_ext, an
extension for the base configuration struct.  Other parameters or blobs
for these modules are sent as a separate message via
LARGE_CONFIG message, which is handled by the existing bytes control support.
sound/soc/sof/ipc4-topology.c