topology: sof-cml-demux-rt5682-max98357a: fix PCM and PIPELINE ids

Fixes ids for PCM and PIPELINE.

Signed-off-by: Tomasz Lauda <tomasz.lauda@linux.intel.com>
This commit is contained in:
Tomasz Lauda 2019-10-15 11:50:05 +02:00 committed by Tomasz Lauda
parent ac27df9e70
commit 16d1ca7c41
1 changed files with 4 additions and 4 deletions

View File

@ -26,11 +26,11 @@ dnl pipeline_rate, time_domain)
ifelse(SOF_ABI_VERSION_3_9_OR_GRT, `1',
`PIPELINE_PCM_DAI_ADD(sof/pipe-volume-playback.m4,
7, 5, 2, s32le,
8, 6, 2, s32le,
1000, 0, 0, SSP, 1, s24le, 3,
48000, 48000, 48000)',
`PIPELINE_PCM_DAI_ADD(sof/pipe-src-volume-playback.m4,
7, 5, 2, s32le,
8, 6, 2, s32le,
1000, 0, 0, SSP, 1, s16le, 3,
48000, 48000, 48000)')
@ -49,11 +49,11 @@ dnl deadline, priority, core, time_domain)
ifelse(SOF_ABI_VERSION_3_9_OR_GRT, `1',
`DAI_ADD(sof/pipe-dai-playback.m4,
7, SSP, 1, SSP1-Codec,
8, SSP, 1, SSP1-Codec,
PIPELINE_SOURCE_7, 3, s24le,
1000, 0, 0)',
`DAI_ADD(sof/pipe-dai-playback.m4,
7, SSP, 1, SSP1-Codec,
8, SSP, 1, SSP1-Codec,
PIPELINE_SOURCE_7, 3, s16le,
1000, 0, 0)')