From 0f3727e36a951f2b07f3651b544ba01440bf0606 Mon Sep 17 00:00:00 2001 From: Daniel Hillenbrand Date: Mon, 27 May 2013 14:09:44 +0200 Subject: i9300: audio: fix capture period size and count Change-Id: Ifca254e959f447a5794441ff0e6310a7f98e37c1 --- 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 4f0919a..7eabda0 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