topology: byt-rt5640: rt5640 uses SSP2-Codec

Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
This commit is contained in:
Liam Girdwood 2018-03-16 11:59:24 +00:00
parent dcee7c1c53
commit d041c6f42d
1 changed files with 2 additions and 2 deletions

View File

@ -76,14 +76,14 @@ SectionGraph."pipe-byt-rt5640" {
# playback DAI is SSP2 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, 2, SSP-Codec,
1, SSP, 2, SSP2-Codec,
PIPELINE_SOURCE_1, 2, s24le,
48, 1000, 0, 0)
# capture DAI is SSP2 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, 2, SSP-Codec,
2, SSP, 2, SSP2-Codec,
PIPELINE_SINK_2, 2, s24le,
48, 1000, 0, 0)