ASoC: SOF: pm: Set target state earlier
authorRanjani Sridharan <ranjani.sridharan@linux.intel.com>
Tue, 20 Dec 2022 12:56:27 +0000 (14:56 +0200)
committerMark Brown <broonie@kernel.org>
Wed, 21 Dec 2022 12:11:49 +0000 (12:11 +0000)
commit6f95eec6fb89e195dbdf30de65553c7fc57d9372
treeb84b723c32d6f37905f89fbc4b75784cdc945a9e
parenta12a383e59ce486abd719b6bda33c353a3b385e7
ASoC: SOF: pm: Set target state earlier

If the DSP crashes before the system suspends, the setting of target state
will be skipped because the firmware state will no longer be
SOF_FW_BOOT_COMPLETE. This leads to the incorrect assumption that the
DSP should suspend to D0I3 instead of suspending to D3. To fix this,
set the target_state before we skip to DSP suspend even when the DSP has
crashed.

Signed-off-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
Reviewed-by: Curtis Malainey <cujomalainey@chromium.org>
Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Reviewed-by: Bard Liao <yung-chuan.liao@linux.intel.com>
Reviewed-by: Péter Ujfalusi <peter.ujfalusi@linux.intel.com>
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com>
Link: https://lore.kernel.org/r/20221220125629.8469-2-peter.ujfalusi@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sof/pm.c