From cbbc6afd359436336f7b469d9507a1a1fcee1c72 Mon Sep 17 00:00:00 2001 From: Xun Zhang Date: Tue, 2 Apr 2019 08:26:39 +0800 Subject: [PATCH] tools: test: topology: add argument to fix build error in test tplg Add one argument in test-tone-playback.m4 to fix the building error of insufficient PIPELINE_ADD arguments. Signed-off-by: Xun Zhang --- tools/test/topology/test-tone-playback.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/test/topology/test-tone-playback.m4 b/tools/test/topology/test-tone-playback.m4 index 77db4d1d8..63a0a6d68 100644 --- a/tools/test/topology/test-tone-playback.m4 +++ b/tools/test/topology/test-tone-playback.m4 @@ -44,7 +44,7 @@ define(`TONE_SAMPLE_RATE', 48000) # Schedule with 48 frame per 1000us deadline on core 0 with priority 0 PIPELINE_ADD(sof/pipe-tone.m4, 5, 2, TEST_PIPE_FORMAT, - 48, 1000, 0, 0) + 48, 1000, 0, 0, 0) # playback DAI is SSP2 using 2 periods # Buffers use TEST_DAI_FORMAT format, with 48 frame per 1000us on core 0 with priority 0