[Sound-open-firmware] [PATCH 1/2] topology: sof: Fix a typo for pipe src capture

Xiuli Pan xiuli.pan at linux.intel.com
Tue Dec 19 07:35:10 CET 2017


From: Pan Xiuli <xiuli.pan at linux.intel.com>

Should be src capture here in capture pipe.

Signed-off-by: Pan Xiuli <xiuli.pan at linux.intel.com>
---
 topology/sof/pipe-src-capture.m4 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/topology/sof/pipe-src-capture.m4 b/topology/sof/pipe-src-capture.m4
index 9484ca8..c843a6c 100644
--- a/topology/sof/pipe-src-capture.m4
+++ b/topology/sof/pipe-src-capture.m4
@@ -14,7 +14,7 @@ include(`local.m4')
 
 # Host "Passthrough Playback" PCM uses pipeline DMAC and channel
 # 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
-- 
2.7.4



More information about the Sound-open-firmware mailing list