mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-31 22:25:35 -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
17
doc/pictures/ucm-seq-boot.puml
Normal file
17
doc/pictures/ucm-seq-boot.puml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
@startuml
|
||||
title "UCM sequence boot order (using udev and alsactl)"
|
||||
|
||||
start
|
||||
:Sound card detected (udev);
|
||||
:UCM: FixedBootSequence;
|
||||
if (Card state (/var/lib/alsa/asound.state)) then (not present)
|
||||
:UCM: BootSequence;
|
||||
else (present)
|
||||
:alsactl: Restore state (from asound.state);
|
||||
endif
|
||||
:Standard sound card use (with or without UCM);
|
||||
:Save sound card state (asound.state);
|
||||
:Sound card detached;
|
||||
stop
|
||||
|
||||
@enduml
|
||||
Loading…
Add table
Add a link
Reference in a new issue