commit | 2c79e3d914f4626b9e87796c8fe817a715f8c9ad | [log] [tgz] |
---|---|---|
author | Patrick Lai <plai@codeaurora.org> | Mon Jul 18 18:13:37 2011 -0700 |
committer | Bryan Huntsman <bryanh@codeaurora.org> | Mon Oct 03 10:26:03 2011 -0700 |
tree | 776f720aedc829d9bb38604be01049ce1b36240b | |
parent | 0d9acd9735d6311867aff690e13cfa6d791ad3a1 [diff] |
ASoC: msm: change playback closing sequence Currently, ASM buffers are freed before closing ASM stream in the closing function. ASM in QDSP6 can still be actively accessing buffers. Existing sequence can result in QDSP6 crash. Adjust the closing sequence. Signed-off-by: Patrick Lai <plai@codeaurora.org>