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:
parent
086c634817
commit
d3ac267d00
|
@ -93,7 +93,7 @@ DAI_ADD(sof/pipe-dai-playback.m4,
|
|||
# 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
|
||||
DAI_ADD(sof/pipe-dai-capture.m4,
|
||||
1, SSP, 2, I2S,
|
||||
2, SSP, 2, I2S,
|
||||
PIPELINE_SINK_2, 2, s24le,
|
||||
48, 1000, 0, 0)
|
||||
|
||||
|
|
|
@ -93,7 +93,7 @@ DAI_ADD(sof/pipe-dai-playback.m4,
|
|||
# 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
|
||||
DAI_ADD(sof/pipe-dai-capture.m4,
|
||||
1, SSP, 0, I2S,
|
||||
2, SSP, 0, I2S,
|
||||
PIPELINE_SINK_2, 2, s24le,
|
||||
48, 1000, 0, 0)
|
||||
|
||||
|
|
|
@ -93,7 +93,7 @@ DAI_ADD(sof/pipe-dai-playback.m4,
|
|||
# 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
|
||||
DAI_ADD(sof/pipe-dai-capture.m4,
|
||||
1, SSP, 0, I2S,
|
||||
2, SSP, 0, I2S,
|
||||
PIPELINE_SINK_2, 2, s24le,
|
||||
48, 1000, 0, 0)
|
||||
|
||||
|
|
|
@ -93,7 +93,7 @@ DAI_ADD(sof/pipe-dai-playback.m4,
|
|||
# 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
|
||||
DAI_ADD(sof/pipe-dai-capture.m4,
|
||||
1, SSP, 2, I2S,
|
||||
2, SSP, 2, I2S,
|
||||
PIPELINE_SINK_2, 2, s24le,
|
||||
48, 1000, 0, 0)
|
||||
|
||||
|
|
|
@ -82,7 +82,7 @@ DAI_ADD(sof/pipe-dai-playback.m4,
|
|||
# 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
|
||||
DAI_ADD(sof/pipe-dai-capture.m4,
|
||||
1, SSP, 2, I2S,
|
||||
2, SSP, 2, I2S,
|
||||
PIPELINE_SINK_2, 2, s24le,
|
||||
48, 1000, 0, 0)
|
||||
|
||||
|
|
|
@ -82,7 +82,7 @@ DAI_ADD(sof/pipe-dai-playback.m4,
|
|||
# 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
|
||||
DAI_ADD(sof/pipe-dai-capture.m4,
|
||||
1, SSP, 2, Audio,
|
||||
2, SSP, 2, Audio,
|
||||
PIPELINE_SINK_2, 2, s24le,
|
||||
48, 1000, 0, 0)
|
||||
|
||||
|
|
|
@ -82,7 +82,7 @@ DAI_ADD(sof/pipe-dai-playback.m4,
|
|||
# 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
|
||||
DAI_ADD(sof/pipe-dai-capture.m4,
|
||||
1, SSP, 2, Audio,
|
||||
2, SSP, 2, Audio,
|
||||
PIPELINE_SINK_2, 2, s24le,
|
||||
48, 1000, 0, 0)
|
||||
|
||||
|
|
|
@ -82,7 +82,7 @@ DAI_ADD(sof/pipe-dai-playback.m4,
|
|||
# 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
|
||||
DAI_ADD(sof/pipe-dai-capture.m4,
|
||||
1, SSP, 2, I2S,
|
||||
2, SSP, 2, I2S,
|
||||
PIPELINE_SINK_2, 2, s24le,
|
||||
48, 1000, 0, 0)
|
||||
|
||||
|
|
|
@ -93,7 +93,7 @@ DAI_ADD(sof/pipe-dai-playback.m4,
|
|||
# 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
|
||||
DAI_ADD(sof/pipe-dai-capture.m4,
|
||||
1, SSP, 0, I2S,
|
||||
2, SSP, 0, I2S,
|
||||
PIPELINE_SINK_2, 2, s24le,
|
||||
48, 1000, 0, 0)
|
||||
|
||||
|
|
Loading…
Reference in New Issue