topology: fixing comments in jsl-rt1015 topology

Corrected comments relating to s32le (was s24le)

Signed-off-by: Ross Chisholm <ross.chisholm@xperi.com>
This commit is contained in:
Ross Chisholm 2021-04-20 17:39:52 +01:00 committed by Liam Girdwood
parent 71814655e6
commit c08f030d53
1 changed files with 7 additions and 7 deletions

View File

@ -55,7 +55,7 @@ dnl PIPELINE_PCM_ADD(pipeline,
dnl pipe id, pcm, max channels, format,
dnl frames, deadline, priority, core)
# Low Latency playback pipeline 1 on PCM 0 using max 2 channels of s24le.
# Low Latency playback pipeline 1 on PCM 0 using max 2 channels of s32le.
# Schedule 48 frames per 1000us deadline on core 0 with priority 0
PIPELINE_PCM_ADD(sof/pipe-volume-playback.m4,
1, 0, 2, s32le,
@ -64,7 +64,7 @@ PIPELINE_PCM_ADD(sof/pipe-volume-playback.m4,
ifdef(`INCLUDE_IIR_EQ',
`
# Low Latency playback pipeline 2 on PCM 1 using max 2 channels of s24le.
# Low Latency playback pipeline 2 on PCM 1 using max 2 channels of s32le.
# Schedule 48 frames per 1000us deadline on core 0 with priority 0
PIPELINE_PCM_ADD(sof/pipe-eq-iir-volume-playback.m4,
2, 1, 2, s32le,
@ -73,15 +73,15 @@ PIPELINE_PCM_ADD(sof/pipe-eq-iir-volume-playback.m4,
'
,
`
# Low Latency playback pipeline 2 on PCM 1 using max 2 channels of s24le.
# Low Latency playback pipeline 2 on PCM 1 using max 2 channels of s32le.
# Schedule 48 frames per 1000us deadline on core 0 with priority 0
PIPELINE_PCM_ADD(sof/pipe-volume-playback.m4,
2, 1, 2, s32le,
1000, 0, 0,
48000, 48000, 48000)
2, 1, 2, s32le,
1000, 0, 0,
48000, 48000, 48000)
')
# Low Latency capture pipeline 3 on PCM 1 using max 2 channels of s24le.
# Low Latency capture pipeline 3 on PCM 1 using max 2 channels of s32le.
# Schedule 48 frames per 1000us deadline on core 0 with priority 0
PIPELINE_PCM_ADD(sof/pipe-volume-capture.m4,
3, 1, 2, s32le,