]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: SOF: Intel: hda: clear stream status and wakests properly
authorRanjani Sridharan <ranjani.sridharan@linux.intel.com>
Wed, 12 Jun 2019 17:23:45 +0000 (12:23 -0500)
committerMark Brown <broonie@kernel.org>
Mon, 17 Jun 2019 12:45:50 +0000 (13:45 +0100)
commit56e243a6e837c7175158e883262799738cacf1a1
tree37442b8303a72085be76b9ebcef413447612385c
parenta656c29f2f039755811fcc841a95fe4fabd595cc
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>
sound/soc/sof/intel/hda-ctrl.c