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