[Sound-open-firmware] [PATCH] topology: byt-rt5640: Fix stream name for BE DAI link

Liam Girdwood liam.r.girdwood at linux.intel.com
Mon Sep 4 22:04:09 CEST 2017


Signed-off-by: Liam Girdwood <liam.r.girdwood at linux.intel.com>
---
 topology/reef-byt-rt5640.m4 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/topology/reef-byt-rt5640.m4 b/topology/reef-byt-rt5640.m4
index 0629d43..9855f1a 100644
--- a/topology/reef-byt-rt5640.m4
+++ b/topology/reef-byt-rt5640.m4
@@ -66,11 +66,11 @@ SectionGraph."pipe-byt-rt5640" {
 
 # playback DAI is SSP2 using I2S DAPM stream and 2 periods
 # Buffers use s24le format, with 48 frame per 1000us on core 0 with priorty 0
-DAI_ADD(sof/pipe-dai-playback.m4, SSP, 2, I2S, PIPELINE_SOURCE_1, 2, s24le, 48, 1000, 0, 0)
+DAI_ADD(sof/pipe-dai-playback.m4, SSP, 2, Audio, PIPELINE_SOURCE_1, 2, s24le, 48, 1000, 0, 0)
 
 # capture DAI is SSP2 using I2S DAPM stream and 2 periods
 # Buffers use s24le format, with 48 frame per 1000us on core 0 with priorty 0
-DAI_ADD(sof/pipe-dai-capture.m4, SSP, 2, I2S, PIPELINE_SINK_2, 2, s24le, 48, 1000, 0, 0)
+DAI_ADD(sof/pipe-dai-capture.m4, SSP, 2, Audio, PIPELINE_SINK_2, 2, s24le, 48, 1000, 0, 0)
 
 #
 # BE configurations - overrides config in ACPI if present
-- 
2.11.0



More information about the Sound-open-firmware mailing list