[Sound-open-firmware] [PATCH] topology: fix capture pipeline ID for SSP DAI
Liam Girdwood
liam.r.girdwood at linux.intel.com
Sun Sep 24 00:10:33 CEST 2017
Capture pipeline for SSP DAI should be 2.
Signed-off-by: Liam Girdwood <liam.r.girdwood at linux.intel.com>
---
topology/reef-apl-nocodec.m4 | 2 +-
topology/reef-bdw-rt286.m4 | 2 +-
topology/reef-bdw-rt5640.m4 | 2 +-
topology/reef-bxt-nocodec.m4 | 2 +-
topology/reef-byt-nocodec.m4 | 2 +-
topology/reef-byt-rt5640.m4 | 2 +-
topology/reef-byt-rt5651.m4 | 2 +-
topology/reef-cht-nocodec.m4 | 2 +-
topology/reef-hsw-rt5640.m4 | 2 +-
9 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/topology/reef-apl-nocodec.m4 b/topology/reef-apl-nocodec.m4
index f87a4e9..5e497f6 100644
--- a/topology/reef-apl-nocodec.m4
+++ b/topology/reef-apl-nocodec.m4
@@ -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)
diff --git a/topology/reef-bdw-rt286.m4 b/topology/reef-bdw-rt286.m4
index eae2065..cb11ad6 100644
--- a/topology/reef-bdw-rt286.m4
+++ b/topology/reef-bdw-rt286.m4
@@ -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)
diff --git a/topology/reef-bdw-rt5640.m4 b/topology/reef-bdw-rt5640.m4
index 60feb82..b3c19c2 100644
--- a/topology/reef-bdw-rt5640.m4
+++ b/topology/reef-bdw-rt5640.m4
@@ -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)
diff --git a/topology/reef-bxt-nocodec.m4 b/topology/reef-bxt-nocodec.m4
index 744e9b1..58bc6f6 100644
--- a/topology/reef-bxt-nocodec.m4
+++ b/topology/reef-bxt-nocodec.m4
@@ -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)
diff --git a/topology/reef-byt-nocodec.m4 b/topology/reef-byt-nocodec.m4
index 05373f9..5f6cd1d 100644
--- a/topology/reef-byt-nocodec.m4
+++ b/topology/reef-byt-nocodec.m4
@@ -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)
diff --git a/topology/reef-byt-rt5640.m4 b/topology/reef-byt-rt5640.m4
index 911b4d1..c5e8b52 100644
--- a/topology/reef-byt-rt5640.m4
+++ b/topology/reef-byt-rt5640.m4
@@ -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)
diff --git a/topology/reef-byt-rt5651.m4 b/topology/reef-byt-rt5651.m4
index c6f20a4..e335d66 100644
--- a/topology/reef-byt-rt5651.m4
+++ b/topology/reef-byt-rt5651.m4
@@ -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)
diff --git a/topology/reef-cht-nocodec.m4 b/topology/reef-cht-nocodec.m4
index 43e0e6e..ddeb71e 100644
--- a/topology/reef-cht-nocodec.m4
+++ b/topology/reef-cht-nocodec.m4
@@ -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)
diff --git a/topology/reef-hsw-rt5640.m4 b/topology/reef-hsw-rt5640.m4
index 3d26149..efd815b 100644
--- a/topology/reef-hsw-rt5640.m4
+++ b/topology/reef-hsw-rt5640.m4
@@ -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)
--
2.11.0
More information about the Sound-open-firmware
mailing list