mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-28 05:40:23 -04:00
30 lines
478 B
Text
30 lines
478 B
Text
@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
|