topology: cavs-nocodec: use s24le for DAIs for all platforms

The use of s32le did not expose any problems on APL, but alsa-bat was
previously reported as failing on JSL. Now that this test was extended
to CML_NOCODEC, we see the same issue. Manual tests with s24le show no
issues.

Let's just use s24le across the board and move on.

Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
This commit is contained in:
Pierre-Louis Bossart 2021-07-06 08:26:37 -05:00 committed by Liam Girdwood
parent ad7f0e52b8
commit 019c1505b1
1 changed files with 0 additions and 8 deletions

View File

@ -88,16 +88,8 @@ define(SSP1_IDX, `1')
define(SSP2_IDX, `2')
')
ifelse(PLATFORM, `jsl',
`
define(PIPE_BITS, `s32le')
define(DAI_BITS, `s24le')
',
`
define(PIPE_BITS, `s32le')
define(DAI_BITS, `s32le')
'
)
#
# Define the pipelines