commit | 3a39e0eae80919a15831f66324d4530454b4f495 | [log] [tgz] |
---|---|---|
author | Ranjani Sridharan <ranjani.sridharan@linux.intel.com> | Wed Jun 12 12:23:45 2019 -0500 |
committer | Mark Brown <broonie@kernel.org> | Mon Jun 17 13:45:50 2019 +0100 |
tree | 37442b8303a72085be76b9ebcef413447612385c | |
parent | 9a50ee58b8b11300788d41cd1c0f370833424823 [diff] |
ASoC: SOF: Intel: hda: clear stream status and wakests properly Stream status and WAKESTS registers need to be cleared by writing to them with snd_sof_dsp_write(). snd_sof_dsp_update_bits() only writes if the value is changed and will result in not clearing the status. Signed-off-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com> Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>