commit | a2a67fc122c19f74973e3c4a25de77cc7a7e6f67 | [log] [tgz] |
---|---|---|
author | Chaithanya Krishna Bacharaju <chaithan@codeaurora.org> | Tue Oct 20 15:42:38 2015 +0530 |
committer | Chaithanya Krishna Bacharaju <chaithan@codeaurora.org> | Tue Oct 20 15:51:37 2015 +0530 |
tree | 8f509ac046da892c41178e6cc18a07f7e87b89da | |
parent | 0cfcf907760b271ca9434c2e09d1716231fe53d6 [diff] |
hal: effects: volume_listner: Accumulate effect buffer mEffectBuffer in volume listener is overwritten instead of accumulation. This causes only single stream to be audible as data from other tracks copied into mEffectBuffer is lost. Avoid memcpy and accumulate data if access mode is set to accumulate. Change-Id: I5658cfdac968e82180b30f18ed540c3225bd07b8