commit | 7d52a40f061a58f1a5e4b42a2cfdd9592b622b57 | [log] [tgz] |
---|---|---|
author | Deepa Madiregama <dmadireg@codeaurora.org> | Wed Jul 13 20:28:36 2011 +0530 |
committer | Bryan Huntsman <bryanh@codeaurora.org> | Mon Oct 03 09:59:03 2011 -0700 |
tree | 702461edb3d67ae6541401e0622cd44510faa708 | |
parent | cb1e27306b10b35c9777cc4cf7c3e2b1f5664e9b [diff] |
ASoC: msm: qdsp6: Fix q6asm_memory_unmap issue In q6asm_audio_client_buf_free_contiguous() function q6asm_memory_unmap is called with wrong parameter. q6asm_memory_unmap() expects physical address, but size of the buffer is passed as argument, hence q6asm_memory_unmap returned with error code 2. Fix this issue by passing physical address. CRs-fixed: 296210 Signed-off-by: Deepa Madiregama <dmadireg@codeaurora.org>