ASoC: SOF: IPC4: Introduce message handling functionality
authorMark Brown <broonie@kernel.org>
Thu, 5 May 2022 15:08:39 +0000 (16:08 +0100)
committerMark Brown <broonie@kernel.org>
Thu, 5 May 2022 15:08:39 +0000 (16:08 +0100)
commitcae640c5ff94134ddb928122365a84c2e0c478d5
tree28e9e4c5a2c69002481c9e82119291d49804a2d9
parente14bd35ef44606c7d55ccb3660cededd421a14a1
parentceb89acc4dc8f071f63f8d64442c7a5d768e4c9d
ASoC: SOF: IPC4: Introduce message handling functionality

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

The series adds the basic IPC4 message handling code, implementing the ipc
callbacks.
Due to the difference between IPC3 and IPC4 messaging we need to introduce new
message container for IPC4, but the SOF internal callbacks and structures can be
kept as they were and leaving it for the IPC specific code to handle the
differences.

The series provides the foundation for both lowe level (sound/soc/sof/intel) and
high level IPC4 implementation (topologies, firmware loading, control handling,
etc).