diff options
author | Jarkko Nikula <jarkko.nikula@linux.intel.com> | 2014-08-11 14:15:36 +0300 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-08-11 13:40:23 +0100 |
commit | 27d3f02689cce5c4063a4f8dd88ce19d08a33fe6 (patch) | |
tree | 09629de1ab39712f0cc59cf2adbbfee60537e204 /sound/drivers | |
parent | 9b11eb44eff7ede6bc3a94511cf9dfda75af9c9f (diff) | |
download | op-kernel-dev-27d3f02689cce5c4063a4f8dd88ce19d08a33fe6.zip op-kernel-dev-27d3f02689cce5c4063a4f8dd88ce19d08a33fe6.tar.gz |
ASoC: Intel: Merge Baytrail ADSP suspend_noirq into suspend_late
Merge DSP reset and cleanup sequence in sst_byt_pcm_dev_suspend_noirq()
into sst_byt_pcm_dev_suspend_late(). First their order was wrong by first
unloading firmware modules in suspend_late and then taking DSP into reset
in suspend_noirq. Second ACPI has put device into OFF state already during
suspend_late so trying to reset the DSP is a no-op at suspend_noirq stage.
Fix these by moving DSP reset and cleanup into
sst_byt_pcm_dev_suspend_late() before firmware unloading.
Signed-off-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
Tested-by: Borun Fu <borun.fu@intel.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/drivers')
0 files changed, 0 insertions, 0 deletions