msm: 7x27a: audio: Reduce LPA buffer size.
Reduce LPA buffer size based on PMEM(MSM_PMEM_AUDIO_SIZE)
available for userspace audio.
Change-Id: Ia6001348f6044cbdb920e482f8b9c07178a3fcd4
Signed-off-by: Sidipotu Ashok <sashok@codeaurora.org>
diff --git a/arch/arm/mach-msm/qdsp5/audio_lpa.c b/arch/arm/mach-msm/qdsp5/audio_lpa.c
index dab53dc..9521e87 100644
--- a/arch/arm/mach-msm/qdsp5/audio_lpa.c
+++ b/arch/arm/mach-msm/qdsp5/audio_lpa.c
@@ -73,7 +73,7 @@
/* Size must be power of 2 */
#define MAX_BUF 2
-#define BUFSZ (524288)
+#define BUFSZ (167210)
#define AUDDEC_DEC_PCM 0