]> 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)
commit4e5f634b6c5965c5adcb8b4619e32a9bcc6f8378
tree28e9e4c5a2c69002481c9e82119291d49804a2d9
parent47ecc9171d56f08c021c5b8830f8bc0056b1972a
parent076da943deabafd780a6f173b70c4e61c3a676e5
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).