
functions
files
intro
|
|
Sound
|
mixer.ycp
|
advanced dialog for mixer setting
|
|
|
Imports
Includes
- sound/ui.ycp
- sound/volume_routines.ycp
Local Functions
|
|
|
local volElement (string label, integer value, boolean spec) -> term
|
|
returns intfield (if we are running in ncurses) or
slider (for qt)
- Parameters:
label |
label for slider |
value |
initial value |
spec |
true-slider false-intfield |
- Return value:
local mixerWidget (list channels) -> term
|
|
creates a mixer widget with channels obtained from 1st param
- Parameters:
channels |
channels to be shown |
- Return value:
local mixerDialog (integer card_id) -> map
|
|
shows mixer dialog for respective card
- Parameters:
- Return value:
|