summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/pcm_mixer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/firmware/export/pcm_mixer.h b/firmware/export/pcm_mixer.h
index f430ce0efe..9c4e06e0be 100644
--- a/firmware/export/pcm_mixer.h
+++ b/firmware/export/pcm_mixer.h
@@ -34,7 +34,8 @@
34#define MIX_FRAME_SAMPLES 256 34#define MIX_FRAME_SAMPLES 256
35#endif 35#endif
36 36
37#if defined(CPU_COLDFIRE) || defined(CPU_PP) 37/* IAUDIO_M5 is very tight on IRAM */
38#if (defined(CPU_COLDFIRE) && !defined(IAUDIO_M5)) || defined(CPU_PP)
38/* For Coldfire, it's just faster 39/* For Coldfire, it's just faster
39 For PortalPlayer, this also avoids more expensive cache coherency */ 40 For PortalPlayer, this also avoids more expensive cache coherency */
40#define DOWNMIX_BUF_IBSS IBSS_ATTR 41#define DOWNMIX_BUF_IBSS IBSS_ATTR