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 83d235959d..b895b44b97 100644
--- a/apps/eq.h
+++ b/apps/eq.h
@@ -34,7 +34,7 @@ struct eqfilter {
34 int32_t history[2][4]; 34 int32_t history[2][4];
35}; 35};
36 36
37void filter_shelf_coefs(unsigned long cutoff, long ad, long an, int32_t *c); 37void filter_shelf_coefs(unsigned long cutoff, long A, bool low, int32_t *c);
38void filter_bishelf_coefs(unsigned long cutoff_low, unsigned long cutoff_high, 38void filter_bishelf_coefs(unsigned long cutoff_low, unsigned long cutoff_high,
39 long A_low, long A_high, long A, int32_t *c); 39 long A_low, long A_high, long A, int32_t *c);
40void eq_pk_coefs(unsigned long cutoff, unsigned long Q, long db, int32_t *c); 40void eq_pk_coefs(unsigned long cutoff, unsigned long Q, long db, int32_t *c);