Re: [PATCH v4 06/12] ASoC: qcom: lpass-cpu: fix concurrency issue

2020-07-24 Thread Srinivas Kandagatla
On 22/07/2020 11:31, Rohit kumar wrote: i2sctl register value is set to 0 during hw_free(). This impacts any ongoing concurrent session on the same i2s port. As trigger() stop already resets enable bit to 0, there is no need of explicit hw_free. Removing it to fix the issue. Fixes: 80beab8e1d

[PATCH v4 06/12] ASoC: qcom: lpass-cpu: fix concurrency issue

2020-07-22 Thread Rohit kumar
i2sctl register value is set to 0 during hw_free(). This impacts any ongoing concurrent session on the same i2s port. As trigger() stop already resets enable bit to 0, there is no need of explicit hw_free. Removing it to fix the issue. Fixes: 80beab8e1d86 ("ASoC: qcom: Add LPASS CPU DAI driver") S