Skip to content

Commit be6b181

Browse files
singalsulgirdwood
authored andcommitted
Scripts: sof-testbench-build-profile: Add more components to profile
This patch adds dolby-dax (mock), level_multiplier, micsel, sound_dose, stft_process and template_comp into profiled list. Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
1 parent 170b9a8 commit be6b181

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

scripts/sof-testbench-build-profile.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ usage() {
1212
}
1313

1414
MODULES_S32_44K_48K="asrc src"
15-
MODULES_S32="dcblock drc drc_multiband eqfir eqiir gain tdfb"
15+
MODULES_S32="dcblock drc drc_multiband dolby-dax eqfir eqiir gain level_multiplier micsel \
16+
sound_dose stft_process_1536_240_ template_comp tdfb"
1617
MODULES_S24="aria"
1718

1819
if [ -z "${SOF_WORKSPACE}" ]; then

0 commit comments

Comments
 (0)