We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b936a3 commit 639b4a8Copy full SHA for 639b4a8
1 file changed
src/audio/Makefile.am
@@ -4,9 +4,9 @@ include_HEADERS = \
4
eq_iir.h \
5
iir.h \
6
fir.h \
7
+ fir_config.h \
8
src_config.h \
9
src.h \
- eq_fir.h \
10
volume.h
11
12
COMP_SRC = \
@@ -1014,6 +1014,8 @@ libaudio_a_SOURCES = \
1014
iir.c \
1015
eq_fir.c \
1016
fir.c \
1017
+ fir_hifi2ep.c \
1018
+ fir_hifi3.c \
1019
tone.c \
1020
src.c \
1021
src_generic.c \
0 commit comments