mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-05-05 06:46:52 -04:00
doc: ucm - add sequence graphs
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
0222f45d11
commit
595115758b
8 changed files with 192 additions and 1 deletions
30
doc/pictures/ucm-seq-verb.puml
Normal file
30
doc/pictures/ucm-seq-verb.puml
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
@startuml
|
||||
title "UCM verb sequence graph"
|
||||
|
||||
|
||||
start
|
||||
split
|
||||
:Enable verb;
|
||||
:SectionDefaults sequence;
|
||||
:EnableSequence;
|
||||
|
||||
:Enable, use and disable verb devices;
|
||||
|
||||
:Disable verb;
|
||||
:DisableSequence;
|
||||
split again
|
||||
:Switch verb;
|
||||
:Disable old verb;
|
||||
if (TransitionSequence) then (present)
|
||||
:TransitionSequence;
|
||||
:Enable new verb;
|
||||
else (not present)
|
||||
:Disable old verb;
|
||||
:DisableSequence;
|
||||
:Enable new verb;
|
||||
:EnableSequence;
|
||||
endif
|
||||
end split
|
||||
stop
|
||||
|
||||
@enduml
|
||||
Loading…
Add table
Add a link
Reference in a new issue