zephyr: Fix DRC module compilation

Add DRC files to Zephyr compilation to avoid failures like this:

sof/src/audio/drc/drc_generic.c:188: undefined reference to
`drc_lin2db_fixed'

Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>
This commit is contained in:
Daniel Baluta 2022-09-06 17:12:42 +03:00 committed by Liam Girdwood
parent 6b119f9a86
commit 0488ffee32
1 changed files with 3 additions and 0 deletions

View File

@ -749,6 +749,9 @@ zephyr_library_sources_ifdef(CONFIG_COMP_CROSSOVER
zephyr_library_sources_ifdef(CONFIG_COMP_DRC
${SOF_AUDIO_PATH}/drc/drc.c
${SOF_AUDIO_PATH}/drc/drc_generic.c
${SOF_AUDIO_PATH}/drc/drc_math_generic.c
${SOF_AUDIO_PATH}/drc/drc_hifi3.c
${SOF_AUDIO_PATH}/drc/drc_math_hifi3.c
)
zephyr_library_sources_ifdef(CONFIG_COMP_MULTIBAND_DRC