diff options
| author | Christian Gmeiner <christian.gmeiner@gmail.com> | 2005-07-18 12:40:29 +0000 |
|---|---|---|
| committer | Christian Gmeiner <christian.gmeiner@gmail.com> | 2005-07-18 12:40:29 +0000 |
| commit | c6ff1f5eb541f9557e7fbc1449df9c024fd59a03 (patch) | |
| tree | ae38d203a3fcc15b1d897afe31c5a4f9099ac247 /apps/dsp.c | |
| parent | f5df9cd81c685b01b5e72e4a05471d97ffa7d260 (diff) | |
| download | rockbox-c6ff1f5eb541f9557e7fbc1449df9c024fd59a03.zip rockbox-c6ff1f5eb541f9557e7fbc1449df9c024fd59a03.tar.gz rockbox-c6ff1f5eb541f9557e7fbc1449df9c024fd59a03.tar.bz2 rockbox-c6ff1f5eb541f9557e7fbc1449df9c024fd59a03.tar.xz | |
Added CPU_COLDFIRE define - one step closer to iAudio-port
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7186 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/dsp.c')
| -rw-r--r-- | apps/dsp.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ #define SAMPLE_BUF_SIZE 256 #define RESAMPLE_BUF_SIZE (256 * 4) /* Enough for 11,025 Hz -> 44,100 Hz*/ -#if CONFIG_CPU == MCF5249 && !defined(SIMULATOR) +#ifdef CPU_COLDFIRE && !defined(SIMULATOR) #define INIT() asm volatile ("move.l #0xb0, %macsr") /* frac, round, clip */ /* Multiply 2 32-bit integers and return the 32 most significant bits of the |