commit | 67c0a58e05f4c19d4a6f01fe6f06267d57b49305 | [log] [tgz] |
---|---|---|
author | Eric Laurent <elaurent@google.com> | Tue May 01 19:31:12 2012 -0700 |
committer | Eric Laurent <elaurent@google.com> | Tue Jun 05 12:50:16 2012 -0700 |
tree | 0bfb89de1a57ad53abbd6314e6352538ab1a6317 | |
parent | ab9071b8d1b375418eb797c9a790da71de644344 [diff] |
audioflinger: various fixes on direct output Various fixes in direct output playback thread implementation: - threadLoop_write() was broken for playback threads that do not use a pipe sink. - output buffer size calculation was hard coded for stereo. - removed software volume that was implemented for PCM stereo format only: the audio HAL has to implement volume if needed for direct outputs. Change-Id: If211b4489be9af395435707b8cf0388cce1347b2