topology: test: fix passthrough 24bit-48k-ssp2

format was missing, not sure how this ever worked.

Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
This commit is contained in:
Pierre-Louis Bossart 2017-09-12 19:07:49 -05:00 committed by Liam Girdwood
parent 924ac07233
commit 006fe4ef30
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ define(`TEST_DAI_LINK_STREAM_NAME', `Audio')
PIPELINE_PCM_DAI_ADD(sof/pipe-passthrough-playback.m4,
1, 0, 2, s24le,
48, 1000, 0, 0, 0, 1,
SSP, 2, TEST_DAI_LINK_STREAM_NAME, 2)
SSP, 2, TEST_DAI_LINK_STREAM_NAME, s24le, 2)
#
# BE configurations - overrides config in ACPI if present