summaryrefslogtreecommitdiff
path: root/apps/eq.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/eq.h')
-rw-r--r--apps/eq.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/eq.h b/apps/eq.h
index c4eb5f16c0..f29d765325 100644
--- a/apps/eq.h
+++ b/apps/eq.h
@@ -23,8 +23,8 @@
23/* These depend on the fixed point formats used by the different filter types 23/* These depend on the fixed point formats used by the different filter types
24 and need to be changed when they change. 24 and need to be changed when they change.
25 */ 25 */
26#define EQ_PEAK_SHIFT 3 26#define EQ_PEAK_SHIFT 4
27#define EQ_SHELF_SHIFT 7 27#define EQ_SHELF_SHIFT 8
28 28
29struct eqfilter { 29struct eqfilter {
30 long coefs[5]; /* Order is b0, b1, b2, a1, a2 */ 30 long coefs[5]; /* Order is b0, b1, b2, a1, a2 */