From f7ad3af0a7a2aa64fa284d2968bbaf9c136f5860 Mon Sep 17 00:00:00 2001 From: "kristof.petho" Date: Thu, 14 Feb 2013 13:29:24 +0100 Subject: Fix audio recording on N7100 Change-Id: I627fb63c45c5d0971f7dbc60fd5c246d1a1148bb --- audio/audio_hw.h | 4 ++-- configs/tiny_hw.xml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/audio/audio_hw.h b/audio/audio_hw.h index d909104..889f747 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 diff --git a/configs/tiny_hw.xml b/configs/tiny_hw.xml index 335102e..c50a139 100644 --- a/configs/tiny_hw.xml +++ b/configs/tiny_hw.xml @@ -128,7 +128,7 @@ We are able to have most of our routing static so do that - + @@ -275,7 +275,7 @@ We are able to have most of our routing static so do that - + @@ -295,7 +295,7 @@ We are able to have most of our routing static so do that - + -- cgit v1.1