[Sound-open-firmware] [PATCH] topology: bdw-rt5640: Fix BE DAI name to match legacy driver
Liam Girdwood
liam.r.girdwood at linux.intel.com
Fri Mar 30 15:24:19 CEST 2018
Now matches legacy driver.
Signed-off-by: Liam Girdwood <liam.r.girdwood at linux.intel.com>
---
topology/reef-bdw-rt5640.m4 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/topology/reef-bdw-rt5640.m4 b/topology/reef-bdw-rt5640.m4
index 53c9610..0a083e4 100644
--- a/topology/reef-bdw-rt5640.m4
+++ b/topology/reef-bdw-rt5640.m4
@@ -76,14 +76,14 @@ SectionGraph."pipe-bdw-rt5640" {
# playback DAI is SSP0 using 2 periods
# Buffers use s24le format, with 48 frame per 1000us on core 0 with priority 0
DAI_ADD(sof/pipe-dai-playback.m4,
- 1, SSP, 0, Audio,
+ 1, SSP, 0, Codec,
PIPELINE_SOURCE_1, 2, s24le,
48, 1000, 0, 0)
# capture DAI is SSP0 using 2 periods
# Buffers use s24le format, with 48 frame per 1000us on core 0 with priority 0
DAI_ADD(sof/pipe-dai-capture.m4,
- 2, SSP, 0, Audio,
+ 2, SSP, 0, Codec,
PIPELINE_SINK_2, 2, s24le,
48, 1000, 0, 0)
--
2.14.1
More information about the Sound-open-firmware
mailing list