Skip to content

Commit 20752b7

Browse files
authored
Merge pull request #194 from singalsu/eq_fir_optimize_proposal
EQ FIR optimize proposal
2 parents 79ef8a1 + 920dc98 commit 20752b7

10 files changed

Lines changed: 1214 additions & 221 deletions

File tree

src/audio/Makefile.am

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ include_HEADERS = \
44
eq_iir.h \
55
iir.h \
66
fir.h \
7+
fir_config.h \
78
src_config.h \
89
src.h \
9-
eq_fir.h \
1010
volume.h
1111

1212
COMP_SRC = \
@@ -1014,6 +1014,8 @@ libaudio_a_SOURCES = \
10141014
iir.c \
10151015
eq_fir.c \
10161016
fir.c \
1017+
fir_hifi2ep.c \
1018+
fir_hifi3.c \
10171019
tone.c \
10181020
src.c \
10191021
src_generic.c \

0 commit comments

Comments
 (0)