commit | 26b020a1e8a7df92a8ebd5859ef51f1ccd521b87 | [log] [tgz] |
---|---|---|
author | Chaithanya Krishna Bacharaju <chaithan@codeaurora.org> | Thu Dec 06 16:55:35 2012 +0530 |
committer | Chaithanya Krishna Bacharaju <chaithan@codeaurora.org> | Wed Feb 20 18:23:13 2013 +0530 |
tree | cf0fb941ef8f0d1118dd4ceacbb46dcb3163d430 | |
parent | b7004b585761c4a224f425a0933d36f0c75920ea [diff] |
qdsp5: audio: Release wake_lock resources at exit Wake_lock resources acquired during module init are not released during exit. This leads to corruption in list maintained by wake_lock driver and cause crash. Release the resources before exiting the module. CRs-Fixed: 405797 Change-Id: I6340fff390af677c47c59264e01f6cd723fea357 Signed-off-by: Chaithanya Krishna Bacharaju <chaithan@codeaurora.org>