Rename filter -> iir_filter (file name and instance name)

This is useful when using fir_filter in the future.
This commit is contained in:
Andreas Eversberg
2017-05-13 16:04:00 +02:00
parent d03443c4f1
commit ca10048e5c
21 changed files with 200 additions and 164 deletions

View File

@@ -12,7 +12,7 @@ libcommon_a_SOURCES = \
../common/goertzel.c \
../common/jitter.c \
../common/loss.c \
../common/filter.c \
../common/iir_filter.c \
../common/dtmf.c \
../common/samplerate.c \
../common/call.c \