Audio: fix compile error for COMP_CROSSOVER

Linker fails to link iir_df2t() function when COMP_CROSSOVER is
enabled. Need to select MATH_IIR_DF2T in Kconfig to build the
iir_df2t() function as well.

Signed-off-by: Brent Lu <brent.lu@intel.com>
This commit is contained in:
Brent Lu 2022-12-28 09:14:03 +08:00 committed by Kai Vehmanen
parent 8dd1fce6da
commit c06669e1e5
1 changed files with 1 additions and 0 deletions

View File

@ -190,6 +190,7 @@ config COMP_SEL
config COMP_CROSSOVER
bool "Crossover Filter component"
select COMP_BLOB
select MATH_IIR_DF2T
default n
help
Select for Crossover Filter component. A crossover can be used to