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