mirror of https://github.com/thesofproject/sof.git
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:
parent
92761cf7bc
commit
bb6565d317
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue