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

Commit 934a330

Browse files
committed
SOFT: Fix the topology file name in SRC test topology lookup
The topology files naming has been updated to include mclk-N so it needs to be added here as well for the script src_run.sh to work. Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
1 parent 905be3a commit 934a330

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)