topology: fix capture pipeline ID for SSP DAI

Capture pipeline for SSP DAI should be 2.

Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
This commit is contained in:
Liam Girdwood 2017-09-23 23:10:00 +01:00
parent 086c634817
commit d3ac267d00
9 changed files with 9 additions and 9 deletions

View File

@ -93,7 +93,7 @@ DAI_ADD(sof/pipe-dai-playback.m4,
# capture DAI is SSP2 using I2S DAPM stream and 2 periods # capture DAI is SSP2 using I2S DAPM stream and 2 periods
# Buffers use s24le format, with 48 frame per 1000us on core 0 with priority 0 # Buffers use s24le format, with 48 frame per 1000us on core 0 with priority 0
DAI_ADD(sof/pipe-dai-capture.m4, DAI_ADD(sof/pipe-dai-capture.m4,
1, SSP, 2, I2S, 2, SSP, 2, I2S,
PIPELINE_SINK_2, 2, s24le, PIPELINE_SINK_2, 2, s24le,
48, 1000, 0, 0) 48, 1000, 0, 0)

View File

@ -93,7 +93,7 @@ DAI_ADD(sof/pipe-dai-playback.m4,
# capture DAI is SSP0 using I2S DAPM stream and 2 periods # capture DAI is SSP0 using I2S DAPM stream and 2 periods
# Buffers use s24le format, with 48 frame per 1000us on core 0 with priority 0 # Buffers use s24le format, with 48 frame per 1000us on core 0 with priority 0
DAI_ADD(sof/pipe-dai-capture.m4, DAI_ADD(sof/pipe-dai-capture.m4,
1, SSP, 0, I2S, 2, SSP, 0, I2S,
PIPELINE_SINK_2, 2, s24le, PIPELINE_SINK_2, 2, s24le,
48, 1000, 0, 0) 48, 1000, 0, 0)

View File

@ -93,7 +93,7 @@ DAI_ADD(sof/pipe-dai-playback.m4,
# capture DAI is SSP0 using I2S DAPM stream and 2 periods # capture DAI is SSP0 using I2S DAPM stream and 2 periods
# Buffers use s24le format, with 48 frame per 1000us on core 0 with priority 0 # Buffers use s24le format, with 48 frame per 1000us on core 0 with priority 0
DAI_ADD(sof/pipe-dai-capture.m4, DAI_ADD(sof/pipe-dai-capture.m4,
1, SSP, 0, I2S, 2, SSP, 0, I2S,
PIPELINE_SINK_2, 2, s24le, PIPELINE_SINK_2, 2, s24le,
48, 1000, 0, 0) 48, 1000, 0, 0)

View File

@ -93,7 +93,7 @@ DAI_ADD(sof/pipe-dai-playback.m4,
# capture DAI is SSP2 using I2S DAPM stream and 2 periods # capture DAI is SSP2 using I2S DAPM stream and 2 periods
# Buffers use s24le format, with 48 frame per 1000us on core 0 with priority 0 # Buffers use s24le format, with 48 frame per 1000us on core 0 with priority 0
DAI_ADD(sof/pipe-dai-capture.m4, DAI_ADD(sof/pipe-dai-capture.m4,
1, SSP, 2, I2S, 2, SSP, 2, I2S,
PIPELINE_SINK_2, 2, s24le, PIPELINE_SINK_2, 2, s24le,
48, 1000, 0, 0) 48, 1000, 0, 0)

View File

@ -82,7 +82,7 @@ DAI_ADD(sof/pipe-dai-playback.m4,
# capture DAI is SSP2 using I2S DAPM stream and 2 periods # capture DAI is SSP2 using I2S DAPM stream and 2 periods
# Buffers use s24le format, with 48 frame per 1000us on core 0 with priority 0 # Buffers use s24le format, with 48 frame per 1000us on core 0 with priority 0
DAI_ADD(sof/pipe-dai-capture.m4, DAI_ADD(sof/pipe-dai-capture.m4,
1, SSP, 2, I2S, 2, SSP, 2, I2S,
PIPELINE_SINK_2, 2, s24le, PIPELINE_SINK_2, 2, s24le,
48, 1000, 0, 0) 48, 1000, 0, 0)

View File

@ -82,7 +82,7 @@ DAI_ADD(sof/pipe-dai-playback.m4,
# capture DAI is SSP2 using I2S DAPM stream and 2 periods # capture DAI is SSP2 using I2S DAPM stream and 2 periods
# Buffers use s24le format, with 48 frame per 1000us on core 0 with priority 0 # Buffers use s24le format, with 48 frame per 1000us on core 0 with priority 0
DAI_ADD(sof/pipe-dai-capture.m4, DAI_ADD(sof/pipe-dai-capture.m4,
1, SSP, 2, Audio, 2, SSP, 2, Audio,
PIPELINE_SINK_2, 2, s24le, PIPELINE_SINK_2, 2, s24le,
48, 1000, 0, 0) 48, 1000, 0, 0)

View File

@ -82,7 +82,7 @@ DAI_ADD(sof/pipe-dai-playback.m4,
# capture DAI is SSP2 using "Audio" DAPM stream name and 2 periods # capture DAI is SSP2 using "Audio" DAPM stream name and 2 periods
# Buffers use s24le format, with 48 frame per 1000us on core 0 with priority 0 # Buffers use s24le format, with 48 frame per 1000us on core 0 with priority 0
DAI_ADD(sof/pipe-dai-capture.m4, DAI_ADD(sof/pipe-dai-capture.m4,
1, SSP, 2, Audio, 2, SSP, 2, Audio,
PIPELINE_SINK_2, 2, s24le, PIPELINE_SINK_2, 2, s24le,
48, 1000, 0, 0) 48, 1000, 0, 0)

View File

@ -82,7 +82,7 @@ DAI_ADD(sof/pipe-dai-playback.m4,
# capture DAI is SSP2 using I2S DAPM stream and 2 periods # capture DAI is SSP2 using I2S DAPM stream and 2 periods
# Buffers use s24le format, with 48 frame per 1000us on core 0 with priority 0 # Buffers use s24le format, with 48 frame per 1000us on core 0 with priority 0
DAI_ADD(sof/pipe-dai-capture.m4, DAI_ADD(sof/pipe-dai-capture.m4,
1, SSP, 2, I2S, 2, SSP, 2, I2S,
PIPELINE_SINK_2, 2, s24le, PIPELINE_SINK_2, 2, s24le,
48, 1000, 0, 0) 48, 1000, 0, 0)

View File

@ -93,7 +93,7 @@ DAI_ADD(sof/pipe-dai-playback.m4,
# capture DAI is SSP0 using I2S DAPM stream and 2 periods # capture DAI is SSP0 using I2S DAPM stream and 2 periods
# Buffers use s24le format, with 48 frame per 1000us on core 0 with priority 0 # Buffers use s24le format, with 48 frame per 1000us on core 0 with priority 0
DAI_ADD(sof/pipe-dai-capture.m4, DAI_ADD(sof/pipe-dai-capture.m4,
1, SSP, 0, I2S, 2, SSP, 0, I2S,
PIPELINE_SINK_2, 2, s24le, PIPELINE_SINK_2, 2, s24le,
48, 1000, 0, 0) 48, 1000, 0, 0)