Missing required fields
Posted by Anonymous Mon 12th Mar 2007 18:39 - Syntax is NullSoft Installer - 154 views
Download | New Post | Modify | Hide line numbers
  1. state.CK804 {
  2.     control.1 {
  3.         comment.access 'read write'
  4.         comment.type BOOLEAN
  5.         comment.count 1
  6.         iface MIXER
  7.         name 'Master Playback Switch'
  8.         value true
  9.     }
  10.     control.2 {
  11.         comment.access 'read write'
  12.         comment.type INTEGER
  13.         comment.count 2
  14.         comment.range '0 - 31'
  15.         iface MIXER
  16.         name 'Master Playback Volume'
  17.         value.0 30
  18.         value.1 30
  19.     }
  20.     control.3 {
  21.         comment.access 'read write'
  22.         comment.type BOOLEAN
  23.         comment.count 1
  24.         iface MIXER
  25.         name 'Center Playback Switch'
  26.         value false
  27.     }
  28.     control.4 {
  29.         comment.access 'read write'
  30.         comment.type INTEGER
  31.         comment.count 1
  32.         comment.range '0 - 31'
  33.         iface MIXER
  34.         name 'Center Playback Volume'
  35.         value 31
  36.     }
  37.     control.5 {
  38.         comment.access 'read write'
  39.         comment.type BOOLEAN
  40.         comment.count 1
  41.         iface MIXER
  42.         name 'LFE Playback Switch'
  43.         value false
  44.     }
  45.     control.6 {
  46.         comment.access 'read write'
  47.         comment.type INTEGER
  48.         comment.count 1
  49.         comment.range '0 - 31'
  50.         iface MIXER
  51.         name 'LFE Playback Volume'
  52.         value 0
  53.     }
  54.     control.7 {
  55.         comment.access 'read write'
  56.         comment.type BOOLEAN
  57.         comment.count 2
  58.         iface MIXER
  59.         name 'Surround Playback Switch'
  60.         value.0 false
  61.         value.1 false
  62.     }
  63.     control.8 {
  64.         comment.access 'read write'
  65.         comment.type INTEGER
  66.         comment.count 2
  67.         comment.range '0 - 31'
  68.         iface MIXER
  69.         name 'Surround Playback Volume'
  70.         value.0 0
  71.         value.1 0
  72.     }
  73.     control.9 {
  74.         comment.access 'read write'
  75.         comment.type BOOLEAN
  76.         comment.count 1
  77.         iface MIXER
  78.         name 'Master Mono Playback Switch'
  79.         value false
  80.     }
  81.     control.10 {
  82.         comment.access 'read write'
  83.         comment.type INTEGER
  84.         comment.count 1
  85.         comment.range '0 - 31'
  86.         iface MIXER
  87.         name 'Master Mono Playback Volume'
  88.         value 29
  89.     }
  90.     control.11 {
  91.         comment.access 'read write'
  92.         comment.type BOOLEAN
  93.         comment.count 1
  94.         iface MIXER
  95.         name 'PC Speaker Playback Switch'
  96.         value true
  97.     }
  98.     control.12 {
  99.         comment.access 'read write'
  100.         comment.type INTEGER
  101.         comment.count 1
  102.         comment.range '0 - 15'
  103.         iface MIXER
  104.         name 'PC Speaker Playback Volume'
  105.         value 14
  106.     }
  107.     control.13 {
  108.         comment.access 'read write'
  109.         comment.type BOOLEAN
  110.         comment.count 1
  111.         iface MIXER
  112.         name 'Phone Playback Switch'
  113.         value false
  114.     }
  115.     control.14 {
  116.         comment.access 'read write'
  117.         comment.type INTEGER
  118.         comment.count 1
  119.         comment.range '0 - 31'
  120.         iface MIXER
  121.         name 'Phone Playback Volume'
  122.         value 0
  123.     }
  124.     control.15 {
  125.         comment.access 'read write'
  126.         comment.type BOOLEAN
  127.         comment.count 1
  128.         iface MIXER
  129.         name 'Mic Playback Switch'
  130.         value true
  131.     }
  132.     control.16 {
  133.         comment.access 'read write'
  134.         comment.type INTEGER
  135.         comment.count 1
  136.         comment.range '0 - 31'
  137.         iface MIXER
  138.         name 'Mic Playback Volume'
  139.         value 31
  140.     }
  141.     control.17 {
  142.         comment.access 'read write'
  143.         comment.type BOOLEAN
  144.         comment.count 1
  145.         iface MIXER
  146.         name 'Mic Boost (+20dB) Switch'
  147.         value true
  148.     }
  149.     control.18 {
  150.         comment.access 'read write'
  151.         comment.type BOOLEAN
  152.         comment.count 1
  153.         iface MIXER
  154.         name 'Line Playback Switch'
  155.         value true
  156.     }
  157.     control.19 {
  158.         comment.access 'read write'
  159.         comment.type INTEGER
  160.         comment.count 2
  161.         comment.range '0 - 31'
  162.         iface MIXER
  163.         name 'Line Playback Volume'
  164.         value.0 28
  165.         value.1 28
  166.     }
  167.     control.20 {
  168.         comment.access 'read write'
  169.         comment.type BOOLEAN
  170.         comment.count 1
  171.         iface MIXER
  172.         name 'CD Playback Switch'
  173.         value true
  174.     }
  175.     control.21 {
  176.         comment.access 'read write'
  177.         comment.type INTEGER
  178.         comment.count 2
  179.         comment.range '0 - 31'
  180.         iface MIXER
  181.         name 'CD Playback Volume'
  182.         value.0 25
  183.         value.1 25
  184.     }
  185.     control.22 {
  186.         comment.access 'read write'
  187.         comment.type BOOLEAN
  188.         comment.count 1
  189.         iface MIXER
  190.         name 'Aux Playback Switch'
  191.         value false
  192.     }
  193.     control.23 {
  194.         comment.access 'read write'
  195.         comment.type INTEGER
  196.         comment.count 2
  197.         comment.range '0 - 31'
  198.         iface MIXER
  199.         name 'Aux Playback Volume'
  200.         value.0 0
  201.         value.1 0
  202.     }
  203.     control.24 {
  204.         comment.access 'read write'
  205.         comment.type BOOLEAN
  206.         comment.count 1
  207.         iface MIXER
  208.         name 'PCM Playback Switch'
  209.         value true
  210.     }
  211.     control.25 {
  212.         comment.access 'read write'
  213.         comment.type INTEGER
  214.         comment.count 2
  215.         comment.range '0 - 31'
  216.         iface MIXER
  217.         name 'PCM Playback Volume'
  218.         value.0 10
  219.         value.1 10
  220.     }
  221.     control.26 {
  222.         comment.access 'read write'
  223.         comment.type ENUMERATED
  224.         comment.count 2
  225.         comment.item.0 Mic
  226.         comment.item.1 CD
  227.         comment.item.2 Video
  228.         comment.item.3 Aux
  229.         comment.item.4 Line
  230.         comment.item.5 Mix
  231.         comment.item.6 'Mix Mono'
  232.         comment.item.7 Phone
  233.         iface MIXER
  234.         name 'Capture Source'
  235.         value.0 Mic
  236.         value.1 Mic
  237.     }
  238.     control.27 {
  239.         comment.access 'read write'
  240.         comment.type BOOLEAN
  241.         comment.count 1
  242.         iface MIXER
  243.         name 'Capture Switch'
  244.         value false
  245.     }
  246.     control.28 {
  247.         comment.access 'read write'
  248.         comment.type INTEGER
  249.         comment.count 2
  250.         comment.range '0 - 15'
  251.         iface MIXER
  252.         name 'Capture Volume'
  253.         value.0 14
  254.         value.1 14
  255.     }
  256.     control.29 {
  257.         comment.access 'read write'
  258.         comment.type ENUMERATED
  259.         comment.count 1
  260.         comment.item.0 Mix
  261.         comment.item.1 Mic
  262.         iface MIXER
  263.         name 'Mono Output Select'
  264.         value Mix
  265.     }
  266.     control.30 {
  267.         comment.access 'read write'
  268.         comment.type ENUMERATED
  269.         comment.count 1
  270.         comment.item.0 Mic1
  271.         comment.item.1 Mic2
  272.         iface MIXER
  273.         name 'Mic Select Capture Switch'
  274.         value Mic1
  275.     }
  276.     control.31 {
  277.         comment.access read
  278.         comment.type IEC958
  279.         comment.count 1
  280.         iface MIXER
  281.         name 'IEC958 Playback Con Mask'
  282.         value '0fff000f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
  283.     }
  284.     control.32 {
  285.         comment.access read
  286.         comment.type IEC958
  287.         comment.count 1
  288.         iface MIXER
  289.         name 'IEC958 Playback Pro Mask'
  290.         value cf00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
  291.     }
  292.     control.33 {
  293.         comment.access 'read write'
  294.         comment.type IEC958
  295.         comment.count 1
  296.         iface MIXER
  297.         name 'IEC958 Playback Default'
  298.         value '0082000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
  299.     }
  300.     control.34 {
  301.         comment.access 'read write'
  302.         comment.type BOOLEAN
  303.         comment.count 1
  304.         iface MIXER
  305.         name 'IEC958 Playback Switch'
  306.         value false
  307.     }
  308.     control.35 {
  309.         comment.access 'read write'
  310.         comment.type INTEGER
  311.         comment.count 1
  312.         comment.range '0 - 3'
  313.         iface MIXER
  314.         name 'IEC958 Playback AC97-SPSA'
  315.         value 0
  316.     }
  317.     control.36 {
  318.         comment.access 'read write'
  319.         comment.type BOOLEAN
  320.         comment.count 1
  321.         iface MIXER
  322.         name 'Duplicate Front'
  323.         value false
  324.     }
  325.     control.37 {
  326.         comment.access 'read write'
  327.         comment.type BOOLEAN
  328.         comment.count 1
  329.         iface MIXER
  330.         name 'Mic Front Input Switch'
  331.         value false
  332.     }
  333.     control.38 {
  334.         comment.access 'read write'
  335.         comment.type ENUMERATED
  336.         comment.count 1
  337.         comment.item.0 Shared
  338.         comment.item.1 Independent
  339.         iface MIXER
  340.         name 'Surround Jack Mode'
  341.         value Shared
  342.     }
  343.     control.39 {
  344.         comment.access 'read write'
  345.         comment.type ENUMERATED
  346.         comment.count 1
  347.         comment.item.0 '2ch'
  348.         comment.item.1 '4ch'
  349.         comment.item.2 '6ch'
  350.         iface MIXER
  351.         name 'Channel Mode'
  352.         value '2ch'
  353.     }
  354.     control.40 {
  355.         comment.access 'read write'
  356.         comment.type BOOLEAN
  357.         comment.count 1
  358.         iface MIXER
  359.         name 'IEC958 Capture Switch'
  360.         value false
  361.     }
  362.     control.41 {
  363.         comment.access 'read write'
  364.         comment.type ENUMERATED
  365.         comment.count 1
  366.         comment.item.0 PCM
  367.         comment.item.1 'Analog In'
  368.         comment.item.2 'IEC958 In'
  369.         iface MIXER
  370.         name 'IEC958 Playback Source'
  371.         value PCM
  372.     }
  373.     control.42 {
  374.         comment.access 'read write'
  375.         comment.type BOOLEAN
  376.         comment.count 1
  377.         iface MIXER
  378.         name 'External Amplifier'
  379.         value true
  380.     }
  381. }
  382. state.Live {
  383.     control.1 {
  384.         comment.access 'read write'
  385.         comment.type INTEGER
  386.         comment.count 2
  387.         comment.range '0 - 100'
  388.         iface MIXER
  389.         name 'Wave Playback Volume'
  390.         value.0 78
  391.         value.1 78
  392.     }
  393.     control.2 {
  394.         comment.access 'read write'
  395.         comment.type INTEGER
  396.         comment.count 2
  397.         comment.range '0 - 100'
  398.         iface MIXER
  399.         name 'Wave Surround Playback Volume'
  400.         value.0 0
  401.         value.1 0
  402.     }
  403.     control.3 {
  404.         comment.access 'read write'
  405.         comment.type INTEGER
  406.         comment.count 1
  407.         comment.range '0 - 100'
  408.         iface MIXER
  409.         name 'Wave Center Playback Volume'
  410.         value 0
  411.     }
  412.     control.4 {
  413.         comment.access 'read write'
  414.         comment.type INTEGER
  415.         comment.count 1
  416.         comment.range '0 - 100'
  417.         iface MIXER
  418.         name 'Wave LFE Playback Volume'
  419.         value 0
  420.     }
  421.     control.5 {
  422.         comment.access 'read write'
  423.         comment.type INTEGER
  424.         comment.count 2
  425.         comment.range '0 - 100'
  426.         iface MIXER
  427.         name 'Wave Capture Volume'
  428.         value.0 100
  429.         value.1 100
  430.     }
  431.     control.6 {
  432.         comment.access 'read write'
  433.         comment.type BOOLEAN
  434.         comment.count 2
  435.         iface MIXER
  436.         name 'Wave Capture Switch'
  437.         value.0 false
  438.         value.1 false
  439.     }
  440.     control.7 {
  441.         comment.access 'read write'
  442.         comment.type INTEGER
  443.         comment.count 2
  444.         comment.range '0 - 100'
  445.         iface MIXER
  446.         name 'Synth Playback Volume'
  447.         value.0 79
  448.         value.1 79
  449.     }
  450.     control.8 {
  451.         comment.access 'read write'
  452.         comment.type INTEGER
  453.         comment.count 2
  454.         comment.range '0 - 100'
  455.         iface MIXER
  456.         name 'Synth Capture Volume'
  457.         value.0 100
  458.         value.1 100
  459.     }
  460.     control.9 {
  461.         comment.access 'read write'
  462.         comment.type BOOLEAN
  463.         comment.count 2
  464.         iface MIXER
  465.         name 'Synth Capture Switch'
  466.         value.0 false
  467.         value.1 false
  468.     }
  469.     control.10 {
  470.         comment.access 'read write'
  471.         comment.type INTEGER
  472.         comment.count 2
  473.         comment.range '0 - 100'
  474.         iface MIXER
  475.         name 'Surround Playback Volume'
  476.         value.0 100
  477.         value.1 100
  478.     }
  479.     control.11 {
  480.         comment.access 'read write'
  481.         comment.type INTEGER
  482.         comment.count 2
  483.         comment.range '0 - 100'
  484.         iface MIXER
  485.         name 'Surround Capture Volume'
  486.         value.0 97
  487.         value.1 97
  488.     }
  489.     control.12 {
  490.         comment.access 'read write'
  491.         comment.type BOOLEAN
  492.         comment.count 2
  493.         iface MIXER
  494.         name 'Surround Capture Switch'
  495.         value.0 false
  496.         value.1 false
  497.     }
  498.     control.13 {
  499.         comment.access 'read write'
  500.         comment.type INTEGER
  501.         comment.count 1
  502.         comment.range '0 - 100'
  503.         iface MIXER
  504.         name 'Center Playback Volume'
  505.         value 100
  506.     }
  507.     control.14 {
  508.         comment.access 'read write'
  509.         comment.type INTEGER
  510.         comment.count 1
  511.         comment.range '0 - 100'
  512.         iface MIXER
  513.         name 'LFE Playback Volume'
  514.         value 100
  515.     }
  516.     control.16 {
  517.         comment.access 'read write'
  518.         comment.type INTEGER
  519.         comment.count 2
  520.         comment.range '0 - 100'
  521.         iface MIXER
  522.         name 'Front Capture Volume'
  523.         value.0 100
  524.         value.1 100
  525.     }
  526.     control.17 {
  527.         comment.access 'read write'
  528.         comment.type BOOLEAN
  529.         comment.count 1
  530.         iface MIXER
  531.         name 'Front Capture Switch'
  532.         value false
  533.     }
  534.     control.18 {
  535.         comment.access 'read write'
  536.         comment.type INTEGER
  537.         comment.count 2
  538.         comment.range '0 - 100'
  539.         iface MIXER
  540.         name 'AC97 Playback Volume'
  541.         value.0 0
  542.         value.1 0
  543.     }
  544.     control.19 {
  545.         comment.access 'read write'
  546.         comment.type INTEGER
  547.         comment.count 2
  548.         comment.range '0 - 100'
  549.         iface MIXER
  550.         name 'AC97 Capture Volume'
  551.         value.0 100
  552.         value.1 100
  553.     }
  554.     control.20 {
  555.         comment.access 'read write'
  556.         comment.type INTEGER
  557.         comment.count 2
  558.         comment.range '0 - 100'
  559.         iface MIXER
  560.         name 'IEC958 TTL Playback Volume'
  561.         value.0 0
  562.         value.1 0
  563.     }
  564.     control.21 {
  565.         comment.access 'read write'
  566.         comment.type INTEGER
  567.         comment.count 2
  568.         comment.range '0 - 100'
  569.         iface MIXER
  570.         name 'IEC958 TTL Capture Volume'
  571.         value.0 84
  572.         value.1 84
  573.     }
  574.     control.22 {
  575.         comment.access 'read write'
  576.         comment.type BOOLEAN
  577.         comment.count 2
  578.         iface MIXER
  579.         name 'IEC958 TTL Capture Switch'
  580.         value.0 false
  581.         value.1 false
  582.     }
  583.     control.23 {
  584.         comment.access 'read write'
  585.         comment.type INTEGER
  586.         comment.count 2
  587.         comment.range '0 - 100'
  588.         iface MIXER
  589.         name 'IEC958 LiveDrive Playback Volume'
  590.         value.0 0
  591.         value.1 0
  592.     }
  593.     control.24 {
  594.         comment.access 'read write'
  595.         comment.type INTEGER
  596.         comment.count 2
  597.         comment.range '0 - 100'
  598.         iface MIXER
  599.         name 'IEC958 LiveDrive Capture Volume'
  600.         value.0 84
  601.         value.1 84
  602.     }
  603.     control.25 {
  604.         comment.access 'read write'
  605.         comment.type BOOLEAN
  606.         comment.count 2
  607.         iface MIXER
  608.         name 'IEC958 LiveDrive Capture Switch'
  609.         value.0 false
  610.         value.1 false
  611.     }
  612.     control.26 {
  613.         comment.access 'read write'
  614.         comment.type INTEGER
  615.         comment.count 2
  616.         comment.range '0 - 100'
  617.         iface MIXER
  618.         name 'Line LiveDrive Playback Volume'
  619.         value.0 0
  620.         value.1 0
  621.     }
  622.     control.27 {
  623.         comment.access 'read write'
  624.         comment.type INTEGER
  625.         comment.count 2
  626.         comment.range '0 - 100'
  627.         iface MIXER
  628.         name 'Line LiveDrive Capture Volume'
  629.         value.0 44
  630.         value.1 44
  631.     }
  632.     control.28 {
  633.         comment.access 'read write'
  634.         comment.type BOOLEAN
  635.         comment.count 2
  636.         iface MIXER
  637.         name 'Line LiveDrive Capture Switch'
  638.         value.0 false
  639.         value.1 false
  640.     }
  641.     control.29 {
  642.         comment.access 'read write'
  643.         comment.type INTEGER
  644.         comment.count 2
  645.         comment.range '0 - 100'
  646.         iface MIXER
  647.         name 'IEC958 Coaxial Playback Volume'
  648.         value.0 11
  649.         value.1 11
  650.     }
  651.     control.30 {
  652.         comment.access 'read write'
  653.         comment.type INTEGER
  654.         comment.count 2
  655.         comment.range '0 - 100'
  656.         iface MIXER
  657.         name 'IEC958 Coaxial Capture Volume'
  658.         value.0 91
  659.         value.1 91
  660.     }
  661.     control.31 {
  662.         comment.access 'read write'
  663.         comment.type BOOLEAN
  664.         comment.count 2
  665.         iface MIXER
  666.         name 'IEC958 Coaxial Capture Switch'
  667.         value.0 false
  668.         value.1 false
  669.     }
  670.     control.32 {
  671.         comment.access 'read write'
  672.         comment.type INTEGER
  673.         comment.count 2
  674.         comment.range '0 - 100'
  675.         iface MIXER
  676.         name 'Line2 LiveDrive Playback Volume'
  677.         index 1
  678.         value.0 0
  679.         value.1 0
  680.     }
  681.     control.33 {
  682.         comment.access 'read write'
  683.         comment.type INTEGER
  684.         comment.count 2
  685.         comment.range '0 - 100'
  686.         iface MIXER
  687.         name 'Line2 LiveDrive Capture Volume'
  688.         index 1
  689.         value.0 42
  690.         value.1 42
  691.     }
  692.     control.34 {
  693.         comment.access 'read write'
  694.         comment.type BOOLEAN
  695.         comment.count 2
  696.         iface MIXER
  697.         name 'Line2 LiveDrive Capture Switch'
  698.         index 1
  699.         value.0 false
  700.         value.1 false
  701.     }
  702.     control.35 {
  703.         comment.access 'read write'
  704.         comment.type INTEGER
  705.         comment.count 2
  706.         comment.range '0 - 40'
  707.         iface MIXER
  708.         name 'Tone Control - Bass'
  709.         value.0 20
  710.         value.1 20
  711.     }
  712.     control.36 {
  713.         comment.access 'read write'
  714.         comment.type INTEGER
  715.         comment.count 2
  716.         comment.range '0 - 40'
  717.         iface MIXER
  718.         name 'Tone Control - Treble'
  719.         value.0 20
  720.         value.1 20
  721.     }
  722.     control.37 {
  723.         comment.access 'read write'
  724.         comment.type BOOLEAN
  725.         comment.count 2
  726.         iface MIXER
  727.         name 'Tone Control - Switch'
  728.         value.0 true
  729.         value.1 true
  730.     }
  731.     control.38 {
  732.         comment.access 'read write'
  733.         comment.type BOOLEAN
  734.         comment.count 2
  735.         iface MIXER
  736.         name 'IEC958 Optical Raw Playback Switch'
  737.         value.0 false
  738.         value.1 false
  739.     }
  740.     control.39 {
  741.         comment.access 'read write'
  742.         comment.type INTEGER
  743.         comment.count 2
  744.         comment.range '0 - 100'
  745.         iface MIXER
  746.         name 'Headphone Playback Volume'
  747.         index 1
  748.         value.0 82
  749.         value.1 82
  750.     }
  751.     control.40 {
  752.         comment.access 'read write'
  753.         comment.type BOOLEAN
  754.         comment.count 1
  755.         iface MIXER
  756.         name 'Headphone Center Playback Switch'
  757.         index 1
  758.         value false
  759.     }
  760.     control.41 {
  761.         comment.access 'read write'
  762.         comment.type BOOLEAN
  763.         comment.count 1
  764.         iface MIXER
  765.         name 'Headphone LFE Playback Switch'
  766.         index 1
  767.         value true
  768.     }
  769.     control.42 {
  770.         comment.access 'read write'
  771.         comment.type BOOLEAN
  772.         comment.count 32
  773.         iface PCM
  774.         device 2
  775.         name 'Captured FX8010 Outputs'
  776.         value.0 false
  777.         value.1 false
  778.         value.2 false
  779.         value.3 false
  780.         value.4 false
  781.         value.5 false
  782.         value.6 false
  783.         value.7 false
  784.         value.8 false
  785.         value.9 false
  786.         value.10 false
  787.         value.11 false
  788.         value.12 false
  789.         value.13 false
  790.         value.14 false
  791.         value.15 false
  792.         value.16 true
  793.         value.17 true
  794.         value.18 true
  795.         value.19 true
  796.         value.20 true
  797.         value.21 true
  798.         value.22 true
  799.         value.23 true
  800.         value.24 true
  801.         value.25 true
  802.         value.26 true
  803.         value.27 true
  804.         value.28 true
  805.         value.29 true
  806.         value.30 true
  807.         value.31 true
  808.     }
  809.     control.43 {
  810.         comment.access 'read write'
  811.         comment.type BOOLEAN
  812.         comment.count 1
  813.         iface MIXER
  814.         name 'Master Playback Switch'
  815.         value true
  816.     }
  817.     control.44 {
  818.         comment.access 'read write'
  819.         comment.type INTEGER
  820.         comment.count 2
  821.         comment.range '0 - 31'
  822.         iface MIXER
  823.         name 'Master Playback Volume'
  824.         value.0 27
  825.         value.1 27
  826.     }
  827.     control.47 {
  828.         comment.access 'read write'
  829.         comment.type BOOLEAN
  830.         comment.count 1
  831.         iface MIXER
  832.         name 'PC Speaker Playback Switch'
  833.         value true
  834.     }
  835.     control.48 {
  836.         comment.access 'read write'
  837.         comment.type INTEGER
  838.         comment.count 1
  839.         comment.range '0 - 15'
  840.         iface MIXER
  841.         name 'PC Speaker Playback Volume'
  842.         value 14
  843.     }
  844.     control.49 {
  845.         comment.access 'read write'
  846.         comment.type BOOLEAN
  847.         comment.count 1
  848.         iface MIXER
  849.         name 'Phone Playback Switch'
  850.         value false
  851.     }
  852.     control.50 {
  853.         comment.access 'read write'
  854.         comment.type INTEGER
  855.         comment.count 1
  856.         comment.range '0 - 31'
  857.         iface MIXER
  858.         name 'Phone Playback Volume'
  859.         value 0
  860.     }
  861.     control.51 {
  862.         comment.access 'read write'
  863.         comment.type BOOLEAN
  864.         comment.count 1
  865.         iface MIXER
  866.         name 'Mic Playback Switch'
  867.         value false
  868.     }
  869.     control.52 {
  870.         comment.access 'read write'
  871.         comment.type INTEGER
  872.         comment.count 1
  873.         comment.range '0 - 31'
  874.         iface MIXER
  875.         name 'Mic Playback Volume'
  876.         value 1
  877.     }
  878.     control.53 {
  879.         comment.access 'read write'
  880.         comment.type BOOLEAN
  881.         comment.count 1
  882.         iface MIXER
  883.         name 'Mic Boost (+20dB) Switch'
  884.         value true
  885.     }
  886.     control.54 {
  887.         comment.access 'read write'
  888.         comment.type BOOLEAN
  889.         comment.count 1
  890.         iface MIXER
  891.         name 'Line Playback Switch'
  892.         value true
  893.     }
  894.     control.55 {
  895.         comment.access 'read write'
  896.         comment.type INTEGER
  897.         comment.count 2
  898.         comment.range '0 - 31'
  899.         iface MIXER
  900.         name 'Line Playback Volume'
  901.         value.0 0
  902.         value.1 0
  903.     }
  904.     control.56 {
  905.         comment.access 'read write'
  906.         comment.type BOOLEAN
  907.         comment.count 1
  908.         iface MIXER
  909.         name 'CD Playback Switch'
  910.         value true
  911.     }
  912.     control.57 {
  913.         comment.access 'read write'
  914.         comment.type INTEGER
  915.         comment.count 2
  916.         comment.range '0 - 31'
  917.         iface MIXER
  918.         name 'CD Playback Volume'
  919.         value.0 0
  920.         value.1 0
  921.     }
  922.     control.58 {
  923.         comment.access 'read write'
  924.         comment.type BOOLEAN
  925.         comment.count 1
  926.         iface MIXER
  927.         name 'Video Playback Switch'
  928.         value false
  929.     }
  930.     control.59 {
  931.         comment.access 'read write'
  932.         comment.type INTEGER
  933.         comment.count 2
  934.         comment.range '0 - 31'
  935.         iface MIXER
  936.         name 'Video Playback Volume'
  937.         value.0 0
  938.         value.1 0
  939.     }
  940.     control.60 {
  941.         comment.access 'read write'
  942.         comment.type BOOLEAN
  943.         comment.count 1
  944.         iface MIXER
  945.         name 'Aux Playback Switch'
  946.         value false
  947.     }
  948.     control.61 {
  949.         comment.access 'read write'
  950.         comment.type INTEGER
  951.         comment.count 2
  952.         comment.range '0 - 31'
  953.         iface MIXER
  954.         name 'Aux Playback Volume'
  955.         value.0 0
  956.         value.1 0
  957.     }
  958.     control.62 {
  959.         comment.access 'read write'
  960.         comment.type BOOLEAN
  961.         comment.count 1
  962.         iface MIXER
  963.         name 'PCM Playback Switch'
  964.         value true
  965.     }
  966.     control.63 {
  967.         comment.access 'read write'
  968.         comment.type INTEGER
  969.         comment.count 2
  970.         comment.range '0 - 31'
  971.         iface MIXER
  972.         name 'PCM Playback Volume'
  973.         value.0 23
  974.         value.1 23
  975.     }
  976.     control.64 {
  977.         comment.access 'read write'
  978.         comment.type ENUMERATED
  979.         comment.count 2
  980.         comment.item.0 Mic
  981.         comment.item.1 CD
  982.         comment.item.2 Video
  983.         comment.item.3 Aux
  984.         comment.item.4 Line
  985.         comment.item.5 Mix
  986.         comment.item.6 'Mix Mono'
  987.         comment.item.7 Phone
  988.         iface MIXER
  989.         name 'Capture Source'
  990.         value.0 Mic
  991.         value.1 Mic
  992.     }
  993.     control.65 {
  994.         comment.access 'read write'
  995.         comment.type BOOLEAN
  996.         comment.count 1
  997.         iface MIXER
  998.         name 'Capture Switch'
  999.         value true
  1000.     }
  1001.     control.66 {
  1002.         comment.access 'read write'
  1003.         comment.type INTEGER
  1004.         comment.count 2
  1005.         comment.range '0 - 15'
  1006.         iface MIXER
  1007.         name 'Capture Volume'
  1008.         value.0 14
  1009.         value.1 14
  1010.     }
  1011.     control.67 {
  1012.         comment.access 'read write'
  1013.         comment.type BOOLEAN
  1014.         comment.count 1
  1015.         iface MIXER
  1016.         name '3D Control - Switch'
  1017.         value false
  1018.     }
  1019.     control.69 {
  1020.         comment.access 'read write'
  1021.         comment.type ENUMERATED
  1022.         comment.count 1
  1023.         comment.item.0 Mic1
  1024.         comment.item.1 Mic2
  1025.         iface MIXER
  1026.         name 'Mic Select Capture Switch'
  1027.         value Mic1
  1028.     }
  1029.     control.70 {
  1030.         comment.access 'read write'
  1031.         comment.type INTEGER
  1032.         comment.count 1
  1033.         comment.range '0 - 3'
  1034.         iface MIXER
  1035.         name '3D Control Sigmatel - Depth'
  1036.         value 0
  1037.     }
  1038.     control.71 {
  1039.         comment.access 'read write'
  1040.         comment.type BOOLEAN
  1041.         comment.count 1
  1042.         iface MIXER
  1043.         name 'Sigmatel 4-Speaker Stereo Playback Switch'
  1044.         value false
  1045.     }
  1046.     control.72 {
  1047.         comment.access 'read write'
  1048.         comment.type BOOLEAN
  1049.         comment.count 1
  1050.         iface MIXER
  1051.         name 'Sigmatel Surround Phase Inversion Playback '
  1052.         value false
  1053.     }
  1054.     control.73 {
  1055.         comment.access 'read write'
  1056.         comment.type BOOLEAN
  1057.         comment.count 1
  1058.         iface MIXER
  1059.         name 'External Amplifier'
  1060.         value true
  1061.     }
  1062.     control.74 {
  1063.         comment.access 'read write inactive'
  1064.         comment.type INTEGER
  1065.         comment.count 12
  1066.         comment.range '0 - 15'
  1067.         iface PCM
  1068.         name 'EMU10K1 PCM Send Routing'
  1069.         value.0 0
  1070.         value.1 1
  1071.         value.2 2
  1072.         value.3 3
  1073.         value.4 0
  1074.         value.5 1
  1075.         value.6 2
  1076.         value.7 3
  1077.         value.8 0
  1078.         value.9 1
  1079.         value.10 2
  1080.         value.11 3
  1081.     }
  1082.     control.75 {
  1083.         comment.access 'read write inactive'
  1084.         comment.type INTEGER
  1085.         comment.count 12
  1086.         comment.range '0 - 15'
  1087.         iface PCM
  1088.         name 'EMU10K1 PCM Send Routing'
  1089.         index 1
  1090.         value.0 0
  1091.         value.1 1
  1092.         value.2 2
  1093.         value.3 3
  1094.         value.4 0
  1095.         value.5 1
  1096.         value.6 2
  1097.         value.7 3
  1098.         value.8 0
  1099.         value.9 1
  1100.         value.10 2
  1101.         value.11 3
  1102.     }
  1103.     control.76 {
  1104.         comment.access 'read write inactive'
  1105.         comment.type INTEGER
  1106.         comment.count 12
  1107.         comment.range '0 - 15'
  1108.         iface PCM
  1109.         name 'EMU10K1 PCM Send Routing'
  1110.         index 2
  1111.         value.0 0
  1112.         value.1 1
  1113.         value.2 2
  1114.         value.3 3
  1115.         value.4 0
  1116.         value.5 1
  1117.         value.6 2
  1118.         value.7 3
  1119.         value.8 0
  1120.         value.9 1
  1121.         value.10 2
  1122.         value.11 3
  1123.     }
  1124.     control.77 {
  1125.         comment.access 'read write inactive'
  1126.         comment.type INTEGER
  1127.         comment.count 12
  1128.         comment.range '0 - 15'
  1129.         iface PCM
  1130.         name 'EMU10K1 PCM Send Routing'
  1131.         index 3
  1132.         value.0 0
  1133.         value.1 1
  1134.         value.2 2
  1135.         value.3 3
  1136.         value.4 0
  1137.         value.5 1
  1138.         value.6 2
  1139.         value.7 3
  1140.         value.8 0
  1141.         value.9 1
  1142.         value.10 2
  1143.         value.11 3
  1144.     }
  1145.     control.78 {
  1146.         comment.access 'read write inactive'
  1147.         comment.type INTEGER
  1148.         comment.count 12
  1149.         comment.range '0 - 15'
  1150.         iface PCM
  1151.         name 'EMU10K1 PCM Send Routing'
  1152.         index 4
  1153.         value.0 0
  1154.         value.1 1
  1155.         value.2 2
  1156.         value.3 3
  1157.         value.4 0
  1158.         value.5 1
  1159.         value.6 2
  1160.         value.7 3
  1161.         value.8 0
  1162.         value.9 1
  1163.         value.10 2
  1164.         value.11 3
  1165.     }
  1166.     control.79 {
  1167.         comment.access 'read write inactive'
  1168.         comment.type INTEGER
  1169.         comment.count 12
  1170.         comment.range '0 - 15'
  1171.         iface PCM
  1172.         name 'EMU10K1 PCM Send Routing'
  1173.         index 5
  1174.         value.0 0
  1175.         value.1 1
  1176.         value.2 2
  1177.         value.3 3
  1178.         value.4 0
  1179.         value.5 1
  1180.         value.6 2
  1181.         value.7 3
  1182.         value.8 0
  1183.         value.9 1
  1184.         value.10 2
  1185.         value.11 3
  1186.     }
  1187.     control.80 {
  1188.         comment.access 'read write inactive'
  1189.         comment.type INTEGER
  1190.         comment.count 12
  1191.         comment.range '0 - 15'
  1192.         iface PCM
  1193.         name 'EMU10K1 PCM Send Routing'
  1194.         index 6
  1195.         value.0 0
  1196.         value.1 1
  1197.         value.2 2
  1198.         value.3 3
  1199.         value.4 0
  1200.         value.5 1
  1201.         value.6 2
  1202.         value.7 3
  1203.         value.8 0
  1204.         value.9 1
  1205.         value.10 2
  1206.         value.11 3
  1207.     }
  1208.     control.81 {
  1209.         comment.access 'read write inactive'
  1210.         comment.type INTEGER
  1211.         comment.count 12
  1212.         comment.range '0 - 15'
  1213.         iface PCM
  1214.         name 'EMU10K1 PCM Send Routing'
  1215.         index 7
  1216.         value.0 0
  1217.         value.1 1
  1218.         value.2 2
  1219.         value.3 3
  1220.         value.4 0
  1221.         value.5 1
  1222.         value.6 2
  1223.         value.7 3
  1224.         value.8 0
  1225.         value.9 1
  1226.         value.10 2
  1227.         value.11 3
  1228.     }
  1229.     control.82 {
  1230.         comment.access 'read write inactive'
  1231.         comment.type INTEGER
  1232.         comment.count 12
  1233.         comment.range '0 - 15'
  1234.         iface PCM
  1235.         name 'EMU10K1 PCM Send Routing'
  1236.         index 8
  1237.         value.0 0
  1238.         value.1 1
  1239.         value.2 2
  1240.         value.3 3
  1241.         value.4 0
  1242.         value.5 1
  1243.         value.6 2
  1244.         value.7 3
  1245.         value.8 0
  1246.         value.9 1
  1247.         value.10 2
  1248.         value.11 3
  1249.     }
  1250.     control.83 {
  1251.         comment.access 'read write inactive'
  1252.         comment.type INTEGER
  1253.         comment.count 12
  1254.         comment.range '0 - 15'
  1255.         iface PCM
  1256.         name 'EMU10K1 PCM Send Routing'
  1257.         index 9
  1258.         value.0 0
  1259.         value.1 1
  1260.         value.2 2
  1261.         value.3 3
  1262.         value.4 0
  1263.         value.5 1
  1264.         value.6 2
  1265.         value.7 3
  1266.         value.8 0
  1267.         value.9 1
  1268.         value.10 2
  1269.         value.11 3
  1270.     }
  1271.     control.84 {
  1272.         comment.access 'read write inactive'
  1273.         comment.type INTEGER
  1274.         comment.count 12
  1275.         comment.range '0 - 15'
  1276.         iface PCM
  1277.         name 'EMU10K1 PCM Send Routing'
  1278.         index 10
  1279.         value.0 0
  1280.         value.1 1
  1281.         value.2 2
  1282.         value.3 3
  1283.         value.4 0
  1284.         value.5 1
  1285.         value.6 2
  1286.         value.7 3
  1287.         value.8 0
  1288.         value.9 1
  1289.         value.10 2
  1290.         value.11 3
  1291.     }
  1292.     control.85 {
  1293.         comment.access 'read write inactive'
  1294.         comment.type INTEGER
  1295.         comment.count 12
  1296.         comment.range '0 - 15'
  1297.         iface PCM
  1298.         name 'EMU10K1 PCM Send Routing'
  1299.         index 11
  1300.         value.0 0
  1301.         value.1 1
  1302.         value.2 2
  1303.         value.3 3
  1304.         value.4 0
  1305.         value.5 1
  1306.         value.6 2
  1307.         value.7 3
  1308.         value.8 0
  1309.         value.9 1
  1310.         value.10 2
  1311.         value.11 3
  1312.     }
  1313.     control.86 {
  1314.         comment.access 'read write inactive'
  1315.         comment.type INTEGER
  1316.         comment.count 12
  1317.         comment.range '0 - 15'
  1318.         iface PCM
  1319.         name 'EMU10K1 PCM Send Routing'
  1320.         index 12
  1321.         value.0 0
  1322.         value.1 1
  1323.         value.2 2
  1324.         value.3 3
  1325.         value.4 0
  1326.         value.5 1
  1327.         value.6 2
  1328.         value.7 3
  1329.         value.8 0
  1330.         value.9 1
  1331.         value.10 2
  1332.         value.11 3
  1333.     }
  1334.     control.87 {
  1335.         comment.access 'read write inactive'
  1336.         comment.type INTEGER
  1337.         comment.count 12
  1338.         comment.range '0 - 15'
  1339.         iface PCM
  1340.         name 'EMU10K1 PCM Send Routing'
  1341.         index 13
  1342.         value.0 0
  1343.         value.1 1
  1344.         value.2 2
  1345.         value.3 3
  1346.         value.4 0
  1347.         value.5 1
  1348.         value.6 2
  1349.         value.7 3
  1350.         value.8 0
  1351.         value.9 1
  1352.         value.10 2
  1353.         value.11 3
  1354.     }
  1355.     control.88 {
  1356.         comment.access 'read write inactive'
  1357.         comment.type INTEGER
  1358.         comment.count 12
  1359.         comment.range '0 - 15'
  1360.         iface PCM
  1361.         name 'EMU10K1 PCM Send Routing'
  1362.         index 14
  1363.         value.0 0
  1364.         value.1 1
  1365.         value.2 2
  1366.         value.3 3
  1367.         value.4 0
  1368.         value.5 1
  1369.         value.6 2
  1370.         value.7 3
  1371.         value.8 0
  1372.         value.9 1
  1373.         value.10 2
  1374.         value.11 3
  1375.     }
  1376.     control.89 {
  1377.         comment.access 'read write inactive'
  1378.         comment.type INTEGER
  1379.         comment.count 12
  1380.         comment.range '0 - 15'
  1381.         iface PCM
  1382.         name 'EMU10K1 PCM Send Routing'
  1383.         index 15
  1384.         value.0 0
  1385.         value.1 1
  1386.         value.2 2
  1387.         value.3 3
  1388.         value.4 0
  1389.         value.5 1
  1390.         value.6 2
  1391.         value.7 3
  1392.         value.8 0
  1393.         value.9 1
  1394.         value.10 2
  1395.         value.11 3
  1396.     }
  1397.     control.90 {
  1398.         comment.access 'read write inactive'
  1399.         comment.type INTEGER
  1400.         comment.count 12
  1401.         comment.range '0 - 15'
  1402.         iface PCM
  1403.         name 'EMU10K1 PCM Send Routing'
  1404.         index 16
  1405.         value.0 0
  1406.         value.1 1
  1407.         value.2 2
  1408.         value.3 3
  1409.         value.4 0
  1410.         value.5 1
  1411.         value.6 2
  1412.         value.7 3
  1413.         value.8 0
  1414.         value.9 1
  1415.         value.10 2
  1416.         value.11 3
  1417.     }
  1418.     control.91 {
  1419.         comment.access 'read write inactive'
  1420.         comment.type INTEGER
  1421.         comment.count 12
  1422.         comment.range '0 - 15'
  1423.         iface PCM
  1424.         name 'EMU10K1 PCM Send Routing'
  1425.         index 17
  1426.         value.0 0
  1427.         value.1 1
  1428.         value.2 2
  1429.         value.3 3
  1430.         value.4 0
  1431.         value.5 1
  1432.         value.6 2
  1433.         value.7 3
  1434.         value.8 0
  1435.         value.9 1
  1436.         value.10 2
  1437.         value.11 3
  1438.     }
  1439.     control.92 {
  1440.         comment.access 'read write inactive'
  1441.         comment.type INTEGER
  1442.         comment.count 12
  1443.         comment.range '0 - 15'
  1444.         iface PCM
  1445.         name 'EMU10K1 PCM Send Routing'
  1446.         index 18
  1447.         value.0 0
  1448.         value.1 1
  1449.         value.2 2
  1450.         value.3 3
  1451.         value.4 0
  1452.         value.5 1
  1453.         value.6 2
  1454.         value.7 3
  1455.         value.8 0
  1456.         value.9 1
  1457.         value.10 2
  1458.         value.11 3
  1459.     }
  1460.     control.93 {
  1461.         comment.access 'read write inactive'
  1462.         comment.type INTEGER
  1463.         comment.count 12
  1464.         comment.range '0 - 15'
  1465.         iface PCM
  1466.         name 'EMU10K1 PCM Send Routing'
  1467.         index 19
  1468.         value.0 0
  1469.         value.1 1
  1470.         value.2 2
  1471.         value.3 3
  1472.         value.4 0
  1473.         value.5 1
  1474.         value.6 2
  1475.         value.7 3
  1476.         value.8 0
  1477.         value.9 1
  1478.         value.10 2
  1479.         value.11 3
  1480.     }
  1481.     control.94 {
  1482.         comment.access 'read write inactive'
  1483.         comment.type INTEGER
  1484.         comment.count 12
  1485.         comment.range '0 - 15'
  1486.         iface PCM
  1487.         name 'EMU10K1 PCM Send Routing'
  1488.         index 20
  1489.         value.0 0
  1490.         value.1 1
  1491.         value.2 2
  1492.         value.3 3
  1493.         value.4 0
  1494.         value.5 1
  1495.         value.6 2
  1496.         value.7 3
  1497.         value.8 0
  1498.         value.9 1
  1499.         value.10 2
  1500.         value.11 3
  1501.     }
  1502.     control.95 {
  1503.         comment.access 'read write inactive'
  1504.         comment.type INTEGER
  1505.         comment.count 12
  1506.         comment.range '0 - 15'
  1507.         iface PCM
  1508.         name 'EMU10K1 PCM Send Routing'
  1509.         index 21
  1510.         value.0 0
  1511.         value.1 1
  1512.         value.2 2
  1513.         value.3 3
  1514.         value.4 0
  1515.         value.5 1
  1516.         value.6 2
  1517.         value.7 3
  1518.         value.8 0
  1519.         value.9 1
  1520.         value.10 2
  1521.         value.11 3
  1522.     }
  1523.     control.96 {
  1524.         comment.access 'read write inactive'
  1525.         comment.type INTEGER
  1526.         comment.count 12
  1527.         comment.range '0 - 15'
  1528.         iface PCM
  1529.         name 'EMU10K1 PCM Send Routing'
  1530.         index 22
  1531.         value.0 0
  1532.         value.1 1
  1533.         value.2 2
  1534.         value.3 3
  1535.         value.4 0
  1536.         value.5 1
  1537.         value.6 2
  1538.         value.7 3
  1539.         value.8 0
  1540.         value.9 1
  1541.         value.10 2
  1542.         value.11 3
  1543.     }
  1544.     control.97 {
  1545.         comment.access 'read write inactive'
  1546.         comment.type INTEGER
  1547.         comment.count 12
  1548.         comment.range '0 - 15'
  1549.         iface PCM
  1550.         name 'EMU10K1 PCM Send Routing'
  1551.         index 23
  1552.         value.0 0
  1553.         value.1 1
  1554.         value.2 2
  1555.         value.3 3
  1556.         value.4 0
  1557.         value.5 1
  1558.         value.6 2
  1559.         value.7 3
  1560.         value.8 0
  1561.         value.9 1
  1562.         value.10 2
  1563.         value.11 3
  1564.     }
  1565.     control.98 {
  1566.         comment.access 'read write inactive'
  1567.         comment.type INTEGER
  1568.         comment.count 12
  1569.         comment.range '0 - 15'
  1570.         iface PCM
  1571.         name 'EMU10K1 PCM Send Routing'
  1572.         index 24
  1573.         value.0 0
  1574.         value.1 1
  1575.         value.2 2
  1576.         value.3 3
  1577.         value.4 0
  1578.         value.5 1
  1579.         value.6 2
  1580.         value.7 3
  1581.         value.8 0
  1582.         value.9 1
  1583.         value.10 2
  1584.         value.11 3
  1585.     }
  1586.     control.99 {
  1587.         comment.access 'read write inactive'
  1588.         comment.type INTEGER
  1589.         comment.count 12
  1590.         comment.range '0 - 15'
  1591.         iface PCM
  1592.         name 'EMU10K1 PCM Send Routing'
  1593.         index 25
  1594.         value.0 0
  1595.         value.1 1
  1596.         value.2 2
  1597.         value.3 3
  1598.         value.4 0
  1599.         value.5 1
  1600.         value.6 2
  1601.         value.7 3
  1602.         value.8 0
  1603.         value.9 1
  1604.         value.10 2
  1605.         value.11 3
  1606.     }
  1607.     control.100 {
  1608.         comment.access 'read write inactive'
  1609.         comment.type INTEGER
  1610.         comment.count 12
  1611.         comment.range '0 - 15'
  1612.         iface PCM
  1613.         name 'EMU10K1 PCM Send Routing'
  1614.         index 26
  1615.         value.0 0
  1616.         value.1 1
  1617.         value.2 2
  1618.         value.3 3
  1619.         value.4 0
  1620.         value.5 1
  1621.         value.6 2
  1622.         value.7 3
  1623.         value.8 0
  1624.         value.9 1
  1625.         value.10 2
  1626.         value.11 3
  1627.     }
  1628.     control.101 {
  1629.         comment.access 'read write inactive'
  1630.         comment.type INTEGER
  1631.         comment.count 12
  1632.         comment.range '0 - 15'
  1633.         iface PCM
  1634.         name 'EMU10K1 PCM Send Routing'
  1635.         index 27
  1636.         value.0 0
  1637.         value.1 1
  1638.         value.2 2
  1639.         value.3 3
  1640.         value.4 0
  1641.         value.5 1
  1642.         value.6 2
  1643.         value.7 3
  1644.         value.8 0
  1645.         value.9 1
  1646.         value.10 2
  1647.         value.11 3
  1648.     }
  1649.     control.102 {
  1650.         comment.access 'read write inactive'
  1651.         comment.type INTEGER
  1652.         comment.count 12
  1653.         comment.range '0 - 15'
  1654.         iface PCM
  1655.         name 'EMU10K1 PCM Send Routing'
  1656.         index 28
  1657.         value.0 0
  1658.         value.1 1
  1659.         value.2 2
  1660.         value.3 3
  1661.         value.4 0
  1662.         value.5 1
  1663.         value.6 2
  1664.         value.7 3
  1665.         value.8 0
  1666.         value.9 1
  1667.         value.10 2
  1668.         value.11 3
  1669.     }
  1670.     control.103 {
  1671.         comment.access 'read write inactive'
  1672.         comment.type INTEGER
  1673.         comment.count 12
  1674.         comment.range '0 - 15'
  1675.         iface PCM
  1676.         name 'EMU10K1 PCM Send Routing'
  1677.         index 29
  1678.         value.0 0
  1679.         value.1 1
  1680.         value.2 2
  1681.         value.3 3
  1682.         value.4 0
  1683.         value.5 1
  1684.         value.6 2
  1685.         value.7 3
  1686.         value.8 0
  1687.         value.9 1
  1688.         value.10 2
  1689.         value.11 3
  1690.     }
  1691.     control.104 {
  1692.         comment.access 'read write inactive'
  1693.         comment.type INTEGER
  1694.         comment.count 12
  1695.         comment.range '0 - 15'
  1696.         iface PCM
  1697.         name 'EMU10K1 PCM Send Routing'
  1698.         index 30
  1699.         value.0 0
  1700.         value.1 1
  1701.         value.2 2
  1702.         value.3 3
  1703.         value.4 0
  1704.         value.5 1
  1705.         value.6 2
  1706.         value.7 3
  1707.         value.8 0
  1708.         value.9 1
  1709.         value.10 2
  1710.         value.11 3
  1711.     }
  1712.     control.105 {
  1713.         comment.access 'read write inactive'
  1714.         comment.type INTEGER
  1715.         comment.count 12
  1716.         comment.range '0 - 15'
  1717.         iface PCM
  1718.         name 'EMU10K1 PCM Send Routing'
  1719.         index 31
  1720.         value.0 0
  1721.         value.1 1
  1722.         value.2 2
  1723.         value.3 3
  1724.         value.4 0
  1725.         value.5 1
  1726.         value.6 2
  1727.         value.7 3
  1728.         value.8 0
  1729.         value.9 1
  1730.         value.10 2
  1731.         value.11 3
  1732.     }
  1733.     control.106 {
  1734.         comment.access 'read write inactive'
  1735.         comment.type INTEGER
  1736.         comment.count 12
  1737.         comment.range '0 - 255'
  1738.         iface PCM
  1739.         name 'EMU10K1 PCM Send Volume'
  1740.         value.0 255
  1741.         value.1 255
  1742.         value.2 0
  1743.         value.3 0
  1744.         value.4 255
  1745.         value.5 0
  1746.         value.6 0
  1747.         value.7 0
  1748.         value.8 0
  1749.         value.9 255
  1750.         value.10 0
  1751.         value.11 0
  1752.     }
  1753.     control.107 {
  1754.         comment.access 'read write inactive'
  1755.         comment.type INTEGER
  1756.         comment.count 12
  1757.         comment.range '0 - 255'
  1758.         iface PCM
  1759.         name 'EMU10K1 PCM Send Volume'
  1760.         index 1
  1761.         value.0 255
  1762.         value.1 255
  1763.         value.2 0
  1764.         value.3 0
  1765.         value.4 255
  1766.         value.5 0
  1767.         value.6 0
  1768.         value.7 0
  1769.         value.8 0
  1770.         value.9 255
  1771.         value.10 0
  1772.         value.11 0
  1773.     }
  1774.     control.108 {
  1775.         comment.access 'read write inactive'
  1776.         comment.type INTEGER
  1777.         comment.count 12
  1778.         comment.range '0 - 255'
  1779.         iface PCM
  1780.         name 'EMU10K1 PCM Send Volume'
  1781.         index 2
  1782.         value.0 255
  1783.         value.1 255
  1784.         value.2 0
  1785.         value.3 0
  1786.         value.4 255
  1787.         value.5 0
  1788.         value.6 0
  1789.         value.7 0
  1790.         value.8 0
  1791.         value.9 255
  1792.         value.10 0
  1793.         value.11 0
  1794.     }
  1795.     control.109 {
  1796.         comment.access 'read write inactive'
  1797.         comment.type INTEGER
  1798.         comment.count 12
  1799.         comment.range '0 - 255'
  1800.         iface PCM
  1801.         name 'EMU10K1 PCM Send Volume'
  1802.         index 3
  1803.         value.0 255
  1804.         value.1 255
  1805.         value.2 0
  1806.         value.3 0
  1807.         value.4 255
  1808.         value.5 0
  1809.         value.6 0
  1810.         value.7 0
  1811.         value.8 0
  1812.         value.9 255
  1813.         value.10 0
  1814.         value.11 0
  1815.     }
  1816.     control.110 {
  1817.         comment.access 'read write inactive'
  1818.         comment.type INTEGER
  1819.         comment.count 12
  1820.         comment.range '0 - 255'
  1821.         iface PCM
  1822.         name 'EMU10K1 PCM Send Volume'
  1823.         index 4
  1824.         value.0 255
  1825.         value.1 255
  1826.         value.2 0
  1827.         value.3 0
  1828.         value.4 255
  1829.         value.5 0
  1830.         value.6 0
  1831.         value.7 0
  1832.         value.8 0
  1833.         value.9 255
  1834.         value.10 0
  1835.         value.11 0
  1836.     }
  1837.     control.111 {
  1838.         comment.access 'read write inactive'
  1839.         comment.type INTEGER
  1840.         comment.count 12
  1841.         comment.range '0 - 255'
  1842.         iface PCM
  1843.         name 'EMU10K1 PCM Send Volume'
  1844.         index 5
  1845.         value.0 255
  1846.         value.1 255
  1847.         value.2 0
  1848.         value.3 0
  1849.         value.4 255
  1850.         value.5 0
  1851.         value.6 0
  1852.         value.7 0
  1853.         value.8 0
  1854.         value.9 255
  1855.         value.10 0
  1856.         value.11 0
  1857.     }
  1858.     control.112 {
  1859.         comment.access 'read write inactive'
  1860.         comment.type INTEGER
  1861.         comment.count 12
  1862.         comment.range '0 - 255'
  1863.         iface PCM
  1864.         name 'EMU10K1 PCM Send Volume'
  1865.         index 6
  1866.         value.0 255
  1867.         value.1 255
  1868.         value.2 0
  1869.         value.3 0
  1870.         value.4 255
  1871.         value.5 0
  1872.         value.6 0
  1873.         value.7 0
  1874.         value.8 0
  1875.         value.9 255
  1876.         value.10 0
  1877.         value.11 0
  1878.     }
  1879.     control.113 {
  1880.         comment.access 'read write inactive'
  1881.         comment.type INTEGER
  1882.         comment.count 12
  1883.         comment.range '0 - 255'
  1884.         iface PCM
  1885.         name 'EMU10K1 PCM Send Volume'
  1886.         index 7
  1887.         value.0 255
  1888.         value.1 255
  1889.         value.2 0
  1890.         value.3 0
  1891.         value.4 255
  1892.         value.5 0
  1893.         value.6 0
  1894.         value.7 0
  1895.         value.8 0
  1896.         value.9 255
  1897.         value.10 0
  1898.         value.11 0
  1899.     }
  1900.     control.114 {
  1901.         comment.access 'read write inactive'
  1902.         comment.type INTEGER
  1903.         comment.count 12
  1904.         comment.range '0 - 255'
  1905.         iface PCM
  1906.         name 'EMU10K1 PCM Send Volume'
  1907.         index 8
  1908.         value.0 255
  1909.         value.1 255
  1910.         value.2 0
  1911.         value.3 0
  1912.         value.4 255
  1913.         value.5 0
  1914.         value.6 0
  1915.         value.7 0
  1916.         value.8 0
  1917.         value.9 255
  1918.         value.10 0
  1919.         value.11 0
  1920.     }
  1921.     control.115 {
  1922.         comment.access 'read write inactive'
  1923.         comment.type INTEGER
  1924.         comment.count 12
  1925.         comment.range '0 - 255'
  1926.         iface PCM
  1927.         name 'EMU10K1 PCM Send Volume'
  1928.         index 9
  1929.         value.0 255
  1930.         value.1 255
  1931.         value.2 0
  1932.         value.3 0
  1933.         value.4 255
  1934.         value.5 0
  1935.         value.6 0
  1936.         value.7 0
  1937.         value.8 0
  1938.         value.9 255
  1939.         value.10 0
  1940.         value.11 0
  1941.     }
  1942.     control.116 {
  1943.         comment.access 'read write inactive'
  1944.         comment.type INTEGER
  1945.         comment.count 12
  1946.         comment.range '0 - 255'
  1947.         iface PCM
  1948.         name 'EMU10K1 PCM Send Volume'
  1949.         index 10
  1950.         value.0 255
  1951.         value.1 255
  1952.         value.2 0
  1953.         value.3 0
  1954.         value.4 255
  1955.         value.5 0
  1956.         value.6 0
  1957.         value.7 0
  1958.         value.8 0
  1959.         value.9 255
  1960.         value.10 0
  1961.         value.11 0
  1962.     }
  1963.     control.117 {
  1964.         comment.access 'read write inactive'
  1965.         comment.type INTEGER
  1966.         comment.count 12
  1967.         comment.range '0 - 255'
  1968.         iface PCM
  1969.         name 'EMU10K1 PCM Send Volume'
  1970.         index 11
  1971.         value.0 255
  1972.         value.1 255
  1973.         value.2 0
  1974.         value.3 0
  1975.         value.4 255
  1976.         value.5 0
  1977.         value.6 0
  1978.         value.7 0
  1979.         value.8 0
  1980.         value.9 255
  1981.         value.10 0
  1982.         value.11 0
  1983.     }
  1984.     control.118 {
  1985.         comment.access 'read write inactive'
  1986.         comment.type INTEGER
  1987.         comment.count 12
  1988.         comment.range '0 - 255'
  1989.         iface PCM
  1990.         name 'EMU10K1 PCM Send Volume'
  1991.         index 12
  1992.         value.0 255
  1993.         value.1 255
  1994.         value.2 0
  1995.         value.3 0
  1996.         value.4 255
  1997.         value.5 0
  1998.         value.6 0
  1999.         value.7 0
  2000.         value.8 0
  2001.         value.9 255
  2002.         value.10 0
  2003.         value.11 0
  2004.     }
  2005.     control.119 {
  2006.         comment.access 'read write inactive'
  2007.         comment.type INTEGER
  2008.         comment.count 12
  2009.         comment.range '0 - 255'
  2010.         iface PCM
  2011.         name 'EMU10K1 PCM Send Volume'
  2012.         index 13
  2013.         value.0 255
  2014.         value.1 255
  2015.         value.2 0
  2016.         value.3 0
  2017.         value.4 255
  2018.         value.5 0
  2019.         value.6 0
  2020.         value.7 0
  2021.         value.8 0
  2022.         value.9 255
  2023.         value.10 0
  2024.         value.11 0
  2025.     }
  2026.     control.120 {
  2027.         comment.access 'read write inactive'
  2028.         comment.type INTEGER
  2029.         comment.count 12
  2030.         comment.range '0 - 255'
  2031.         iface PCM
  2032.         name 'EMU10K1 PCM Send Volume'
  2033.         index 14
  2034.         value.0 255
  2035.         value.1 255
  2036.         value.2 0
  2037.         value.3 0
  2038.         value.4 255
  2039.         value.5 0
  2040.         value.6 0
  2041.         value.7 0
  2042.         value.8 0
  2043.         value.9 255
  2044.         value.10 0
  2045.         value.11 0
  2046.     }
  2047.     control.121 {
  2048.         comment.access 'read write inactive'
  2049.         comment.type INTEGER
  2050.         comment.count 12
  2051.         comment.range '0 - 255'
  2052.         iface PCM
  2053.         name 'EMU10K1 PCM Send Volume'
  2054.         index 15
  2055.         value.0 255
  2056.         value.1 255
  2057.         value.2 0
  2058.         value.3 0
  2059.         value.4 255
  2060.         value.5 0
  2061.         value.6 0
  2062.         value.7 0
  2063.         value.8 0
  2064.         value.9 255
  2065.         value.10 0
  2066.         value.11 0
  2067.     }
  2068.     control.122 {
  2069.         comment.access 'read write inactive'
  2070.         comment.type INTEGER
  2071.         comment.count 12
  2072.         comment.range '0 - 255'
  2073.         iface PCM
  2074.         name 'EMU10K1 PCM Send Volume'
  2075.         index 16
  2076.         value.0 255
  2077.         value.1 255
  2078.         value.2 0
  2079.         value.3 0
  2080.         value.4 255
  2081.         value.5 0
  2082.         value.6 0
  2083.         value.7 0
  2084.         value.8 0
  2085.         value.9 255
  2086.         value.10 0
  2087.         value.11 0
  2088.     }
  2089.     control.123 {
  2090.         comment.access 'read write inactive'
  2091.         comment.type INTEGER
  2092.         comment.count 12
  2093.         comment.range '0 - 255'
  2094.         iface PCM
  2095.         name 'EMU10K1 PCM Send Volume'
  2096.         index 17
  2097.         value.0 255
  2098.         value.1 255
  2099.         value.2 0
  2100.         value.3 0
  2101.         value.4 255
  2102.         value.5 0
  2103.         value.6 0
  2104.         value.7 0
  2105.         value.8 0
  2106.         value.9 255
  2107.         value.10 0
  2108.         value.11 0
  2109.     }
  2110.     control.124 {
  2111.         comment.access 'read write inactive'
  2112.         comment.type INTEGER
  2113.         comment.count 12
  2114.         comment.range '0 - 255'
  2115.         iface PCM
  2116.         name 'EMU10K1 PCM Send Volume'
  2117.         index 18
  2118.         value.0 255
  2119.         value.1 255
  2120.         value.2 0
  2121.         value.3 0
  2122.         value.4 255
  2123.         value.5 0
  2124.         value.6 0
  2125.         value.7 0
  2126.         value.8 0
  2127.         value.9 255
  2128.         value.10 0
  2129.         value.11 0
  2130.     }
  2131.     control.125 {
  2132.         comment.access 'read write inactive'
  2133.         comment.type INTEGER
  2134.         comment.count 12
  2135.         comment.range '0 - 255'
  2136.         iface PCM
  2137.         name 'EMU10K1 PCM Send Volume'
  2138.         index 19
  2139.         value.0 255
  2140.         value.1 255
  2141.         value.2 0
  2142.         value.3 0
  2143.         value.4 255
  2144.         value.5 0
  2145.         value.6 0
  2146.         value.7 0
  2147.         value.8 0
  2148.         value.9 255
  2149.         value.10 0
  2150.         value.11 0
  2151.     }
  2152.     control.126 {
  2153.         comment.access 'read write inactive'
  2154.         comment.type INTEGER
  2155.         comment.count 12
  2156.         comment.range '0 - 255'
  2157.         iface PCM
  2158.         name 'EMU10K1 PCM Send Volume'
  2159.         index 20
  2160.         value.0 255
  2161.         value.1 255
  2162.         value.2 0
  2163.         value.3 0
  2164.         value.4 255
  2165.         value.5 0
  2166.         value.6 0
  2167.         value.7 0
  2168.         value.8 0
  2169.         value.9 255
  2170.         value.10 0
  2171.         value.11 0
  2172.     }
  2173.     control.127 {
  2174.         comment.access 'read write inactive'
  2175.         comment.type INTEGER
  2176.         comment.count 12
  2177.         comment.range '0 - 255'
  2178.         iface PCM
  2179.         name 'EMU10K1 PCM Send Volume'
  2180.         index 21
  2181.         value.0 255
  2182.         value.1 255
  2183.         value.2 0
  2184.         value.3 0
  2185.         value.4 255
  2186.         value.5 0
  2187.         value.6 0
  2188.         value.7 0
  2189.         value.8 0
  2190.         value.9 255
  2191.         value.10 0
  2192.         value.11 0
  2193.     }
  2194.     control.128 {
  2195.         comment.access 'read write inactive'
  2196.         comment.type INTEGER
  2197.         comment.count 12
  2198.         comment.range '0 - 255'
  2199.         iface PCM
  2200.         name 'EMU10K1 PCM Send Volume'
  2201.         index 22
  2202.         value.0 255
  2203.         value.1 255
  2204.         value.2 0
  2205.         value.3 0
  2206.         value.4 255
  2207.         value.5 0
  2208.         value.6 0
  2209.         value.7 0
  2210.         value.8 0
  2211.         value.9 255
  2212.         value.10 0
  2213.         value.11 0
  2214.     }
  2215.     control.129 {
  2216.         comment.access 'read write inactive'
  2217.         comment.type INTEGER
  2218.         comment.count 12
  2219.         comment.range '0 - 255'
  2220.         iface PCM
  2221.         name 'EMU10K1 PCM Send Volume'
  2222.         index 23
  2223.         value.0 255
  2224.         value.1 255
  2225.         value.2 0
  2226.         value.3 0
  2227.         value.4 255
  2228.         value.5 0
  2229.         value.6 0
  2230.         value.7 0
  2231.         value.8 0
  2232.         value.9 255
  2233.         value.10 0
  2234.         value.11 0
  2235.     }
  2236.     control.130 {
  2237.         comment.access 'read write inactive'
  2238.         comment.type INTEGER
  2239.         comment.count 12
  2240.         comment.range '0 - 255'
  2241.         iface PCM
  2242.         name 'EMU10K1 PCM Send Volume'
  2243.         index 24
  2244.         value.0 255
  2245.         value.1 255
  2246.         value.2 0
  2247.         value.3 0
  2248.         value.4 255
  2249.         value.5 0
  2250.         value.6 0
  2251.         value.7 0
  2252.         value.8 0
  2253.         value.9 255
  2254.         value.10 0
  2255.         value.11 0
  2256.     }
  2257.     control.131 {
  2258.         comment.access 'read write inactive'
  2259.         comment.type INTEGER
  2260.         comment.count 12
  2261.         comment.range '0 - 255'
  2262.         iface PCM
  2263.         name 'EMU10K1 PCM Send Volume'
  2264.         index 25
  2265.         value.0 255
  2266.         value.1 255
  2267.         value.2 0
  2268.         value.3 0
  2269.         value.4 255
  2270.         value.5 0
  2271.         value.6 0
  2272.         value.7 0
  2273.         value.8 0
  2274.         value.9 255
  2275.         value.10 0
  2276.         value.11 0
  2277.     }
  2278.     control.132 {
  2279.         comment.access 'read write inactive'
  2280.         comment.type INTEGER
  2281.         comment.count 12
  2282.         comment.range '0 - 255'
  2283.         iface PCM
  2284.         name 'EMU10K1 PCM Send Volume'
  2285.         index 26
  2286.         value.0 255
  2287.         value.1 255
  2288.         value.2 0
  2289.         value.3 0
  2290.         value.4 255
  2291.         value.5 0
  2292.         value.6 0
  2293.         value.7 0
  2294.         value.8 0
  2295.         value.9 255
  2296.         value.10 0
  2297.         value.11 0
  2298.     }
  2299.     control.133 {
  2300.         comment.access 'read write inactive'
  2301.         comment.type INTEGER
  2302.         comment.count 12
  2303.         comment.range '0 - 255'
  2304.         iface PCM
  2305.         name 'EMU10K1 PCM Send Volume'
  2306.         index 27
  2307.         value.0 255
  2308.         value.1 255
  2309.         value.2 0
  2310.         value.3 0
  2311.         value.4 255
  2312.         value.5 0
  2313.         value.6 0
  2314.         value.7 0
  2315.         value.8 0
  2316.         value.9 255
  2317.         value.10 0
  2318.         value.11 0
  2319.     }
  2320.     control.134 {
  2321.         comment.access 'read write inactive'
  2322.         comment.type INTEGER
  2323.         comment.count 12
  2324.         comment.range '0 - 255'
  2325.         iface PCM
  2326.         name 'EMU10K1 PCM Send Volume'
  2327.         index 28
  2328.         value.0 255
  2329.         value.1 255
  2330.         value.2 0
  2331.         value.3 0
  2332.         value.4 255
  2333.         value.5 0
  2334.         value.6 0
  2335.         value.7 0
  2336.         value.8 0
  2337.         value.9 255
  2338.         value.10 0
  2339.         value.11 0
  2340.     }
  2341.     control.135 {
  2342.         comment.access 'read write inactive'
  2343.         comment.type INTEGER
  2344.         comment.count 12
  2345.         comment.range '0 - 255'
  2346.         iface PCM
  2347.         name 'EMU10K1 PCM Send Volume'
  2348.         index 29
  2349.         value.0 255
  2350.         value.1 255
  2351.         value.2 0
  2352.         value.3 0
  2353.         value.4 255
  2354.         value.5 0
  2355.         value.6 0
  2356.         value.7 0
  2357.         value.8 0
  2358.         value.9 255
  2359.         value.10 0
  2360.         value.11 0
  2361.     }
  2362.     control.136 {
  2363.         comment.access 'read write inactive'
  2364.         comment.type INTEGER
  2365.         comment.count 12
  2366.         comment.range '0 - 255'
  2367.         iface PCM
  2368.         name 'EMU10K1 PCM Send Volume'
  2369.         index 30
  2370.         value.0 255
  2371.         value.1 255
  2372.         value.2 0
  2373.         value.3 0
  2374.         value.4 255
  2375.         value.5 0
  2376.         value.6 0
  2377.         value.7 0
  2378.         value.8 0
  2379.         value.9 255
  2380.         value.10 0
  2381.         value.11 0
  2382.     }
  2383.     control.137 {
  2384.         comment.access 'read write inactive'
  2385.         comment.type INTEGER
  2386.         comment.count 12
  2387.         comment.range '0 - 255'
  2388.         iface PCM
  2389.         name 'EMU10K1 PCM Send Volume'
  2390.         index 31
  2391.         value.0 255
  2392.         value.1 255
  2393.         value.2 0
  2394.         value.3 0
  2395.         value.4 255
  2396.         value.5 0
  2397.         value.6 0
  2398.         value.7 0
  2399.         value.8 0
  2400.         value.9 255
  2401.         value.10 0
  2402.         value.11 0
  2403.     }
  2404.     control.138 {
  2405.         comment.access 'read write inactive'
  2406.         comment.type INTEGER
  2407.         comment.count 3
  2408.         comment.range '0 - 65535'
  2409.         iface PCM
  2410.         name 'EMU10K1 PCM Volume'
  2411.         value.0 65535
  2412.         value.1 65535
  2413.         value.2 65535
  2414.     }
  2415.     control.139 {
  2416.         comment.access 'read write inactive'
  2417.         comment.type INTEGER
  2418.         comment.count 3
  2419.         comment.range '0 - 65535'
  2420.         iface PCM
  2421.         name 'EMU10K1 PCM Volume'
  2422.         index 1
  2423.         value.0 65535
  2424.         value.1 65535
  2425.         value.2 65535
  2426.     }
  2427.     control.140 {
  2428.         comment.access 'read write inactive'
  2429.         comment.type INTEGER
  2430.         comment.count 3
  2431.         comment.range '0 - 65535'
  2432.         iface PCM
  2433.         name 'EMU10K1 PCM Volume'
  2434.         index 2
  2435.         value.0 65535
  2436.         value.1 65535
  2437.         value.2 65535
  2438.     }
  2439.     control.141 {
  2440.         comment.access 'read write inactive'
  2441.         comment.type INTEGER
  2442.         comment.count 3
  2443.         comment.range '0 - 65535'
  2444.         iface PCM
  2445.         name 'EMU10K1 PCM Volume'
  2446.         index 3
  2447.         value.0 65535
  2448.         value.1 65535
  2449.         value.2 65535
  2450.     }
  2451.     control.142 {
  2452.         comment.access 'read write inactive'
  2453.         comment.type INTEGER
  2454.         comment.count 3
  2455.         comment.range '0 - 65535'
  2456.         iface PCM
  2457.         name 'EMU10K1 PCM Volume'
  2458.         index 4
  2459.         value.0 65535
  2460.         value.1 65535
  2461.         value.2 65535
  2462.     }
  2463.     control.143 {
  2464.         comment.access 'read write inactive'
  2465.         comment.type INTEGER
  2466.         comment.count 3
  2467.         comment.range '0 - 65535'
  2468.         iface PCM
  2469.         name 'EMU10K1 PCM Volume'
  2470.         index 5
  2471.         value.0 65535
  2472.         value.1 65535
  2473.         value.2 65535
  2474.     }
  2475.     control.144 {
  2476.         comment.access 'read write inactive'
  2477.         comment.type INTEGER
  2478.         comment.count 3
  2479.         comment.range '0 - 65535'
  2480.         iface PCM
  2481.         name 'EMU10K1 PCM Volume'
  2482.         index 6
  2483.         value.0 65535
  2484.         value.1 65535
  2485.         value.2 65535
  2486.     }
  2487.     control.145 {
  2488.         comment.access 'read write inactive'
  2489.         comment.type INTEGER
  2490.         comment.count 3
  2491.         comment.range '0 - 65535'
  2492.         iface PCM
  2493.         name 'EMU10K1 PCM Volume'
  2494.         index 7
  2495.         value.0 65535
  2496.         value.1 65535
  2497.         value.2 65535
  2498.     }
  2499.     control.146 {
  2500.         comment.access 'read write inactive'
  2501.         comment.type INTEGER
  2502.         comment.count 3
  2503.         comment.range '0 - 65535'
  2504.         iface PCM
  2505.         name 'EMU10K1 PCM Volume'
  2506.         index 8
  2507.         value.0 65535
  2508.         value.1 65535
  2509.         value.2 65535
  2510.     }
  2511.     control.147 {
  2512.         comment.access 'read write inactive'
  2513.         comment.type INTEGER
  2514.         comment.count 3
  2515.         comment.range '0 - 65535'
  2516.         iface PCM
  2517.         name 'EMU10K1 PCM Volume'
  2518.         index 9
  2519.         value.0 65535
  2520.         value.1 65535
  2521.         value.2 65535
  2522.     }
  2523.     control.148 {
  2524.         comment.access 'read write inactive'
  2525.         comment.type INTEGER
  2526.         comment.count 3
  2527.         comment.range '0 - 65535'
  2528.         iface PCM
  2529.         name 'EMU10K1 PCM Volume'
  2530.         index 10
  2531.         value.0 65535
  2532.         value.1 65535
  2533.         value.2 65535
  2534.     }
  2535.     control.149 {
  2536.         comment.access 'read write inactive'
  2537.         comment.type INTEGER
  2538.         comment.count 3
  2539.         comment.range '0 - 65535'
  2540.         iface PCM
  2541.         name 'EMU10K1 PCM Volume'
  2542.         index 11
  2543.         value.0 65535
  2544.         value.1 65535
  2545.         value.2 65535
  2546.     }
  2547.     control.150 {
  2548.         comment.access 'read write inactive'
  2549.         comment.type INTEGER
  2550.         comment.count 3
  2551.         comment.range '0 - 65535'
  2552.         iface PCM
  2553.         name 'EMU10K1 PCM Volume'
  2554.         index 12
  2555.         value.0 65535
  2556.         value.1 65535
  2557.         value.2 65535
  2558.     }
  2559.     control.151 {
  2560.         comment.access 'read write inactive'
  2561.         comment.type INTEGER
  2562.         comment.count 3
  2563.         comment.range '0 - 65535'
  2564.         iface PCM
  2565.         name 'EMU10K1 PCM Volume'
  2566.         index 13
  2567.         value.0 65535
  2568.         value.1 65535
  2569.         value.2 65535
  2570.     }
  2571.     control.152 {
  2572.         comment.access 'read write inactive'
  2573.         comment.type INTEGER
  2574.         comment.count 3
  2575.         comment.range '0 - 65535'
  2576.         iface PCM
  2577.         name 'EMU10K1 PCM Volume'
  2578.         index 14
  2579.         value.0 65535
  2580.         value.1 65535
  2581.         value.2 65535
  2582.     }
  2583.     control.153 {
  2584.         comment.access 'read write inactive'
  2585.         comment.type INTEGER
  2586.         comment.count 3
  2587.         comment.range '0 - 65535'
  2588.         iface PCM
  2589.         name 'EMU10K1 PCM Volume'
  2590.         index 15
  2591.         value.0 65535
  2592.         value.1 65535
  2593.         value.2 65535
  2594.     }
  2595.     control.154 {
  2596.         comment.access 'read write inactive'
  2597.         comment.type INTEGER
  2598.         comment.count 3
  2599.         comment.range '0 - 65535'
  2600.         iface PCM
  2601.         name 'EMU10K1 PCM Volume'
  2602.         index 16
  2603.         value.0 65535
  2604.         value.1 65535
  2605.         value.2 65535
  2606.     }
  2607.     control.155 {
  2608.         comment.access 'read write inactive'
  2609.         comment.type INTEGER
  2610.         comment.count 3
  2611.         comment.range '0 - 65535'
  2612.         iface PCM
  2613.         name 'EMU10K1 PCM Volume'
  2614.         index 17
  2615.         value.0 65535
  2616.         value.1 65535
  2617.         value.2 65535
  2618.     }
  2619.     control.156 {
  2620.         comment.access 'read write inactive'
  2621.         comment.type INTEGER
  2622.         comment.count 3
  2623.         comment.range '0 - 65535'
  2624.         iface PCM
  2625.         name 'EMU10K1 PCM Volume'
  2626.         index 18
  2627.         value.0 65535
  2628.         value.1 65535
  2629.         value.2 65535
  2630.     }
  2631.     control.157 {
  2632.         comment.access 'read write inactive'
  2633.         comment.type INTEGER
  2634.         comment.count 3
  2635.         comment.range '0 - 65535'
  2636.         iface PCM
  2637.         name 'EMU10K1 PCM Volume'
  2638.         index 19
  2639.         value.0 65535
  2640.         value.1 65535
  2641.         value.2 65535
  2642.     }
  2643.     control.158 {
  2644.         comment.access 'read write inactive'
  2645.         comment.type INTEGER
  2646.         comment.count 3
  2647.         comment.range '0 - 65535'
  2648.         iface PCM
  2649.         name 'EMU10K1 PCM Volume'
  2650.         index 20
  2651.         value.0 65535
  2652.         value.1 65535
  2653.         value.2 65535
  2654.     }
  2655.     control.159 {
  2656.         comment.access 'read write inactive'
  2657.         comment.type INTEGER
  2658.         comment.count 3
  2659.         comment.range '0 - 65535'
  2660.         iface PCM
  2661.         name 'EMU10K1 PCM Volume'
  2662.         index 21
  2663.         value.0 65535
  2664.         value.1 65535
  2665.         value.2 65535
  2666.     }
  2667.     control.160 {
  2668.         comment.access 'read write inactive'
  2669.         comment.type INTEGER
  2670.         comment.count 3
  2671.         comment.range '0 - 65535'
  2672.         iface PCM
  2673.         name 'EMU10K1 PCM Volume'
  2674.         index 22
  2675.         value.0 65535
  2676.         value.1 65535
  2677.         value.2 65535
  2678.     }
  2679.     control.161 {
  2680.         comment.access 'read write inactive'
  2681.         comment.type INTEGER
  2682.         comment.count 3
  2683.         comment.range '0 - 65535'
  2684.         iface PCM
  2685.         name 'EMU10K1 PCM Volume'
  2686.         index 23
  2687.         value.0 65535
  2688.         value.1 65535
  2689.         value.2 65535
  2690.     }
  2691.     control.162 {
  2692.         comment.access 'read write inactive'
  2693.         comment.type INTEGER
  2694.         comment.count 3
  2695.         comment.range '0 - 65535'
  2696.         iface PCM
  2697.         name 'EMU10K1 PCM Volume'
  2698.         index 24
  2699.         value.0 65535
  2700.         value.1 65535
  2701.         value.2 65535
  2702.     }
  2703.     control.163 {
  2704.         comment.access 'read write inactive'
  2705.         comment.type INTEGER
  2706.         comment.count 3
  2707.         comment.range '0 - 65535'
  2708.         iface PCM
  2709.         name 'EMU10K1 PCM Volume'
  2710.         index 25
  2711.         value.0 65535
  2712.         value.1 65535
  2713.         value.2 65535
  2714.     }
  2715.     control.164 {
  2716.         comment.access 'read write inactive'
  2717.         comment.type INTEGER
  2718.         comment.count 3
  2719.         comment.range '0 - 65535'
  2720.         iface PCM
  2721.         name 'EMU10K1 PCM Volume'
  2722.         index 26
  2723.         value.0 65535
  2724.         value.1 65535
  2725.         value.2 65535
  2726.     }
  2727.     control.165 {
  2728.         comment.access 'read write inactive'
  2729.         comment.type INTEGER
  2730.         comment.count 3
  2731.         comment.range '0 - 65535'
  2732.         iface PCM
  2733.         name 'EMU10K1 PCM Volume'
  2734.         index 27
  2735.         value.0 65535
  2736.         value.1 65535
  2737.         value.2 65535
  2738.     }
  2739.     control.166 {
  2740.         comment.access 'read write inactive'
  2741.         comment.type INTEGER
  2742.         comment.count 3
  2743.         comment.range '0 - 65535'
  2744.         iface PCM
  2745.         name 'EMU10K1 PCM Volume'
  2746.         index 28
  2747.         value.0 65535
  2748.         value.1 65535
  2749.         value.2 65535
  2750.     }
  2751.     control.167 {
  2752.         comment.access 'read write inactive'
  2753.         comment.type INTEGER
  2754.         comment.count 3
  2755.         comment.range '0 - 65535'
  2756.         iface PCM
  2757.         name 'EMU10K1 PCM Volume'
  2758.         index 29
  2759.         value.0 65535
  2760.         value.1 65535
  2761.         value.2 65535
  2762.     }
  2763.     control.168 {
  2764.         comment.access 'read write inactive'
  2765.         comment.type INTEGER
  2766.         comment.count 3
  2767.         comment.range '0 - 65535'
  2768.         iface PCM
  2769.         name 'EMU10K1 PCM Volume'
  2770.         index 30
  2771.         value.0 65535
  2772.         value.1 65535
  2773.         value.2 65535
  2774.     }
  2775.     control.169 {
  2776.         comment.access 'read write inactive'
  2777.         comment.type INTEGER
  2778.         comment.count 3
  2779.         comment.range '0 - 65535'
  2780.         iface PCM
  2781.         name 'EMU10K1 PCM Volume'
  2782.         index 31
  2783.         value.0 65535
  2784.         value.1 65535
  2785.         value.2 65535
  2786.     }
  2787.     control.170 {
  2788.         comment.access 'read write inactive'
  2789.         comment.type INTEGER
  2790.         comment.count 4
  2791.         comment.range '0 - 15'
  2792.         iface PCM
  2793.         device 3
  2794.         name 'Multichannel PCM Send Routing'
  2795.         value.0 0
  2796.         value.1 1
  2797.         value.2 13
  2798.         value.3 14
  2799.     }
  2800.     control.171 {
  2801.         comment.access 'read write inactive'
  2802.         comment.type INTEGER
  2803.         comment.count 4
  2804.         comment.range '0 - 15'
  2805.         iface PCM
  2806.         device 3
  2807.         name 'Multichannel PCM Send Routing'
  2808.         index 1
  2809.         value.0 1
  2810.         value.1 0
  2811.         value.2 13
  2812.         value.3 14
  2813.     }
  2814.     control.172 {
  2815.         comment.access 'read write inactive'
  2816.         comment.type INTEGER
  2817.         comment.count 4
  2818.         comment.range '0 - 15'
  2819.         iface PCM
  2820.         device 3
  2821.         name 'Multichannel PCM Send Routing'
  2822.         index 2
  2823.         value.0 2
  2824.         value.1 0
  2825.         value.2 13
  2826.         value.3 14
  2827.     }
  2828.     control.173 {
  2829.         comment.access 'read write inactive'
  2830.         comment.type INTEGER
  2831.         comment.count 4
  2832.         comment.range '0 - 15'
  2833.         iface PCM
  2834.         device 3
  2835.         name 'Multichannel PCM Send Routing'
  2836.         index 3
  2837.         value.0 3
  2838.         value.1 0
  2839.         value.2 13
  2840.         value.3 14
  2841.     }
  2842.     control.174 {
  2843.         comment.access 'read write inactive'
  2844.         comment.type INTEGER
  2845.         comment.count 4
  2846.         comment.range '0 - 15'
  2847.         iface PCM
  2848.         device 3
  2849.         name 'Multichannel PCM Send Routing'
  2850.         index 4
  2851.         value.0 4
  2852.         value.1 0
  2853.         value.2 13
  2854.         value.3 14
  2855.     }
  2856.     control.175 {
  2857.         comment.access 'read write inactive'
  2858.         comment.type INTEGER
  2859.         comment.count 4
  2860.         comment.range '0 - 15'
  2861.         iface PCM
  2862.         device 3
  2863.         name 'Multichannel PCM Send Routing'
  2864.         index 5
  2865.         value.0 5
  2866.         value.1 0
  2867.         value.2 13
  2868.         value.3 14
  2869.     }
  2870.     control.176 {
  2871.         comment.access 'read write inactive'
  2872.         comment.type INTEGER
  2873.         comment.count 4
  2874.         comment.range '0 - 15'
  2875.         iface PCM
  2876.         device 3
  2877.         name 'Multichannel PCM Send Routing'
  2878.         index 6
  2879.         value.0 6
  2880.         value.1 0
  2881.         value.2 13
  2882.         value.3 14
  2883.     }
  2884.     control.177 {
  2885.         comment.access 'read write inactive'
  2886.         comment.type INTEGER
  2887.         comment.count 4
  2888.         comment.range '0 - 15'
  2889.         iface PCM
  2890.         device 3
  2891.         name 'Multichannel PCM Send Routing'
  2892.         index 7
  2893.         value.0 7
  2894.         value.1 0
  2895.         value.2 13
  2896.         value.3 14
  2897.     }
  2898.     control.178 {
  2899.         comment.access 'read write inactive'
  2900.         comment.type INTEGER
  2901.         comment.count 4
  2902.         comment.range '0 - 15'
  2903.         iface PCM
  2904.         device 3
  2905.         name 'Multichannel PCM Send Routing'
  2906.         index 8
  2907.         value.0 8
  2908.         value.1 0
  2909.         value.2 13
  2910.         value.3 14
  2911.     }
  2912.     control.179 {
  2913.         comment.access 'read write inactive'
  2914.         comment.type INTEGER
  2915.         comment.count 4
  2916.         comment.range '0 - 15'
  2917.         iface PCM
  2918.         device 3
  2919.         name 'Multichannel PCM Send Routing'
  2920.         index 9
  2921.         value.0 9
  2922.         value.1 0
  2923.         value.2 13
  2924.         value.3 14
  2925.     }
  2926.     control.180 {
  2927.         comment.access 'read write inactive'
  2928.         comment.type INTEGER
  2929.         comment.count 4
  2930.         comment.range '0 - 15'
  2931.         iface PCM
  2932.         device 3
  2933.         name 'Multichannel PCM Send Routing'
  2934.         index 10
  2935.         value.0 10
  2936.         value.1 0
  2937.         value.2 13
  2938.         value.3 14
  2939.     }
  2940.     control.181 {
  2941.         comment.access 'read write inactive'
  2942.         comment.type INTEGER
  2943.         comment.count 4
  2944.         comment.range '0 - 15'
  2945.         iface PCM
  2946.         device 3
  2947.         name 'Multichannel PCM Send Routing'
  2948.         index 11
  2949.         value.0 11
  2950.         value.1 0
  2951.         value.2 13
  2952.         value.3 14
  2953.     }
  2954.     control.182 {
  2955.         comment.access 'read write inactive'
  2956.         comment.type INTEGER
  2957.         comment.count 4
  2958.         comment.range '0 - 15'
  2959.         iface PCM
  2960.         device 3
  2961.         name 'Multichannel PCM Send Routing'
  2962.         index 12
  2963.         value.0 12
  2964.         value.1 0
  2965.         value.2 13
  2966.         value.3 14
  2967.     }
  2968.     control.183 {
  2969.         comment.access 'read write inactive'
  2970.         comment.type INTEGER
  2971.         comment.count 4
  2972.         comment.range '0 - 15'
  2973.         iface PCM
  2974.         device 3
  2975.         name 'Multichannel PCM Send Routing'
  2976.         index 13
  2977.         value.0 13
  2978.         value.1 0
  2979.         value.2 13
  2980.         value.3 14
  2981.     }
  2982.     control.184 {
  2983.         comment.access 'read write inactive'
  2984.         comment.type INTEGER
  2985.         comment.count 4
  2986.         comment.range '0 - 15'
  2987.         iface PCM
  2988.         device 3
  2989.         name 'Multichannel PCM Send Routing'
  2990.         index 14
  2991.         value.0 14
  2992.         value.1 0
  2993.         value.2 13
  2994.         value.3 14
  2995.     }
  2996.     control.185 {
  2997.         comment.access 'read write inactive'
  2998.         comment.type INTEGER
  2999.         comment.count 4
  3000.         comment.range '0 - 15'
  3001.         iface PCM
  3002.         device 3
  3003.         name 'Multichannel PCM Send Routing'
  3004.         index 15
  3005.         value.0 15
  3006.         value.1 0
  3007.         value.2 13
  3008.         value.3 14
  3009.     }
  3010.     control.186 {
  3011.         comment.access 'read write inactive'
  3012.         comment.type INTEGER
  3013.         comment.count 4
  3014.         comment.range '0 - 255'
  3015.         iface PCM
  3016.         device 3
  3017.         name 'Multichannel PCM Send Volume'
  3018.         value.0 255
  3019.         value.1 0
  3020.         value.2 0
  3021.         value.3 0
  3022.     }
  3023.     control.187 {
  3024.         comment.access 'read write inactive'
  3025.         comment.type INTEGER
  3026.         comment.count 4
  3027.         comment.range '0 - 255'
  3028.         iface PCM
  3029.         device 3
  3030.         name 'Multichannel PCM Send Volume'
  3031.         index 1
  3032.         value.0 255
  3033.         value.1 0
  3034.         value.2 0
  3035.         value.3 0
  3036.     }
  3037.     control.188 {
  3038.         comment.access 'read write inactive'
  3039.         comment.type INTEGER
  3040.         comment.count 4
  3041.         comment.range '0 - 255'
  3042.         iface PCM
  3043.         device 3
  3044.         name 'Multichannel PCM Send Volume'
  3045.         index 2
  3046.         value.0 255
  3047.         value.1 0
  3048.         value.2 0
  3049.         value.3 0
  3050.     }
  3051.     control.189 {
  3052.         comment.access 'read write inactive'
  3053.         comment.type INTEGER
  3054.         comment.count 4
  3055.         comment.range '0 - 255'
  3056.         iface PCM
  3057.         device 3
  3058.         name 'Multichannel PCM Send Volume'
  3059.         index 3
  3060.         value.0 255
  3061.         value.1 0
  3062.         value.2 0
  3063.         value.3 0
  3064.     }
  3065.     control.190 {
  3066.         comment.access 'read write inactive'
  3067.         comment.type INTEGER
  3068.         comment.count 4
  3069.         comment.range '0 - 255'
  3070.         iface PCM
  3071.         device 3
  3072.         name 'Multichannel PCM Send Volume'
  3073.         index 4
  3074.         value.0 255
  3075.         value.1 0
  3076.         value.2 0
  3077.         value.3 0
  3078.     }
  3079.     control.191 {
  3080.         comment.access 'read write inactive'
  3081.         comment.type INTEGER
  3082.         comment.count 4
  3083.         comment.range '0 - 255'
  3084.         iface PCM
  3085.         device 3
  3086.         name 'Multichannel PCM Send Volume'
  3087.         index 5
  3088.         value.0 255
  3089.         value.1 0
  3090.         value.2 0
  3091.         value.3 0
  3092.     }
  3093.     control.192 {
  3094.         comment.access 'read write inactive'
  3095.         comment.type INTEGER
  3096.         comment.count 4
  3097.         comment.range '0 - 255'
  3098.         iface PCM
  3099.         device 3
  3100.         name 'Multichannel PCM Send Volume'
  3101.         index 6
  3102.         value.0 255
  3103.         value.1 0
  3104.         value.2 0
  3105.         value.3 0
  3106.     }
  3107.     control.193 {
  3108.         comment.access 'read write inactive'
  3109.         comment.type INTEGER
  3110.         comment.count 4
  3111.         comment.range '0 - 255'
  3112.         iface PCM
  3113.         device 3
  3114.         name 'Multichannel PCM Send Volume'
  3115.         index 7
  3116.         value.0 255
  3117.         value.1 0
  3118.         value.2 0
  3119.         value.3 0
  3120.     }
  3121.     control.194 {
  3122.         comment.access 'read write inactive'
  3123.         comment.type INTEGER
  3124.         comment.count 4
  3125.         comment.range '0 - 255'
  3126.         iface PCM
  3127.         device 3
  3128.         name 'Multichannel PCM Send Volume'
  3129.         index 8
  3130.         value.0 255
  3131.         value.1 0
  3132.         value.2 0
  3133.         value.3 0
  3134.     }
  3135.     control.195 {
  3136.         comment.access 'read write inactive'
  3137.         comment.type INTEGER
  3138.         comment.count 4
  3139.         comment.range '0 - 255'
  3140.         iface PCM
  3141.         device 3
  3142.         name 'Multichannel PCM Send Volume'
  3143.         index 9
  3144.         value.0 255
  3145.         value.1 0
  3146.         value.2 0
  3147.         value.3 0
  3148.     }
  3149.     control.196 {
  3150.         comment.access 'read write inactive'
  3151.         comment.type INTEGER
  3152.         comment.count 4
  3153.         comment.range '0 - 255'
  3154.         iface PCM
  3155.         device 3
  3156.         name 'Multichannel PCM Send Volume'
  3157.         index 10
  3158.         value.0 255
  3159.         value.1 0
  3160.         value.2 0
  3161.         value.3 0
  3162.     }
  3163.     control.197 {
  3164.         comment.access 'read write inactive'
  3165.         comment.type INTEGER
  3166.         comment.count 4
  3167.         comment.range '0 - 255'
  3168.         iface PCM
  3169.         device 3
  3170.         name 'Multichannel PCM Send Volume'
  3171.         index 11
  3172.         value.0 255
  3173.         value.1 0
  3174.         value.2 0
  3175.         value.3 0
  3176.     }
  3177.     control.198 {
  3178.         comment.access 'read write inactive'
  3179.         comment.type INTEGER
  3180.         comment.count 4
  3181.         comment.range '0 - 255'
  3182.         iface PCM
  3183.         device 3
  3184.         name 'Multichannel PCM Send Volume'
  3185.         index 12
  3186.         value.0 255
  3187.         value.1 0
  3188.         value.2 0
  3189.         value.3 0
  3190.     }
  3191.     control.199 {
  3192.         comment.access 'read write inactive'
  3193.         comment.type INTEGER
  3194.         comment.count 4
  3195.         comment.range '0 - 255'
  3196.         iface PCM
  3197.         device 3
  3198.         name 'Multichannel PCM Send Volume'
  3199.         index 13
  3200.         value.0 255
  3201.         value.1 0
  3202.         value.2 0
  3203.         value.3 0
  3204.     }
  3205.     control.200 {
  3206.         comment.access 'read write inactive'
  3207.         comment.type INTEGER
  3208.         comment.count 4
  3209.         comment.range '0 - 255'
  3210.         iface PCM
  3211.         device 3
  3212.         name 'Multichannel PCM Send Volume'
  3213.         index 14
  3214.         value.0 255
  3215.         value.1 0
  3216.         value.2 0
  3217.         value.3 0
  3218.     }
  3219.     control.201 {
  3220.         comment.access 'read write inactive'
  3221.         comment.type INTEGER
  3222.         comment.count 4
  3223.         comment.range '0 - 255'
  3224.         iface PCM
  3225.         device 3
  3226.         name 'Multichannel PCM Send Volume'
  3227.         index 15
  3228.         value.0 255
  3229.         value.1 0
  3230.         value.2 0
  3231.         value.3 0
  3232.     }
  3233.     control.202 {
  3234.         comment.access 'read write inactive'
  3235.         comment.type INTEGER
  3236.         comment.count 1
  3237.         comment.range '0 - 65535'
  3238.         iface PCM
  3239.         device 3
  3240.         name 'Multichannel PCM Volume'
  3241.         value 65535
  3242.     }
  3243.     control.203 {
  3244.         comment.access 'read write inactive'
  3245.         comment.type INTEGER
  3246.         comment.count 1
  3247.         comment.range '0 - 65535'
  3248.         iface PCM
  3249.         device 3
  3250.         name 'Multichannel PCM Volume'
  3251.         index 1
  3252.         value 65535
  3253.     }
  3254.     control.204 {
  3255.         comment.access 'read write inactive'
  3256.         comment.type INTEGER
  3257.         comment.count 1
  3258.         comment.range '0 - 65535'
  3259.         iface PCM
  3260.         device 3
  3261.         name 'Multichannel PCM Volume'
  3262.         index 2
  3263.         value 65535
  3264.     }
  3265.     control.205 {
  3266.         comment.access 'read write inactive'
  3267.         comment.type INTEGER
  3268.         comment.count 1
  3269.         comment.range '0 - 65535'
  3270.         iface PCM
  3271.         device 3
  3272.         name 'Multichannel PCM Volume'
  3273.         index 3
  3274.         value 65535
  3275.     }
  3276.     control.206 {
  3277.         comment.access 'read write inactive'
  3278.         comment.type INTEGER
  3279.         comment.count 1
  3280.         comment.range '0 - 65535'
  3281.         iface PCM
  3282.         device 3
  3283.         name 'Multichannel PCM Volume'
  3284.         index 4
  3285.         value 65535
  3286.     }
  3287.     control.207 {
  3288.         comment.access 'read write inactive'
  3289.         comment.type INTEGER
  3290.         comment.count 1
  3291.         comment.range '0 - 65535'
  3292.         iface PCM
  3293.         device 3
  3294.         name 'Multichannel PCM Volume'
  3295.         index 5
  3296.         value 65535
  3297.     }
  3298.     control.208 {
  3299.         comment.access 'read write inactive'
  3300.         comment.type INTEGER
  3301.         comment.count 1
  3302.         comment.range '0 - 65535'
  3303.         iface PCM
  3304.         device 3
  3305.         name 'Multichannel PCM Volume'
  3306.         index 6
  3307.         value 65535
  3308.     }
  3309.     control.209 {
  3310.         comment.access 'read write inactive'
  3311.         comment.type INTEGER
  3312.         comment.count 1
  3313.         comment.range '0 - 65535'
  3314.         iface PCM
  3315.         device 3
  3316.         name 'Multichannel PCM Volume'
  3317.         index 7
  3318.         value 65535
  3319.     }
  3320.     control.210 {
  3321.         comment.access 'read write inactive'
  3322.         comment.type INTEGER
  3323.         comment.count 1
  3324.         comment.range '0 - 65535'
  3325.         iface PCM
  3326.         device 3
  3327.         name 'Multichannel PCM Volume'
  3328.         index 8
  3329.         value 65535
  3330.     }
  3331.     control.211 {
  3332.         comment.access 'read write inactive'
  3333.         comment.type INTEGER
  3334.         comment.count 1
  3335.         comment.range '0 - 65535'
  3336.         iface PCM
  3337.         device 3
  3338.         name 'Multichannel PCM Volume'
  3339.         index 9
  3340.         value 65535
  3341.     }
  3342.     control.212 {
  3343.         comment.access 'read write inactive'
  3344.         comment.type INTEGER
  3345.         comment.count 1
  3346.         comment.range '0 - 65535'
  3347.         iface PCM
  3348.         device 3
  3349.         name 'Multichannel PCM Volume'
  3350.         index 10
  3351.         value 65535
  3352.     }
  3353.     control.213 {
  3354.         comment.access 'read write inactive'
  3355.         comment.type INTEGER
  3356.         comment.count 1
  3357.         comment.range '0 - 65535'
  3358.         iface PCM
  3359.         device 3
  3360.         name 'Multichannel PCM Volume'
  3361.         index 11
  3362.         value 65535
  3363.     }
  3364.     control.214 {
  3365.         comment.access 'read write inactive'
  3366.         comment.type INTEGER
  3367.         comment.count 1
  3368.         comment.range '0 - 65535'
  3369.         iface PCM
  3370.         device 3
  3371.         name 'Multichannel PCM Volume'
  3372.         index 12
  3373.         value 65535
  3374.     }
  3375.     control.215 {
  3376.         comment.access 'read write inactive'
  3377.         comment.type INTEGER
  3378.         comment.count 1
  3379.         comment.range '0 - 65535'
  3380.         iface PCM
  3381.         device 3
  3382.         name 'Multichannel PCM Volume'
  3383.         index 13
  3384.         value 65535
  3385.     }
  3386.     control.216 {
  3387.         comment.access 'read write inactive'
  3388.         comment.type INTEGER
  3389.         comment.count 1
  3390.         comment.range '0 - 65535'
  3391.         iface PCM
  3392.         device 3
  3393.         name 'Multichannel PCM Volume'
  3394.         index 14
  3395.         value 65535
  3396.     }
  3397.     control.217 {
  3398.         comment.access 'read write inactive'
  3399.         comment.type INTEGER
  3400.         comment.count 1
  3401.         comment.range '0 - 65535'
  3402.         iface PCM
  3403.         device 3
  3404.         name 'Multichannel PCM Volume'
  3405.         index 15
  3406.         value 65535
  3407.     }
  3408.     control.218 {
  3409.         comment.access read
  3410.         comment.type IEC958
  3411.         comment.count 1
  3412.         iface PCM
  3413.         device 2
  3414.         name 'IEC958 Playback Mask'
  3415.         value ffffffff00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
  3416.     }
  3417.     control.219 {
  3418.         comment.access read
  3419.         comment.type IEC958
  3420.         comment.count 1
  3421.         iface PCM
  3422.         device 2
  3423.         name 'IEC958 Playback Mask'
  3424.         index 1
  3425.         value ffffffff00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
  3426.     }
  3427.     control.220 {
  3428.         comment.access read
  3429.         comment.type IEC958
  3430.         comment.count 1
  3431.         iface PCM
  3432.         device 2
  3433.         name 'IEC958 Playback Mask'
  3434.         index 2
  3435.         value ffffffff00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
  3436.     }
  3437.     control.221 {
  3438.         comment.access read
  3439.         comment.type IEC958
  3440.         comment.count 1
  3441.         iface PCM
  3442.         device 2
  3443.         name 'IEC958 Playback Mask'
  3444.         index 3
  3445.         value ffffffff000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000

PermaLink to this entry https://pastebin.co.uk/11772
Posted by Anonymous Mon 12th Mar 2007 18:39 - Syntax is NullSoft Installer - 154 views
Download | New Post | Modify | Hide line numbers

 

Comments: 0