mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
doc: ucm - more volume notes
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
595115758b
commit
e288ca7c29
3 changed files with 72 additions and 13 deletions
19
doc/pictures/ucm-volume.puml
Normal file
19
doc/pictures/ucm-volume.puml
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
@startuml
|
||||
title "UCM volume"
|
||||
|
||||
start
|
||||
if (Card state (/var/lib/alsa/asound.state)) then (not present)
|
||||
:UCM: BootSequence;
|
||||
else (present)
|
||||
:alsactl: Restore state (from asound.state);
|
||||
endif
|
||||
:UCM application:set device volume;
|
||||
note right
|
||||
The application uses (Playback|Capture)MixerElem or
|
||||
(Playback/Capture)(Volume/Switch) values to get
|
||||
the controls.
|
||||
end note
|
||||
:alsactl: Store state (to asound.state);
|
||||
stop
|
||||
|
||||
@enduml
|
||||
29
doc/pictures/ucm-volume.svg
Normal file
29
doc/pictures/ucm-volume.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 6.6 KiB |
Loading…
Add table
Add a link
Reference in a new issue