[Sound-open-firmware] [PATCH] topology: media: fix incorrect pipeline ID for media PCM

Liam Girdwood liam.r.girdwood at linux.intel.com
Mon Mar 19 11:30:44 CET 2018


Missing include for pcm.m4

Signed-off-by: Liam Girdwood <liam.r.girdwood at linux.intel.com>
---
 topology/sof/pipe-pcm-media.m4 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/topology/sof/pipe-pcm-media.m4 b/topology/sof/pipe-pcm-media.m4
index 1ca829f..9eaa187 100644
--- a/topology/sof/pipe-pcm-media.m4
+++ b/topology/sof/pipe-pcm-media.m4
@@ -14,6 +14,7 @@ include(`buffer.m4')
 include(`pga.m4')
 include(`mixercontrol.m4')
 include(`pipeline.m4')
+include(`pcm.m4')
 
 #
 # Controls
-- 
2.14.1



More information about the Sound-open-firmware mailing list