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