diff options
Diffstat (limited to 'firmware')
| -rw-r--r-- | firmware/export/pcm_mixer.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/firmware/export/pcm_mixer.h b/firmware/export/pcm_mixer.h index f6d212d..69d2b89 100644 --- a/firmware/export/pcm_mixer.h +++ b/firmware/export/pcm_mixer.h @@ -40,8 +40,7 @@ #define MIX_FRAME_SAMPLES 256 #endif -/* IAUDIO_M5 is very tight on IRAM */ -#if (defined(CPU_COLDFIRE) && !defined(IAUDIO_M5)) || defined(CPU_PP) +#if defined(CPU_COLDFIRE) || defined(CPU_PP) /* For Coldfire, it's just faster For PortalPlayer, this also avoids more expensive cache coherency */ #define DOWNMIX_BUF_IBSS IBSS_ATTR |