summaryrefslogtreecommitdiff
path: root/apps/eq.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/eq.c')
-rw-r--r--apps/eq.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/eq.c b/apps/eq.c
index 0a835d5484..cb7086a7e3 100644
--- a/apps/eq.c
+++ b/apps/eq.c
@@ -17,6 +17,7 @@
17 * 17 *
18 ****************************************************************************/ 18 ****************************************************************************/
19 19
20#include <inttypes.h>
20#include "config.h" 21#include "config.h"
21#include "eq.h" 22#include "eq.h"
22 23
@@ -214,7 +215,7 @@ void eq_hs_coefs(unsigned long cutoff, unsigned long Q, long db, long *c)
214} 215}
215 216
216#if (!defined(CPU_COLDFIRE) && !defined(CPU_ARM)) || defined(SIMULATOR) 217#if (!defined(CPU_COLDFIRE) && !defined(CPU_ARM)) || defined(SIMULATOR)
217void eq_filter(long **x, struct eqfilter *f, unsigned num, 218void eq_filter(int32_t **x, struct eqfilter *f, unsigned num,
218 unsigned channels, unsigned shift) 219 unsigned channels, unsigned shift)
219{ 220{
220 unsigned c, i; 221 unsigned c, i;