mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-15 07:00:02 -05: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
26
doc/pictures/ucm-seq-device.puml
Normal file
26
doc/pictures/ucm-seq-device.puml
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
@startuml
|
||||
title "UCM device sequence graph"
|
||||
|
||||
start
|
||||
split
|
||||
:Enable device;
|
||||
:EnableSequence;
|
||||
:Use device;
|
||||
:Disable device;
|
||||
:DisableSequence;
|
||||
split again
|
||||
:Switch device;
|
||||
:Disable old device;
|
||||
if (TransitionSequence) then (present)
|
||||
:TransitionSequence;
|
||||
:Enable new device;
|
||||
else (not present)
|
||||
:Disable old device;
|
||||
:DisableSequence;
|
||||
:Enable new device;
|
||||
:EnableSequence;
|
||||
endif
|
||||
end split
|
||||
stop
|
||||
|
||||
@enduml
|
||||
Loading…
Add table
Add a link
Reference in a new issue