ASoC: Intel: avs: DSP recovery and resume fixes
authorMark Brown <broonie@kernel.org>
Wed, 23 Nov 2022 12:22:12 +0000 (12:22 +0000)
committerMark Brown <broonie@kernel.org>
Wed, 23 Nov 2022 12:22:12 +0000 (12:22 +0000)
commite9a45c8aca0c83f61a7dffcbb996952919f4ae54
treedfa2263f3bec4080768f22fc7b1f3644ac0ecb25
parent3115be55138afb9fb9ae1b4e99378da34bcfd164
parentf3fbb553f98563f692e356aca87d656baba910a0
ASoC: Intel: avs: DSP recovery and resume fixes

Merge series from Cezary Rojewski <cezary.rojewski@intel.com>:

Two fixes that are result of the recent discussions [1][2].

First adds missing locking around snd_pcm_stop() while the second fix
sets substream state to DISCONNECTED if any suspend/resume related
operation fails so that userspace has means to be aware that something
went wrong during said operation.