OSDN Git Service

Introduce IPC abstraction for SOF topology parsing
authorMark Brown <broonie@kernel.org>
Wed, 16 Mar 2022 20:34:23 +0000 (20:34 +0000)
committerMark Brown <broonie@kernel.org>
Wed, 16 Mar 2022 20:34:23 +0000 (20:34 +0000)
commit753132f0394b7e3cebe805a6c626a02e75766f7f
tree4e3d30087c254dd874b1396ba66e340430465e52
parent835ca59799f5c60b4b54bdc7aa785c99552f63e4
parent61ad28ff6cf349c3e25f6c4a56ce4d140c003d19
Introduce IPC abstraction for SOF topology parsing

Merge series from Ranjani Sridharan <ranjani.sridharan@linux.intel.com>:

This patchset makes the topology parsing layer in the SOF driver
IPC-agnostic in preparation for supporting the new IPC version
introduced in the SOF firmware. These patches purely contain abstraction
changes for the current IPC version (IPC3) supported and do not introduce
any functional changes.