Skip to content

Commit 11f3a96

Browse files
lgirdwoodCopilot
andauthored
Update src/ipc/ipc4/readme.md
In the ipc4_bind sequence diagram, the steps call comp_set_sink() / comp_set_source(), but these functions don’t exist in the codebase (binding is done via buffer/graph connect + comp_bind/comp_buffer_connect flows). Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Liam Girdwood <lgirdwood@gmail.com>
1 parent 615581e commit 11f3a96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ipc/ipc4/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ sequenceDiagram
9292
9393
IPC4Bind->>Buff: buffer_new() (Create Intermediate Storage)
9494
95-
IPC4Bind->>SrcMod: comp_set_sink(Buffer)
96-
IPC4Bind->>SinkMod: comp_set_source(Buffer)
95+
IPC4Bind->>SrcMod: Bind source pin to Buff (via comp_bind/comp_buffer_connect)
96+
IPC4Bind->>SinkMod: Bind sink pin to Buff (via comp_bind/comp_buffer_connect)
9797
9898
IPC4Bind-->>Host: Reply: Linked
9999
deactivate IPC4Bind

0 commit comments

Comments
 (0)