Skip to content
This repository was archived by the owner on Jan 17, 2019. It is now read-only.

Commit 52b107e

Browse files
authored
Merge pull request #8 from singalsu/topic/fix_src_tests_proposal_v1
SOFT: Fix the topology file name in SRC test topology lookup
2 parents 905be3a + 934a330 commit 52b107e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/src_run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ HOST_LIB=$HOST_ROOT/lib
1818
INFMT=s${BITS_IN}le
1919
OUTFMT=s${BITS_IN}le
2020
MCLK=24576k
21-
TPLG=../topology/test/test-playback-ssp2-I2S-${COMP}-${INFMT}-${OUTFMT}-48k-${MCLK}-nocodec.tplg
21+
TPLG=../topology/test/test-playback-ssp2-mclk-0-I2S-${COMP}-${INFMT}-${OUTFMT}-48k-${MCLK}-nocodec.tplg
2222

2323
# If binary test vectors
2424
if [ ${FN_IN: -4} == ".raw" ]; then

0 commit comments

Comments
 (0)