mirror of https://github.com/thesofproject/sof.git
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:
parent
8dd1fce6da
commit
c06669e1e5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue