summaryrefslogtreecommitdiff
path: root/apps/playback.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/playback.c')
-rw-r--r--apps/playback.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/playback.c b/apps/playback.c
index 8d211cf..b4cc58b 100644
--- a/apps/playback.c
+++ b/apps/playback.c
@@ -147,6 +147,8 @@ enum {
/* As defined in plugin.lds */
#if CONFIG_CPU == PP5020 || CONFIG_CPU == PP5002
#define CODEC_IRAM_ORIGIN 0x4000c000
+#elif defined(IAUDIO_X5)
+#define CODEC_IRAM_ORIGIN 0x10014000
#else
#define CODEC_IRAM_ORIGIN 0x1000c000
#endif