summaryrefslogtreecommitdiff
path: root/apps/eq.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/eq.c')
-rw-r--r--apps/eq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/eq.c b/apps/eq.c
index b03a651812..e71af7cefc 100644
--- a/apps/eq.c
+++ b/apps/eq.c
@@ -322,7 +322,7 @@ void eq_hs_coefs(unsigned long cutoff, unsigned long Q, long db, int32_t *c)
322 * implementations. 322 * implementations.
323 */ 323 */
324 324
325#if (!defined(CPU_COLDFIRE) && !defined(CPU_ARM)) || defined(SIMULATOR) 325#if (!defined(CPU_COLDFIRE) && !defined(CPU_ARM))
326void eq_filter(int32_t **x, struct eqfilter *f, unsigned num, 326void eq_filter(int32_t **x, struct eqfilter *f, unsigned num,
327 unsigned channels, unsigned shift) 327 unsigned channels, unsigned shift)
328{ 328{