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>
This commit is contained in:
Ben Romberger
2011-12-08 19:12:10 -08:00
parent d5ec60eb6b
commit 3ffcd81339
3 changed files with 3 additions and 3 deletions

View File

@@ -48,7 +48,7 @@
#define MSM_PMEM_KERNEL_EBI1_SIZE 0x600000
#define MSM_PMEM_ADSP_SIZE 0x3800000
#define MSM_PMEM_AUDIO_SIZE 0x28B000
#define MSM_PMEM_AUDIO_SIZE 0x2B4000
#define MSM_PMEM_SIZE 0x1800000 /* 24 Mbytes */
static struct memtype_reserve apq8064_reserve_table[] __initdata = {

View File

@@ -117,7 +117,7 @@ struct sx150x_platform_data msm8930_sx150x_data[] = {
#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

View File

@@ -130,7 +130,7 @@ struct sx150x_platform_data msm8960_sx150x_data[] = {
#endif
#define MSM_PMEM_ADSP_SIZE 0x4200000
#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