topology: sof: Fix a typo for pipe src capture

Should be src capture here in capture pipe.

Signed-off-by: Pan Xiuli <xiuli.pan@linux.intel.com>
This commit is contained in:
Pan Xiuli 2017-12-19 14:35:10 +08:00 committed by Liam Girdwood
parent 8d47a54f5c
commit 5dcdb6524d
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ include(`local.m4')
# Host "Passthrough Playback" PCM uses pipeline DMAC and channel # Host "Passthrough Playback" PCM uses pipeline DMAC and channel
# with 4 sink and 0 source periods # with 4 sink and 0 source periods
W_PCM_PLAYBACK(Passthrough Capture, PIPELINE_DMAC, PIPELINE_DMAC_CHAN, 4, 0, 2) W_PCM_CAPTURE(Passthrough Capture, PIPELINE_DMAC, PIPELINE_DMAC_CHAN, 4, 0, 2)
# #
# SRC Configuration # SRC Configuration