commit | 6c7dc95f1934b903ea95bf6ec2dd8c2d63d1acec | [log] [tgz] |
---|---|---|
author | Helen Zeng <xiaoyunz@codeaurora.org> | Mon Jun 04 17:44:28 2012 -0700 |
committer | Helen Zeng <xiaoyunz@codeaurora.org> | Tue Jul 03 10:16:46 2012 -0700 |
tree | a01b0519e0559ec7355a67b60c8b54dafad8db10 | |
parent | 722978c40a0aefefcaa3bdd9ca72a8aaa876e613 [diff] |
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. CRs-fixed: 375637 Change-Id: I10c93e2ca80d821908b93c22525695d89143825a Signed-off-by: Helen Zeng <xiaoyunz@codeaurora.org>