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>
This commit is contained in:
Bhalchandra Gajare 2015-11-11 17:09:16 -08:00 committed by David Keitel
parent 625bbd03d8
commit be06d38f28

View file

@ -50,7 +50,7 @@
#define TOMTOM_A_SVASS_SPE_OUTBOX(N) (TOMTOM_A_SVASS_SPE_OUTBOX_0 + (N)) #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_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_OFFSET 0x80000
#define WCD9335_CPE_SS_SPE_IRAM_SIZE 0x20000 #define WCD9335_CPE_SS_SPE_IRAM_SIZE 0x20000