From 6d4b5f14ef63355c99739b4d01545b585b4b35ea Mon Sep 17 00:00:00 2001 From: sbrissen Date: Wed, 13 Feb 2013 14:36:06 -0500 Subject: t0lte: adjust capture period size and count This fixes google sound search, camcorder audio, and possibly other input streams Change-Id: Ifdf7aafa31d60ae64631c1be5ce1d564dd1e6ba6 --- audio/audio_hw.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/audio/audio_hw.h b/audio/audio_hw.h index 30bdf01..e70f2b1 100644 --- a/audio/audio_hw.h +++ b/audio/audio_hw.h @@ -32,8 +32,8 @@ #define PLAYBACK_PERIOD_COUNT 8 #define PLAYBACK_SHORT_PERIOD_COUNT 2 -#define CAPTURE_PERIOD_SIZE 1056 -#define CAPTURE_PERIOD_COUNT 2 +#define CAPTURE_PERIOD_SIZE 1024 +#define CAPTURE_PERIOD_COUNT 4 #define SHORT_PERIOD_SIZE 192 -- cgit v1.2.3