Skip to content

Commit

Permalink
topology: fix a typo for SCHEDULE_CORE
Browse files Browse the repository at this point in the history
With define for W_PCM_CAPTURE only need 5 arguments
W_PCM_CAPTURE(pcm, stream, periods_sink, periods_source, core)
Fix the wrong parameter in pipe-kfbm-capture.m4

Signed-off-by: Pan Xiuli <[email protected]>
  • Loading branch information
xiulipan authored and lrgirdwo committed Apr 27, 2020
1 parent fa6330e commit 7e6cd4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/topology/sof/pipe-kfbm-capture.m4
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ C_CONTROLBYTES(KPB, PIPELINE_ID,

# Host "Passthrough Capture" PCM
# with 0 sink and 2 source periods
W_PCM_CAPTURE(PCM_ID, Sound Trigger Capture, 0, 2, 2, SCHEDULE_CORE)
W_PCM_CAPTURE(PCM_ID, Sound Trigger Capture, 0, 2, SCHEDULE_CORE)

# "KPBM" has 2 source and 2 sink periods
W_KPBM(0, PIPELINE_FORMAT, 2, 2, PIPELINE_ID, SCHEDULE_CORE,
Expand Down

0 comments on commit 7e6cd4b

Please sign in to comment.