commit | 15668f0aa9c737a83d855ef56af449483cf8f8e8 | [log] [tgz] |
---|---|---|
author | Preetam Singh Ranawat <apranawat@codeaurora.org> | Wed May 27 11:14:03 2015 +0530 |
committer | Preetam Singh Ranawat <apranawat@codeaurora.org> | Wed May 27 23:30:28 2015 +0530 |
tree | 1463797572e4d065573d521f90164ed6cdb6efec | |
parent | deb25d02fdfd1e7f1035148488b9051c0a5688d1 [diff] |
hal: Fix alignement of buffer sent to DSP for multichannel clips - currently buffer size is Aligned with 96 which is not multiple of some channels(5,7). - Buffer size must be multiple of (number of channels * bytes per sample). For writes to succeed, the buffer must be written at address which is multiple of 32. - Alignments of (number of channels * bytes per sample)*32 satisfies both of the above requirements. Change-Id: I20de875615141a4a331383a5348abd28b97306f7