commit | de48faf59a41bd47a360983407a27fd0fd3dbcc1 | [log] [tgz] |
---|---|---|
author | Jayasena Sangaraboina <jsanga@codeaurora.org> | Wed May 02 16:47:12 2012 -0700 |
committer | Jayasena Sangaraboina <jsanga@codeaurora.org> | Fri May 04 14:14:43 2012 -0700 |
tree | 8cdc92a37c8179269c62253e6e6295a7d50851ed | |
parent | 57c14a090d80eb3e784d0b890b7b9191d9515d9f [diff] |
ASoc: msm: Avoid memory allocation failure in proxy driver. - Allocating memory using dma_alloc_coherent is resulting failures due to fragmentation - Fix the issue by replacing the API with allocate_contiguous_ebi_nomap. CRs-fixed: 358301 Change-Id: I726623d23c0080b7207911181590fa417c3e9886 Signed-off-by: Jayasena Sangaraboina <jsanga@codeaurora.org>