diff options
author | codeworkx <codeworkx@cyanogenmod.org> | 2013-02-14 19:26:09 +0000 |
---|---|---|
committer | codeworkx <codeworkx@cyanogenmod.org> | 2013-02-14 19:26:09 +0000 |
commit | 40171925bf1fa97a9897add6860591b54bbae43c (patch) | |
tree | 62a6f088b59bce4271b8ac93bd09f65bf0ff4476 | |
parent | e83e300d83d1366c788be0b8c7998dae4b639729 (diff) | |
download | device_samsung_i9305-40171925bf1fa97a9897add6860591b54bbae43c.zip device_samsung_i9305-40171925bf1fa97a9897add6860591b54bbae43c.tar.gz device_samsung_i9305-40171925bf1fa97a9897add6860591b54bbae43c.tar.bz2 |
i9305: adjust capture period size and count
-rw-r--r-- | audio/audio_hw.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 |