ASoC: msm: Use spin lock to protect the shared data
Two different locks (spin lock and mutex lock) are used
to protect the shared data, this may cause kernel panic.
Use spin lock to protect the shared data between interrupt
function and non-interrupt functions.
Change-Id: Iba07a4f1fc33c492bc34b38a47ec839eb8e6d3fd
Signed-off-by:
Vidyakumar Athota <vathota@codeaurora.org>
Loading
Please register or sign in to comment