diff options
| author | Bhalchandra Gajare <gajare@codeaurora.org> | 2015-11-11 17:09:16 -0800 |
|---|---|---|
| committer | David Keitel <dkeitel@codeaurora.org> | 2016-03-23 21:12:05 -0700 |
| commit | be06d38f2836b335b27044951f4dbf2241d9831b (patch) | |
| tree | 90baaeb63bba9cf971e63fe8d2f16fe99b252fdf | |
| parent | 625bbd03d81b883ddfed360d92ed07edeeb1da89 (diff) | |
ASoC: wcd_cpe_services: Fix DRAM size for WCD9335
The DRAM size used for codec WCD9335 is incorrect, this is causing the
dumps to be wrong. Update the DRAM size for WCD9335 as per the memory
map.
CRs-fixed: 929517
Change-Id: Ie4815b4cedf429b0d7045b84381d945bde62d5ce
Signed-off-by: Bhalchandra Gajare <gajare@codeaurora.org>
| -rw-r--r-- | sound/soc/codecs/wcd_cpe_services.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wcd_cpe_services.c b/sound/soc/codecs/wcd_cpe_services.c index e2a62072a9d9..16e77ce3d4ab 100644 --- a/sound/soc/codecs/wcd_cpe_services.c +++ b/sound/soc/codecs/wcd_cpe_services.c @@ -50,7 +50,7 @@ #define TOMTOM_A_SVASS_SPE_OUTBOX(N) (TOMTOM_A_SVASS_SPE_OUTBOX_0 + (N)) #define WCD9335_CPE_SS_SPE_DRAM_OFFSET 0x48000 -#define WCD9335_CPE_SS_SPE_DRAM_SIZE 0x38000 +#define WCD9335_CPE_SS_SPE_DRAM_SIZE 0x34000 #define WCD9335_CPE_SS_SPE_IRAM_OFFSET 0x80000 #define WCD9335_CPE_SS_SPE_IRAM_SIZE 0x20000 |
