Pass the sample rate argument when setting up tone pipeline.
Signed-off-by: Ranjani Sridharan ranjani.sridharan@linux.intel.com --- topology/test/test-tone-playback.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/topology/test/test-tone-playback.m4 b/topology/test/test-tone-playback.m4 index 1c38c09..971a41c 100644 --- a/topology/test/test-tone-playback.m4 +++ b/topology/test/test-tone-playback.m4 @@ -40,7 +40,7 @@ include(`dsps/byt.m4') # 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, 48000)
# playback DAI is SSP2 using 2 periods # Buffers use TEST_DAI_FORMAT format, with 48 frame per 1000us on core 0 with priority 0