ASoC: SOF: Intel/ipc4: Do not reset BE DAI pipeline
authorMark Brown <broonie@kernel.org>
Mon, 15 May 2023 15:17:51 +0000 (00:17 +0900)
committerMark Brown <broonie@kernel.org>
Mon, 15 May 2023 15:17:51 +0000 (00:17 +0900)
commit8d7c1a577598e4c709855b07c8df92b0c6fc4220
tree6ac84a53aa1d1111c47b7eb9c78520fef7a8d5f5
parent3959cd3dcbc2ae8ad4f0b1ed30cfd5a08263d55f
parent225f37b578a9f6462afd46c976e31977f765c38b
ASoC: SOF: Intel/ipc4: Do not reset BE DAI pipeline

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

Do not reset pipelines during the stop/suspend triggers in the BE DAI
ops as the BE DAI pipeline needs to be left in the PAUSED state. It should
only be reset during hw_free. This simplification is already done for
the FE pipelines and the DAI trigger only toggles the states between
PAUSED and RUNNING.
sound/soc/sof/intel/hda-dai-ops.c
sound/soc/sof/ipc4-topology.c