From 40171925bf1fa97a9897add6860591b54bbae43c Mon Sep 17 00:00:00 2001 From: codeworkx Date: Thu, 14 Feb 2013 19:26:09 +0000 Subject: i9305: adjust capture period size and count --- audio/audio_hw.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'audio') diff --git a/audio/audio_hw.h b/audio/audio_hw.h index 4fba102..a9ce435 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.1