From ef1120d0a4f2b7048ea2175fc0cc89a09fafc272 Mon Sep 17 00:00:00 2001 From: Ajay Dudani Date: Wed, 13 Feb 2013 21:26:16 -0800 Subject: [PATCH] Revert "ASoC: msm: Decrease the playback period size of PCM driver" This reverts commit b0580099ac7d5e735fb42946612a499bf196cda1. Change-Id: I487797334cf75978daa3c536ff92de8a54b1f7fb Signed-off-by: Ajay Dudani --- 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 f4d7c65af49..d77739b13c2 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 2 #define CAPTURE_MAX_PERIOD_SIZE 4096 #define CAPTURE_MIN_PERIOD_SIZE 320