mirror of https://github.com/thesofproject/sof.git
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:
parent
e62ffe3f89
commit
1fd1464b9d
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue