summaryrefslogtreecommitdiffstats
path: root/audio/audio_hw.h
diff options
context:
space:
mode:
authorsbrissen <sbrissen@hotmail.com>2013-02-13 14:36:06 -0500
committersbrissen <sbrissen@hotmail.com>2013-02-13 14:36:06 -0500
commit6d4b5f14ef63355c99739b4d01545b585b4b35ea (patch)
tree9e2aca4deaeec36853ca972d92eea605ecdc3bee /audio/audio_hw.h
parentab62153f15bb36b700c1a5e97761cfe4add311aa (diff)
downloaddevice_samsung_t0lte-6d4b5f14ef63355c99739b4d01545b585b4b35ea.tar.gz
device_samsung_t0lte-6d4b5f14ef63355c99739b4d01545b585b4b35ea.tar.bz2
device_samsung_t0lte-6d4b5f14ef63355c99739b4d01545b585b4b35ea.zip
t0lte: adjust capture period size and count
This fixes google sound search, camcorder audio, and possibly other input streams Change-Id: Ifdf7aafa31d60ae64631c1be5ce1d564dd1e6ba6
Diffstat (limited to 'audio/audio_hw.h')
-rw-r--r--audio/audio_hw.h4
1 files 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