OpenWrt packages
Sign in or create your account | Project List | Help
OpenWrt packages Git Source Tree
Root/
| 1 | state.LB60 { |
| 2 | control.1 { |
| 3 | comment.access 'read write' |
| 4 | comment.type INTEGER |
| 5 | comment.count 1 |
| 6 | comment.range '0 - 3' |
| 7 | iface MIXER |
| 8 | name 'Master Playback Volume' |
| 9 | value 2 |
| 10 | } |
| 11 | control.2 { |
| 12 | comment.access 'read write' |
| 13 | comment.type INTEGER |
| 14 | comment.count 1 |
| 15 | comment.range '0 - 31' |
| 16 | iface MIXER |
| 17 | name 'Capture Volume' |
| 18 | value 23 |
| 19 | } |
| 20 | control.3 { |
| 21 | comment.access 'read write' |
| 22 | comment.type BOOLEAN |
| 23 | comment.count 1 |
| 24 | iface MIXER |
| 25 | name 'Master Playback Switch' |
| 26 | value true |
| 27 | } |
| 28 | control.4 { |
| 29 | comment.access 'read write' |
| 30 | comment.type INTEGER |
| 31 | comment.count 1 |
| 32 | comment.range '0 - 3' |
| 33 | iface MIXER |
| 34 | name 'Mic Capture Volume' |
| 35 | value 0 |
| 36 | } |
| 37 | control.5 { |
| 38 | comment.access 'read write' |
| 39 | comment.type BOOLEAN |
| 40 | comment.count 1 |
| 41 | iface MIXER |
| 42 | name 'Line Capture Switch' |
| 43 | value false |
| 44 | } |
| 45 | control.6 { |
| 46 | comment.access 'read write' |
| 47 | comment.type BOOLEAN |
| 48 | comment.count 1 |
| 49 | iface MIXER |
| 50 | name 'Mic Capture Switch' |
| 51 | value false |
| 52 | } |
| 53 | control.7 { |
| 54 | comment.access 'read write' |
| 55 | comment.type BOOLEAN |
| 56 | comment.count 1 |
| 57 | iface MIXER |
| 58 | name 'Output Mixer Bypass Switch' |
| 59 | value false |
| 60 | } |
| 61 | control.8 { |
| 62 | comment.access 'read write' |
| 63 | comment.type BOOLEAN |
| 64 | comment.count 1 |
| 65 | iface MIXER |
| 66 | name 'Output Mixer DAC Switch' |
| 67 | value true |
| 68 | } |
| 69 | } |
| 70 |
