From a6bb8de907acd642302a227f403bb9fb2c18d075 Mon Sep 17 00:00:00 2001 From: Liam Girdwood Date: Thu, 11 Jan 2018 11:23:24 +0000 Subject: [PATCH] topology: test: fix MCLK macro usage Incorrect BCLK macro name used to specify MCLK. Fix. Signed-off-by: Liam Girdwood --- topology/test/tplg-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topology/test/tplg-build.sh b/topology/test/tplg-build.sh index 71bb120..2392135 100755 --- a/topology/test/tplg-build.sh +++ b/topology/test/tplg-build.sh @@ -39,7 +39,7 @@ function simple_test { -DTEST_SSP_FORMAT=$6 \ -DTEST_PIPE_FORMAT=$4 \ -DTEST_SSP_BCLK=$9 \ - -DTEST_SSP_BCLK=$10 \ + -DTEST_SSP_MCLK=$10 \ -DTEST_SSP_PHY_BITS=$7 \ -DTEST_SSP_DATA_BITS=$8 \ $i.m4 > ${TFILE}.conf