From 7ef4e8f7db6693c7c8c59a4f5fe90a2c0995caee Mon Sep 17 00:00:00 2001 From: SathishKumar Mani Date: Tue, 11 Sep 2012 14:52:56 -0700 Subject: [PATCH] ASoc: msm: Increase default buffersize to 4k for audio playback - Increase default buffersize to 4k from 2k for audio playback when HAL is configured with deep buffer output. bug-id: 7129131 Signed-off-by: SathishKumar Mani --- sound/soc/msm/msm-pcm-q6.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/soc/msm/msm-pcm-q6.c b/sound/soc/msm/msm-pcm-q6.c index 74136dc0e8a..aa3e67c10c5 100644 --- a/sound/soc/msm/msm-pcm-q6.c +++ b/sound/soc/msm/msm-pcm-q6.c @@ -40,7 +40,7 @@ struct snd_msm { }; #define PLAYBACK_NUM_PERIODS 8 -#define PLAYBACK_PERIOD_SIZE 2048 +#define PLAYBACK_PERIOD_SIZE 4096 #define CAPTURE_NUM_PERIODS 16 #define CAPTURE_PERIOD_SIZE 320