Skip to content

Commit b9ff1a0

Browse files
lgirdwoodCopilot
andauthored
Update src/ipc/readme.md
Grammar: “Routing incoming platform interrupts into the Zephyr or SOF thread domains schedule” reads incorrectly ("schedule" is a noun/verb mismatch). Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Liam Girdwood <lgirdwood@gmail.com>
1 parent 04487d2 commit b9ff1a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ipc/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This directory contains the common foundation for all Inter-Processor Communicat
77
The Core IPC layer is completely agnostic to the specific structure or content of the messages (whether they are IPC3 stream commands or IPC4 pipeline messages). Its primary responsibilities are:
88

99
1. **Message State Management**: Tracking if a message is being processed, queued, or completed.
10-
2. **Interrupt Bridging**: Routing incoming platform interrupts into the Zephyr or SOF thread domains schedule.
10+
2. **Interrupt Bridging**: Routing incoming platform interrupts into the Zephyr or SOF thread-domain scheduler.
1111
3. **Queueing**: Safe traversal and delayed processing capabilities via `k_work` items or SOF scheduler tasks.
1212
4. **Platform Acknowledgment**: Signaling the hardware mailbox layers to confirm receipt or signal completion out entirely.
1313

0 commit comments

Comments
 (0)