commit | 41de286d56be4c024adc314cd8b73e0e6e2d0736 | [log] [tgz] |
---|---|---|
author | Amal Paul <amal@codeaurora.org> | Fri Jun 22 13:58:05 2012 -0700 |
committer | Amal Paul <amal@codeaurora.org> | Fri Jun 22 13:58:05 2012 -0700 |
tree | 40914a2747ad084270ab1fe83f8e434ceff73fc5 | |
parent | 3642ec172eea4c4f1f7873a1eac60b05b3914ae3 [diff] |
ASoC: qdsp6: Fix device crash issue in LPA seek. Accessing buffer pointer before initialization results in device crash. To memset the buffer using physical address also results in a device crash. Fixed this by initializing the buffer pointer before it is accessed and memset the buffer using the virtual address. Change-Id: I3b03f56cf988c9471c7988665bcec3c467e60bfc Signed-off-by: Amal Paul <amal@codeaurora.org>