summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/playback.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/apps/playback.c b/apps/playback.c
index be8377be14..c69bf39abd 100644
--- a/apps/playback.c
+++ b/apps/playback.c
@@ -164,18 +164,6 @@ enum filling_state {
164/* As defined in plugins/lib/xxx2wav.h */ 164/* As defined in plugins/lib/xxx2wav.h */
165#define GUARD_BUFSIZE (32*1024) 165#define GUARD_BUFSIZE (32*1024)
166 166
167/* As defined in plugin.lds */
168#if defined(CPU_PP)
169#define CODEC_IRAM_ORIGIN ((unsigned char *)0x4000c000)
170#define CODEC_IRAM_SIZE ((size_t)0xc000)
171#elif defined(IAUDIO_X5) || defined(IAUDIO_M5)
172#define CODEC_IRAM_ORIGIN ((unsigned char *)0x10010000)
173#define CODEC_IRAM_SIZE ((size_t)0x10000)
174#else
175#define CODEC_IRAM_ORIGIN ((unsigned char *)0x1000c000)
176#define CODEC_IRAM_SIZE ((size_t)0xc000)
177#endif
178
179bool audio_is_initialized = false; 167bool audio_is_initialized = false;
180static bool audio_thread_ready SHAREDBSS_ATTR = false; 168static bool audio_thread_ready SHAREDBSS_ATTR = false;
181 169