From ca10048e5caa77d8ed4c4902336f8ef88738a5e0 Mon Sep 17 00:00:00 2001 From: Andreas Eversberg Date: Sat, 13 May 2017 16:04:00 +0200 Subject: Rename filter -> iir_filter (file name and instance name) This is useful when using fir_filter in the future. --- src/common/emphasis.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/emphasis.h') diff --git a/src/common/emphasis.h b/src/common/emphasis.h index 283afb1..235e3ce 100644 --- a/src/common/emphasis.h +++ b/src/common/emphasis.h @@ -5,7 +5,7 @@ typedef struct emphasis { double amp; } p; struct { - filter_t hp; + iir_filter_t hp; double y_last; double factor; double amp; -- cgit v1.2.3