Skip to content

Commit 96c10d0

Browse files
committed
docs: topology2: fix compressed PCM and pipeline ID descriptions
1 parent f522f94 commit 96c10d0

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

tools/topology/topology2/README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,8 @@ default ID ranges for the same endpoint types.
155155
| Deep Buffer (Jack) | 31 | `DEEP_BUFFER_PCM_ID` |
156156
| Deep Buffer (Speaker) | 35 | `DEEP_BUFFER_PCM_ID_2` |
157157
| DMIC Deep Buffer | 46 | `DMIC0_DEEP_BUFFER_PCM_ID` |
158-
| Compressed Playback 1 | 50 | `COMPR_PCM_ID` |
159-
| Compressed Playback 2 | 52 | `COMPR_2_PCM_ID` |
158+
| Compress Jack Out | 50 | `COMPR_PCM_ID` |
159+
| Compress Speaker | 52 | `COMPR_2_PCM_ID` |
160160

161161
> **Note:** Bluetooth defaults to PCM ID 2 in some topologies and 20 in others. Use the
162162
> `BT_PCM_ID` override variable to set the correct value when BT coexists with a speaker
@@ -172,6 +172,7 @@ default ID ranges for the same endpoint types.
172172
| HDMI 3 | 5 | `HDMI3_PCM_ID` |
173173
| DMIC0 | 6 | `DMIC0_PCM_ID` |
174174
| Deep Buffer | 31 | `DEEP_BUFFER_PCM_ID` |
175+
| Compress HDA Analog | 50 | `COMPR_PCM_ID` |
175176

176177
Key rules:
177178

@@ -202,12 +203,13 @@ is at N1 (50/51, 60/61, 70/71, 80/81).
202203
| Deep Buffer (Jack) | 15 | `DEEP_BUFFER_PIPELINE_ID` |
203204
| Deep Buffer (Speaker) | 16 | `DEEP_BUFFER_PIPELINE_ID_2` |
204205
| Speaker FE / BE | 20 / 21 ||
206+
| Speaker Echo Ref FE / BE | 22 / 23 ||
205207
| SDW DMIC FE / BE | 40 / 41 | `SDW_DMIC_HOST_PIPELINE_ID` |
206208
| HDMI 1 Host / DAI | 50 / 51 | `HDMI1_HOST_PIPELINE_ID` / `HDMI1_DAI_PIPELINE_ID` |
207209
| HDMI 2 Host / DAI | 60 / 61 | `HDMI2_HOST_PIPELINE_ID` / `HDMI2_DAI_PIPELINE_ID` |
208210
| HDMI 3 Host / DAI | 70 / 71 | `HDMI3_HOST_PIPELINE_ID` / `HDMI3_DAI_PIPELINE_ID` |
209211
| HDMI 4 Host / DAI | 80 / 81 | `HDMI4_HOST_PIPELINE_ID` / `HDMI4_DAI_PIPELINE_ID` |
210-
| Compressed 1 / 2 | 90 / 92 | `COMPR_PIPELINE_ID` / `COMPR_2_PIPELINE_ID` |
212+
| Compress Jack / Speaker | 90 / 92 | `COMPR_PIPELINE_ID` / `COMPR_2_PIPELINE_ID` |
211213
| PCH DMIC0 Host / DAI | 100 / 101 | `DMIC0_HOST_PIPELINE_ID` / `DMIC0_DAI_PIPELINE_ID` |
212214

213215
**HDA Pipeline IDs:**
@@ -222,6 +224,7 @@ is at N1 (50/51, 60/61, 70/71, 80/81).
222224
| HDMI 2 Host / DAI | 60 / 61 | `HDMI2_HOST_PIPELINE_ID` / `HDMI2_DAI_PIPELINE_ID` |
223225
| HDMI 3 Host / DAI | 70 / 71 | `HDMI3_HOST_PIPELINE_ID` / `HDMI3_DAI_PIPELINE_ID` |
224226
| HDMI 4 Host / DAI | 80 / 81 | `HDMI4_HOST_PIPELINE_ID` / `HDMI4_DAI_PIPELINE_ID` |
227+
| Compress HDA Analog Host / DAI | 90 / 91 | `COMPR_PIPELINE_ID` |
225228

226229
Key rules:
227230

@@ -323,4 +326,4 @@ To build a specific topology target:
323326
make sof-lnl-sdw-cs42l43-l0-cs35l56-l12
324327
```
325328

326-
The compiled `.tplg` files are placed in the build output directory.
329+
The compiled `.tplg` files are placed in the build output directory.

0 commit comments

Comments
 (0)