Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinszkudlinski committed May 31, 2024
1 parent bb75f8a commit 40b384e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 18 deletions.
Original file line number Diff line number Diff line change
@@ -1,18 +1,7 @@
actor "ipc/ipc_comp_new()" as c
participant "audio/component" as comp
participant "comp_driver" as drv
participant "lib/heap" as heap
left to right direction
(**Module1** //use Source//) as mod1
(//provide source// **BUFFER** //provide sink//) as buf1
(//use sink// **Module2**) as Mod2

c -> comp : comp_new(comp : sof_ipc_comp)
activate comp
comp -> comp : get_drv(comp->type) : drv
comp -> drv : drv->ops.new(comp)
activate drv
drv -> heap : rzalloc(Runtime)
drv <-- heap
comp <-- drv : comp_dev*
deactivate drv

comp -> comp : init component
c <-- comp : comp_dev*
deactivate comp
mod1 --> buf1
buf1 --> Mod2
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,5 @@ Typically, a module a module. This is the most natural way of binding (at curren


.. uml:: images/module_to_module.pu
:caption: Component Device States

sdas

0 comments on commit 40b384e

Please sign in to comment.