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)
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.


Trivial merge