summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/playback.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/playback.c b/apps/playback.c
index ce0e326a4c..5c7bcac622 100644
--- a/apps/playback.c
+++ b/apps/playback.c
@@ -114,7 +114,11 @@ enum {
114#define GUARD_BUFSIZE (32*1024) 114#define GUARD_BUFSIZE (32*1024)
115 115
116/* As defined in plugin.lds */ 116/* As defined in plugin.lds */
117#if CONFIG_CPU == PP5020 || CONFIG_CPU == PP5002
118#define CODEC_IRAM_ORIGIN 0x4000c000
119#else
117#define CODEC_IRAM_ORIGIN 0x1000c000 120#define CODEC_IRAM_ORIGIN 0x1000c000
121#endif
118#define CODEC_IRAM_SIZE 0xc000 122#define CODEC_IRAM_SIZE 0xc000
119 123
120extern bool audio_is_initialized; 124extern bool audio_is_initialized;