Skip to content

Commit 47822aa

Browse files
committed
audio : add dependency on DTS to IIR
EQ IIR + DTS is the combination we usually use to support customer project. Add the dependency on DTS to IIR to make sure IIR is enabled on different platforms when DTS_CODEC is enabled. Signed-off-by: Joe Cheng <joe.cheng@xperi.com>
1 parent 545e6fe commit 47822aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/audio/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ config COMP_IIR
199199
bool "IIR component"
200200
select COMP_BLOB
201201
default y
202-
depends on COMP_MODULE_ADAPTER
202+
depends on COMP_MODULE_ADAPTER || DTS_CODEC
203203
select MATH_IIR_DF1
204204
help
205205
Select for IIR component

0 commit comments

Comments
 (0)