Skip to content

Commit b538e0b

Browse files
ranj063lgirdwood
authored andcommitted
test: topology: fix build with latest alsa-lib
Remove the extra space to make the topology build with upstream alsa-lib. Signed-off-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com> (cherry picked from commit fcfd5d6)
1 parent 52e8490 commit b538e0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/test/topology/test-all.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ PCM_DUPLEX_ADD(Passthrough, 0, PIPELINE_PCM_1, PIPELINE_PCM_2)
8686
# using TEST_SSP_PHY_BITS bit sample container on SSP TEST_DAI_PORT
8787
#
8888
DAI_CONFIG(TEST_DAI_TYPE, TEST_DAI_PORT,
89-
ifelse(index(TEST_DAI_LINK_NAME, NoCodec), -1, 0 ,TEST_DAI_PORT),
89+
ifelse(index(TEST_DAI_LINK_NAME, NoCodec), -1, 0, TEST_DAI_PORT),
9090
TEST_DAI_LINK_NAME,
9191
SSP_CONFIG(TEST_SSP_MODE,
9292
SSP_CLOCK(mclk, TEST_SSP_MCLK, codec_mclk_in),

0 commit comments

Comments
 (0)