Merge "hal: Reduce the deep buffer period count."

This commit is contained in:
Linux Build Service Account 2014-01-25 00:32:26 -08:00 committed by Gerrit - the friendly Code Review server
commit 2e420cf986
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ enum {
* the buffer size of an input/output stream
*/
#define DEEP_BUFFER_OUTPUT_PERIOD_SIZE 960
#define DEEP_BUFFER_OUTPUT_PERIOD_COUNT 8
#define DEEP_BUFFER_OUTPUT_PERIOD_COUNT 4
#define LOW_LATENCY_OUTPUT_PERIOD_SIZE 240
#define LOW_LATENCY_OUTPUT_PERIOD_COUNT 2