msm: audio: qdsp6v2: Increase audio PMEM size by 164K
Increase audio PMEM size to 164K to support quad-mic
calibration and AFE calibration. Quad-mic calibration
is used to calibrate the quad-mic device for voice
calls and audio record. AFE calibraiton is used for
RMC and speaker protection.
Change-Id: I84b3ca1e48f2edf68ebf19057b6671c05d4de63e
Signed-off-by: Ben Romberger <bromberg@codeaurora.org>
diff --git a/arch/arm/mach-msm/board-8930.c b/arch/arm/mach-msm/board-8930.c
index 180c54f..620716a 100644
--- a/arch/arm/mach-msm/board-8930.c
+++ b/arch/arm/mach-msm/board-8930.c
@@ -117,7 +117,7 @@
#endif
#define MSM_PMEM_ADSP_SIZE 0x3800000
-#define MSM_PMEM_AUDIO_SIZE 0x28B000
+#define MSM_PMEM_AUDIO_SIZE 0x2B4000
#ifdef CONFIG_FB_MSM_HDMI_AS_PRIMARY
#define MSM_PMEM_SIZE 0x4000000 /* 64 Mbytes */
#else