summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorEric Laurent <elaurent@google.com>2011-10-14 11:27:18 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-10-14 11:27:18 -0700
commit010eee35ae2b149f7c4c036e9d9c45d8cab8adc6 (patch)
tree8301f3279bd2e4fe41ee79081fece4fa43ad5726 /audio
parent6d5d5669ef590e5f0cf36144499879c9a468d9d7 (diff)
parent963b7f331fef72b1519759b96f9390c96ec2c2b4 (diff)
downloaddevice_samsung_tuna-010eee35ae2b149f7c4c036e9d9c45d8cab8adc6.zip
device_samsung_tuna-010eee35ae2b149f7c4c036e9d9c45d8cab8adc6.tar.gz
device_samsung_tuna-010eee35ae2b149f7c4c036e9d9c45d8cab8adc6.tar.bz2
Merge "audio HAL: change ALSA period size" into ics-mr0
Diffstat (limited to 'audio')
-rwxr-xr-xaudio/audio_hw.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/audio_hw.c b/audio/audio_hw.c
index 6a61cb4..19e1be5 100755
--- a/audio/audio_hw.c
+++ b/audio/audio_hw.c
@@ -183,7 +183,7 @@ enum tty_modes {
struct pcm_config pcm_config_mm = {
.channels = 2,
.rate = MM_FULL_POWER_SAMPLING_RATE,
- .period_size = 1024,
+ .period_size = 1056,
.period_count = 4,
.format = PCM_FORMAT_S16_LE,
};
@@ -191,7 +191,7 @@ struct pcm_config pcm_config_mm = {
struct pcm_config pcm_config_mm_ul = {
.channels = 2,
.rate = MM_FULL_POWER_SAMPLING_RATE,
- .period_size = 1024,
+ .period_size = 1056,
.period_count = 2,
.format = PCM_FORMAT_S16_LE,
};