Merge pull request #8 from singalsu/topic/fix_src_tests_proposal_v1

SOFT: Fix the topology file name in SRC test topology lookup
This commit is contained in:
Liam Girdwood 2018-06-27 15:18:19 +01:00 committed by GitHub
commit 52b107e3c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ HOST_LIB=$HOST_ROOT/lib
INFMT=s${BITS_IN}le
OUTFMT=s${BITS_IN}le
MCLK=24576k
TPLG=../topology/test/test-playback-ssp2-I2S-${COMP}-${INFMT}-${OUTFMT}-48k-${MCLK}-nocodec.tplg
TPLG=../topology/test/test-playback-ssp2-mclk-0-I2S-${COMP}-${INFMT}-${OUTFMT}-48k-${MCLK}-nocodec.tplg
# If binary test vectors
if [ ${FN_IN: -4} == ".raw" ]; then