tools: testbench: add Crossover component tests

Crossover component is added as multi-output playback tests for testbench.

Signed-off-by: Pin-chih Lin <johnylin@google.com>
This commit is contained in:
Pin-chih Lin 2020-08-12 15:33:06 +08:00 committed by Liam Girdwood
parent 92761cf7bc
commit bb6565d317
1 changed files with 2 additions and 2 deletions

View File

@ -229,8 +229,8 @@ done
# for processing algorithms
ALG_SINGLE_MODE_TESTS=(asrc eq-fir eq-iir src dcblock)
ALG_SINGLE_SIMPLE_TESTS=(test-capture test-playback)
ALG_MULTI_MODE_TESTS=()
ALG_MULTI_SIMPLE_TESTS=()
ALG_MULTI_MODE_TESTS=(crossover)
ALG_MULTI_SIMPLE_TESTS=(test-playback)
ALG_MULTI_PIPE_AMOUNT=(2 3 4)
ALG_PROTOCOL_TESTS=(I2S)
ALG_SSP_TESTS=(5)