summaryrefslogtreecommitdiff
path: root/apps/dsp.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/dsp.c')
-rw-r--r--apps/dsp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dsp.c b/apps/dsp.c
index ee14b86973..8e20a68aed 100644
--- a/apps/dsp.c
+++ b/apps/dsp.c
@@ -36,7 +36,7 @@
36#define SAMPLE_BUF_SIZE 256 36#define SAMPLE_BUF_SIZE 256
37#define RESAMPLE_BUF_SIZE (256 * 4) /* Enough for 11,025 Hz -> 44,100 Hz*/ 37#define RESAMPLE_BUF_SIZE (256 * 4) /* Enough for 11,025 Hz -> 44,100 Hz*/
38 38
39#if CONFIG_CPU == MCF5249 && !defined(SIMULATOR) 39#ifdef CPU_COLDFIRE && !defined(SIMULATOR)
40 40
41#define INIT() asm volatile ("move.l #0xb0, %macsr") /* frac, round, clip */ 41#define INIT() asm volatile ("move.l #0xb0, %macsr") /* frac, round, clip */
42/* Multiply 2 32-bit integers and return the 32 most significant bits of the 42/* Multiply 2 32-bit integers and return the 32 most significant bits of the