ASoC: compress: dont aquire lock for draining states
Both draining and partial draning states will take a while getting executed. The lock aquired will block the other operations like pause, stop etc which are perfectly valid cmds during these states. So don't use mutex while invoking DSP for these ops. Change-Id: I38f824f6b983de218e86d31af23c628930905427 Signed-off-by:Vinod Koul <vinod.koul@intel.com> Signed-off-by:
Eric Laurent <elaurent@google.com> Git-commit: 1526720efd071cd9fdbf6c581417cfd51aaaf965 Git-repo: https://android.googlesource.com/kernel/msm Signed-off-by:
Dhananjay Kumar <dhakumar@codeaurora.org>
Loading
Please register or sign in to comment