diff options
Diffstat (limited to 'recipes/angstrom/e-wm-config-angstrom/configs/angstrom-touchscreen/module.mixer.src')
-rw-r--r-- | recipes/angstrom/e-wm-config-angstrom/configs/angstrom-touchscreen/module.mixer.src | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/angstrom/e-wm-config-angstrom/configs/angstrom-touchscreen/module.mixer.src b/recipes/angstrom/e-wm-config-angstrom/configs/angstrom-touchscreen/module.mixer.src new file mode 100644 index 0000000000..2647520e57 --- /dev/null +++ b/recipes/angstrom/e-wm-config-angstrom/configs/angstrom-touchscreen/module.mixer.src @@ -0,0 +1,13 @@ +group "Mixer_Module_Config" struct { + value "version" int: 3; + value "default_gc_id" string: "mixer.0"; + group "gadgets" hash { + key "mixer.0"; + group "Mixer_Gadget_Config" struct { + value "lock_sliders" int: 1; + value "show_locked" int: 0; + value "card" string: "hw:0"; + value "channel_name" string: "Carkit"; + } + } +} |