summaryrefslogtreecommitdiff
path: root/apps/eq.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/eq.h')
-rw-r--r--apps/eq.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/eq.h b/apps/eq.h
index 340547339e..095c8e82f0 100644
--- a/apps/eq.h
+++ b/apps/eq.h
@@ -26,7 +26,7 @@
26 and need to be changed when they change. 26 and need to be changed when they change.
27 */ 27 */
28#define EQ_PEAK_SHIFT 4 28#define EQ_PEAK_SHIFT 4
29#define EQ_SHELF_SHIFT 8 29#define EQ_SHELF_SHIFT 6
30 30
31struct eqfilter { 31struct eqfilter {
32 int32_t coefs[5]; /* Order is b0, b1, b2, a1, a2 */ 32 int32_t coefs[5]; /* Order is b0, b1, b2, a1, a2 */