Skip to content

Commit 20f1e03

Browse files
lgirdwoodCopilot
andauthored
Update src/ipc/ipc3/readme.md
ipc_cmd_handler() is referenced as the initial routing function, but there is no such symbol in IPC3; the handler entry point is ipc_cmd() Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Liam Girdwood <lgirdwood@gmail.com>
1 parent 11f3a96 commit 20f1e03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ipc/ipc3/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The IPC3 architecture treats streaming, DAI configurations, and pipeline managem
88

99
## Command Structure and Routing
1010

11-
Every message received is placed into an Rx buffer and initially routed to `ipc_cmd_handler()`. Based on the `cmd` inside the `sof_ipc_cmd_hdr`, it delegates to one of the handler subsystems:
11+
Every message received is placed into an Rx buffer and initially routed to `ipc_cmd()`. Based on the `cmd` inside the `sof_ipc_cmd_hdr`, it delegates to one of the handler subsystems:
1212

1313
* `ipc_glb_stream_message`: Stream/Pipeline configuration and states
1414
* `ipc_glb_dai_message`: DAI parameters and formats

0 commit comments

Comments
 (0)