mirror of https://github.com/thesofproject/sof.git
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 <xun2.zhang@intel.com>
This commit is contained in:
parent
2ec2c2101b
commit
cbbc6afd35
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue