Skip to content

Commit fa642a5

Browse files
committed
rimage: config: nvl: include phase vocoder module if enabled
Fixes e9bfc2f Signed-off-by: Adrian Bonislawski <adrian.bonislawski@intel.com>
1 parent 82c8729 commit fa642a5

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

tools/rimage/config/nvl.toml.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,5 +154,9 @@ index = __COUNTER__
154154
#include <audio/stft_process/stft_process.toml>
155155
#endif
156156

157+
#if defined(CONFIG_COMP_PHASE_VOCODER) || defined(LLEXT_FORCE_ALL_MODULAR)
158+
#include <audio/phase_vocoder/phase_vocoder.toml>
159+
#endif
160+
157161
[module]
158162
count = __COUNTER__

0 commit comments

Comments
 (0)