ASoC: SOF: pcm/Intel: Handle IPC dependent sequencing
authorMark Brown <broonie@kernel.org>
Wed, 22 Mar 2023 18:44:46 +0000 (18:44 +0000)
committerMark Brown <broonie@kernel.org>
Wed, 22 Mar 2023 18:44:46 +0000 (18:44 +0000)
commitf134bb6e284cefef18ab0273954c32f08d61fa1f
treef279626cdfdf3389890de04aed0fe4845015aa58
parent59385ed41c37b609c70a1ebb46003e4cc6685ec0
parent51ce3e6effab4fd4e13a3f187f4e256259f6e5a4
ASoC: SOF: pcm/Intel: Handle IPC dependent sequencing

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

IPC3 and IPC4 firmwares handle and execute tasks at different
stages, like managing DMAs.  In most cases these are aligned, but
we have few exceptions that needs to be handled differently.

This series introduces flags to handle the differing cases to make sure that
the correct sequencing is used regerless of the IPC version.