commit | da3b4aff18e0d7dbe7915839345c66694e6be35f | [log] [tgz] |
---|---|---|
author | Vinay Vaka <vvaka@codeaurora.org> | Fri Oct 21 16:32:18 2011 +0530 |
committer | Vinay Vaka <vvaka@codeaurora.org> | Fri Oct 21 16:32:18 2011 +0530 |
tree | 52f93de63e709bcea9b30996bb3350814bc04261 | |
parent | 08ff9350006e650ba15b71e7c8a2bd89eb696200 [diff] |
msm: audio: qdsp5v2: Send write done for every buffer The buffer size is greater than bytes consumed for the first buffer leading to write done not being sent for the first buffer. The bytes consumed represent the bytes rendered by DSP and not the bytes copied to DSP. Removing this check for write done. Change-Id: I0c11f32cd73366875c26ce38564f2ac5b1a94c70 Signed-off-by: Vinay Vaka <vvaka@codeaurora.org>