ASoC: qcom: q6dsp and lpass codec stablity fixes
authorMark Brown <broonie@kernel.org>
Thu, 9 Feb 2023 18:24:42 +0000 (18:24 +0000)
committerMark Brown <broonie@kernel.org>
Thu, 9 Feb 2023 18:24:42 +0000 (18:24 +0000)
commit906b6f7b20939a8cab1d51dfdb9690a9d68f1cc4
tree349d89be8538dbd0cdb4a41e85ff3a75b53d2252
parent67b690b356cc414973a2ad3575365174937a56a7
parent777af241a7ce6ed95f8d3fcb028c08f9b40addb6
ASoC: qcom: q6dsp and lpass codec stablity fixes

Merge series from Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
From q6dsp side issues are around locking of position pointer and handle
From LPASS codec side most of the staiblity issues were around runtime pm,:

While testing X13s audio, we found multiple stablity issues this patchset
fixes these issues.
From q6dsp side issues are around locking of position pointer and handle
multiple prepare cases along with pulse audio timerbased scheduling workaround.

From LPASS codec side most of the staiblity issues were around runtime pm,
hitting various issues as the codec was firstly resetting the soundwire block
for every clk disable/enable which is taking the slaves out of sync and
resulting in re-enumerating. Second issue was around fsgen clk is not
brining up the codec out of suspend as it was not added after
runtime pm enabled. Final issue was with codec mclk rate which should
have been 192KHz same as npl instead of 96KHz. We were getting lucky as
wsa drivers are setting the same clk to 192KHz.

With this patches, x13s audio is pretty stable.