commit | 8347e465b9afb87f474ebd150619771c64a30bb9 | [log] [tgz] |
---|---|---|
author | Preetam Singh Ranawat <apranawat@codeaurora.org> | Wed May 27 11:14:03 2015 +0530 |
committer | Gerrit - the friendly Code Review server <code-review@localhost> | Fri May 29 12:33:25 2015 -0700 |
tree | 8937491081c042728a39f764355ccab037dde00f | |
parent | 73e2e8bd175918f56dbe8437857e6b3ed0b7af45 [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