Skip to content

Commit 04487d2

Browse files
lgirdwoodCopilot
andauthored
Update src/ipc/ipc3/readme.md
Typo: “Device Loopup” should be “Device Lookup”. Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Liam Girdwood <lgirdwood@gmail.com>
1 parent 22dc52c commit 04487d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ipc/ipc3/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ graph TD
4848
Triggering is strictly hierarchical via IPC3. It expects pipelines built and components fully parsed prior to active streaming commands.
4949

5050
1. **Validation**: The IPC fetches the host component ID.
51-
2. **Device Loopup**: It searches the components list (`ipc_get_comp_dev`) for the PCM device matching the pipeline.
51+
2. **Device Lookup**: It searches the components list (`ipc_get_comp_dev`) for the PCM device matching the pipeline.
5252
3. **Execution**: If valid, the pipeline graph is crawled recursively and its state altered via `pipeline_trigger`.
5353

5454
```mermaid

0 commit comments

Comments
 (0)