Topology: fix wrongly configured pipeline for sof-cml-rt5682-kwd.m4

Pipeline PCM0P and PCM0C in sof-cml-rt5682-kwd.m4 is wrongly
configured. This patch fix this error by removing redundent
'SSP' argument.

Signed-off-by: Amery Song <chao.song@intel.com>
This commit is contained in:
Amery Song 2020-02-13 18:50:35 +08:00 committed by Liam Girdwood
parent e62ffe3f89
commit 1fd1464b9d
1 changed files with 2 additions and 2 deletions

View File

@ -62,14 +62,14 @@ dnl time_domain, sched_comp)
# Schedule 1000us deadline on core 0 with priority 0
PIPELINE_PCM_ADD(sof/pipe-volume-playback.m4,
1, 0, 2, s24le,
1000, 0, 0, SSP,
1000, 0, 0,
48000, 48000, 48000)
# Low Latency capture pipeline 2 on PCM 0 using max 2 channels of s24le.
# Schedule 1000us deadline on core 0 with priority 0
PIPELINE_PCM_ADD(sof/pipe-volume-capture.m4,
2, 0, 2, s24le,
1000, 0, 0, SSP,
1000, 0, 0,
48000, 48000, 48000)
# Passthrough capture pipeline 3 on PCM 1 using max 4 channels.