]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitfaa3923b32a3192efba9430fa7cd79441e6f60de
tree28e9e4c5a2c69002481c9e82119291d49804a2d9
parent89e43d2fe57e62acc6b552421a7ca90740596e88
parent27c2167e19f2ac9e44a45c963edbda7616b3b040
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).