-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Alberto Mardegan wrote:

| --- William Wylde Baron Shatturday <[EMAIL PROTECTED]> ha
| scritto:
|
|> For some reason, in alsamixer you have to use the wave_surround
|> slider to get any volume out of speakers.
|
|
| Id doesn't work! Can please someone with a SoundBlaster Live! with
| working master and PCM volume controls tell me their configuration
| (asound.state file, output jack used, and card model)? TIA!
|
| Mardy

Kernel 2.6.6-rc2-mm1,
alsa-drivers 1.0.4 (not from the kernel),
alsa-lib 1.0.4, alsa-utils 1.0.4

Not Debian, Gentoo Linux instead, but the file should work anyway.

Here you go.
My card is an old SB Live Value. (non-OEM)
I do not have LiveDrive attached.

#lspci -v

<snip>
0000:01:0a.0 Multimedia audio controller: Creative Labs SB Live!
EMU10k1 (rev 04)
~        Subsystem: Creative Labs CT4850 SBLive! Value
~        Flags: bus master, medium devsel, latency 32, IRQ 5
~        I/O ports at d400
~        Capabilities: [dc] Power Management version 1

0000:01:0a.1 Input device controller: Creative Labs SB Live! MIDI/Game
Port (rev 01)
~        Subsystem: Creative Labs Gameport Joystick
~        Flags: bus master, medium devsel, latency 32
~        I/O ports at d800
~        Capabilities: [dc] Power Management version 1
<snip>

My current asound.state works with both outputs.
The only problem is that MIDI playback is audible only when using AC97
(front, green) output jack and not with the other one (rear, black),
but that's normal I think.

asound.state:

state.Live {
~    control.1 {
~        comment.access 'read write'
~        comment.type INTEGER
~        comment.range '0 - 100'
~        iface MIXER
~        name 'Wave Playback Volume'
~        value.0 100
~        value.1 100
~    }
~    control.2 {
~        comment.access 'read write'
~        comment.type INTEGER
~        comment.range '0 - 100'
~        iface MIXER
~        name 'Wave Surround Playback Volume'
~        value.0 90
~        value.1 90
~    }
~    control.3 {
~        comment.access 'read write'
~        comment.type INTEGER
~        comment.range '0 - 100'
~        iface MIXER
~        name 'Wave Center Playback Volume'
~        value 0
~    }
~    control.4 {
~        comment.access 'read write'
~        comment.type INTEGER
~        comment.range '0 - 100'
~        iface MIXER
~        name 'Wave LFE Playback Volume'
~        value 0
~    }
~    control.5 {
~        comment.access 'read write'
~        comment.type INTEGER
~        comment.range '0 - 100'
~        iface MIXER
~        name 'Wave Capture Volume'
~        value.0 0
~        value.1 0
~    }
~    control.6 {
~        comment.access 'read write'
~        comment.type BOOLEAN
~        iface MIXER
~        name 'Wave Capture Switch'
~        value.0 false
~        value.1 false
~    }
~    control.7 {
~        comment.access 'read write'
~        comment.type INTEGER
~        comment.range '0 - 100'
~        iface MIXER
~        name 'Music Playback Volume'
~        value.0 100
~        value.1 100
~    }
~    control.8 {
~        comment.access 'read write'
~        comment.type INTEGER
~        comment.range '0 - 100'
~        iface MIXER
~        name 'Music Capture Volume'
~        value.0 100
~        value.1 100
~    }
~    control.9 {
~        comment.access 'read write'
~        comment.type BOOLEAN
~        iface MIXER
~        name 'Music Capture Switch'
~        value.0 true
~        value.1 true
~    }
~    control.10 {
~        comment.access 'read write'
~        comment.type INTEGER
~        comment.range '0 - 100'
~        iface MIXER
~        name 'Surround Playback Volume'
~        value.0 100
~        value.1 100
~    }
~    control.11 {
~        comment.access 'read write'
~        comment.type INTEGER
~        comment.range '0 - 100'
~        iface MIXER
~        name 'Surround Capture Volume'
~        value.0 0
~        value.1 0
~    }
~    control.12 {
~        comment.access 'read write'
~        comment.type BOOLEAN
~        iface MIXER
~        name 'Surround Capture Switch'
~        value.0 false
~        value.1 false
~    }
~    control.13 {
~        comment.access 'read write'
~        comment.type INTEGER
~        comment.range '0 - 100'
~        iface MIXER
~        name 'Center Playback Volume'
~        value 100
~    }
~    control.14 {
~        comment.access 'read write'
~        comment.type INTEGER
~        comment.range '0 - 100'
~        iface MIXER
~        name 'LFE Playback Volume'
~        value 100
~    }
~    control.15 {
~        comment.access 'read write'
~        comment.type INTEGER
~        comment.range '0 - 100'
~        iface MIXER
~        name 'AC97 Playback Volume'
~        value.0 100
~        value.1 100
~    }
~    control.16 {
~        comment.access 'read write'
~        comment.type INTEGER
~        comment.range '0 - 100'
~        iface MIXER
~        name 'AC97 Capture Volume'
~        value.0 100
~        value.1 100
~    }
~    control.17 {
~        comment.access 'read write'
~        comment.type INTEGER
~        comment.range '0 - 100'
~        iface MIXER
~        name 'IEC958 TTL Playback Volume'
~        value.0 0
~        value.1 0
~    }
~    control.18 {
~        comment.access 'read write'
~        comment.type INTEGER
~        comment.range '0 - 100'
~        iface MIXER
~        name 'IEC958 TTL Capture Volume'
~        value.0 0
~        value.1 0
~    }
~    control.19 {
~        comment.access 'read write'
~        comment.type BOOLEAN
~        iface MIXER
~        name 'IEC958 TTL Capture Switch'
~        value.0 false
~        value.1 false
~    }
~    control.20 {
~        comment.access 'read write'
~        comment.type INTEGER
~        comment.range '0 - 100'
~        iface MIXER
~        name 'IEC958 LiveDrive Playback Volume'
~        value.0 0
~        value.1 0
~    }
~    control.21 {
~        comment.access 'read write'
~        comment.type INTEGER
~        comment.range '0 - 100'
~        iface MIXER
~        name 'IEC958 LiveDrive Capture Volume'
~        value.0 0
~        value.1 0
~    }
~    control.22 {
~        comment.access 'read write'
~        comment.type BOOLEAN
~        iface MIXER
~        name 'IEC958 LiveDrive Capture Switch'
~        value.0 false
~        value.1 false
~    }
~    control.23 {
~        comment.access 'read write'
~        comment.type INTEGER
~        comment.range '0 - 100'
~        iface MIXER
~        name 'Line LiveDrive Playback Volume'
~        value.0 0
~        value.1 0
~    }
~    control.24 {
~        comment.access 'read write'
~        comment.type INTEGER
~        comment.range '0 - 100'
~        iface MIXER
~        name 'Line LiveDrive Capture Volume'
~        value.0 0
~        value.1 0
~    }
~    control.25 {
~        comment.access 'read write'
~        comment.type BOOLEAN
~        iface MIXER
~        name 'Line LiveDrive Capture Switch'
~        value.0 false
~        value.1 false
~    }
~    control.26 {
~        comment.access 'read write'
~        comment.type INTEGER
~        comment.range '0 - 100'
~        iface MIXER
~        name 'IEC958 Coaxial Playback Volume'
~        value.0 0
~        value.1 0
~    }
~    control.27 {
~        comment.access 'read write'
~        comment.type INTEGER
~        comment.range '0 - 100'
~        iface MIXER
~        name 'IEC958 Coaxial Capture Volume'
~        value.0 0
~        value.1 0
~    }
~    control.28 {
~        comment.access 'read write'
~        comment.type BOOLEAN
~        iface MIXER
~        name 'IEC958 Coaxial Capture Switch'
~        value.0 false
~        value.1 false
~    }
~    control.29 {
~        comment.access 'read write'
~        comment.type INTEGER
~        comment.range '0 - 100'
~        iface MIXER
~        name 'Line2 LiveDrive Playback Volume'
~        index 1
~        value.0 0
~        value.1 0
~    }
~    control.30 {
~        comment.access 'read write'
~        comment.type INTEGER
~        comment.range '0 - 100'
~        iface MIXER
~        name 'Line2 LiveDrive Capture Volume'
~        index 1
~        value.0 0
~        value.1 0
~    }
~    control.31 {
~        comment.access 'read write'
~        comment.type BOOLEAN
~        iface MIXER
~        name 'Line2 LiveDrive Capture Switch'
~        index 1
~        value.0 false
~        value.1 false
~    }
~    control.32 {
~        comment.access 'read write'
~        comment.type INTEGER
~        comment.range '0 - 40'
~        iface MIXER
~        name 'Tone Control - Bass'
~        value.0 20
~        value.1 20
~    }
~    control.33 {
~        comment.access 'read write'
~        comment.type INTEGER
~        comment.range '0 - 40'
~        iface MIXER
~        name 'Tone Control - Treble'
~        value.0 20
~        value.1 20
~    }
~    control.34 {
~        comment.access 'read write'
~        comment.type BOOLEAN
~        iface MIXER
~        name 'Tone Control - Switch'
~        value.0 true
~        value.1 true
~    }
~    control.35 {
~        comment.access 'read write'
~        comment.type BOOLEAN
~        iface MIXER
~        name 'IEC958 Optical Raw Playback Switch'
~        value.0 false
~        value.1 false
~    }
~    control.36 {
~        comment.access 'read write'
~        comment.type INTEGER
~        comment.range '0 - 100'
~        iface MIXER
~        name 'Headphone Playback Volume'
~        index 1
~        value.0 0
~        value.1 0
~    }
~    control.37 {
~        comment.access 'read write'
~        comment.type BOOLEAN
~        iface MIXER
~        name 'Headphone Center Playback Switch'
~        index 1
~        value false
~    }
~    control.38 {
~        comment.access 'read write'
~        comment.type BOOLEAN
~        iface MIXER
~        name 'Headphone LFE Playback Switch'
~        index 1
~        value false
~    }
~    control.39 {
~        comment.access 'read write'
~        comment.type BOOLEAN
~        iface PCM
~        name 'EFX voices mask'
~        value.0 true
~        value.1 false
~        value.2 false
~        value.3 false
~        value.4 false
~        value.5 false
~        value.6 false
~        value.7 false
~        value.8 false
~        value.9 false
~        value.10 false
~        value.11 false
~        value.12 true
~        value.13 false
~        value.14 false
~        value.15 false
~        value.16 false
~        value.17 false
~        value.18 false
~        value.19 false
~        value.20 false
~        value.21 false
~        value.22 false
~        value.23 false
~        value.24 false
~        value.25 false
~        value.26 false
~        value.27 false
~        value.28 false
~        value.29 false
~        value.30 false
~        value.31 false
~    }
~    control.40 {
~        comment.access 'read write'
~        comment.type BOOLEAN
~        iface MIXER
~        name 'Master Playback Switch'
~        value true
~    }
~    control.41 {
~        comment.access 'read write'
~        comment.type INTEGER
~        comment.range '0 - 63'
~        iface MIXER
~        name 'Master Playback Volume'
~        value.0 44
~        value.1 44
~    }
~    control.44 {
~        comment.access 'read write'
~        comment.type BOOLEAN
~        iface MIXER
~        name 'PC Speaker Playback Switch'
~        value false
~    }
~    control.45 {
~        comment.access 'read write'
~        comment.type INTEGER
~        comment.range '0 - 15'
~        iface MIXER
~        name 'PC Speaker Playback Volume'
~        value 0
~    }
~    control.46 {
~        comment.access 'read write'
~        comment.type BOOLEAN
~        iface MIXER
~        name 'Phone Playback Switch'
~        value false
~    }
~    control.47 {
~        comment.access 'read write'
~        comment.type INTEGER
~        comment.range '0 - 31'
~        iface MIXER
~        name 'Phone Playback Volume'
~        value 0
~    }
~    control.48 {
~        comment.access 'read write'
~        comment.type BOOLEAN
~        iface MIXER
~        name 'Mic Playback Switch'
~        value false
~    }
~    control.49 {
~        comment.access 'read write'
~        comment.type INTEGER
~        comment.range '0 - 31'
~        iface MIXER
~        name 'Mic Playback Volume'
~        value 0
~    }
~    control.50 {
~        comment.access 'read write'
~        comment.type BOOLEAN
~        iface MIXER
~        name 'Mic Boost (+20dB)'
~        value false
~    }
~    control.51 {
~        comment.access 'read write'
~        comment.type BOOLEAN
~        iface MIXER
~        name 'Line Playback Switch'
~        value false
~    }
~    control.52 {
~        comment.access 'read write'
~        comment.type INTEGER
~        comment.range '0 - 31'
~        iface MIXER
~        name 'Line Playback Volume'
~        value.0 0
~        value.1 0
~    }
~    control.53 {
~        comment.access 'read write'
~        comment.type BOOLEAN
~        iface MIXER
~        name 'CD Playback Switch'
~        value false
~    }
~    control.54 {
~        comment.access 'read write'
~        comment.type INTEGER
~        comment.range '0 - 31'
~        iface MIXER
~        name 'CD Playback Volume'
~        value.0 0
~        value.1 0
~    }
~    control.55 {
~        comment.access 'read write'
~        comment.type BOOLEAN
~        iface MIXER
~        name 'Video Playback Switch'
~        value false
~    }
~    control.56 {
~        comment.access 'read write'
~        comment.type INTEGER
~        comment.range '0 - 31'
~        iface MIXER
~        name 'Video Playback Volume'
~        value.0 0
~        value.1 0
~    }
~    control.57 {
~        comment.access 'read write'
~        comment.type BOOLEAN
~        iface MIXER
~        name 'Aux Playback Switch'
~        value false
~    }
~    control.58 {
~        comment.access 'read write'
~        comment.type INTEGER
~        comment.range '0 - 31'
~        iface MIXER
~        name 'Aux Playback Volume'
~        value.0 0
~        value.1 0
~    }
~    control.59 {
~        comment.access 'read write'
~        comment.type BOOLEAN
~        iface MIXER
~        name 'PCM Playback Switch'
~        value true
~    }
~    control.60 {
~        comment.access 'read write'
~        comment.type INTEGER
~        comment.range '0 - 31'
~        iface MIXER
~        name 'PCM Playback Volume'
~        value.0 31
~        value.1 31
~    }
~    control.61 {
~        comment.access 'read write'
~        comment.type ENUMERATED
~        comment.item.0 Mic
~        comment.item.1 CD
~        comment.item.2 Video
~        comment.item.3 Aux
~        comment.item.4 Line
~        comment.item.5 Mix
~        comment.item.6 'Mix Mono'
~        comment.item.7 Phone
~        iface MIXER
~        name 'Capture Source'
~        value.0 Mic
~        value.1 Mic
~    }
~    control.62 {
~        comment.access 'read write'
~        comment.type BOOLEAN
~        iface MIXER
~        name 'Capture Switch'
~        value true
~    }
~    control.63 {
~        comment.access 'read write'
~        comment.type INTEGER
~        comment.range '0 - 15'
~        iface MIXER
~        name 'Capture Volume'
~        value.0 0
~        value.1 0
~    }
~    control.65 {
~        comment.access 'read write'
~        comment.type BOOLEAN
~        iface MIXER
~        name '3D Control - Switch'
~        value false
~    }
~    control.67 {
~        comment.access 'read write'
~        comment.type ENUMERATED
~        comment.item.0 Mic1
~        comment.item.1 Mic2
~        iface MIXER
~        name 'Mic Select'
~        value Mic1
~    }
~    control.68 {
~        comment.access 'read write inactive'
~        comment.type INTEGER
~        comment.range '0 - 15'
~        iface MIXER
~        name 'EMU10K1 PCM Send Routing'
~        value.0 0
~        value.1 1
~        value.2 2
~        value.3 3
~        value.4 0
~        value.5 1
~        value.6 2
~        value.7 3
~        value.8 0
~        value.9 1
~        value.10 2
~        value.11 3
~    }
~    control.69 {
~        comment.access 'read write inactive'
~        comment.type INTEGER
~        comment.range '0 - 15'
~        iface MIXER
~        name 'EMU10K1 PCM Send Routing'
~        index 1
~        value.0 0
~        value.1 1
~        value.2 2
~        value.3 3
~        value.4 0
~        value.5 1
~        value.6 2
~        value.7 3
~        value.8 0
~        value.9 1
~        value.10 2
~        value.11 3
~    }
~    control.70 {
~        comment.access 'read write inactive'
~        comment.type INTEGER
~        comment.range '0 - 15'
~        iface MIXER
~        name 'EMU10K1 PCM Send Routing'
~        index 2
~        value.0 0
~        value.1 1
~        value.2 2
~        value.3 3
~        value.4 0
~        value.5 1
~        value.6 2
~        value.7 3
~        value.8 0
~        value.9 1
~        value.10 2
~        value.11 3
~    }
~    control.71 {
~        comment.access 'read write inactive'
~        comment.type INTEGER
~        comment.range '0 - 15'
~        iface MIXER
~        name 'EMU10K1 PCM Send Routing'
~        index 3
~        value.0 0
~        value.1 1
~        value.2 2
~        value.3 3
~        value.4 0
~        value.5 1
~        value.6 2
~        value.7 3
~        value.8 0
~        value.9 1
~        value.10 2
~        value.11 3
~    }
~    control.72 {
~        comment.access 'read write inactive'
~        comment.type INTEGER
~        comment.range '0 - 15'
~        iface MIXER
~        name 'EMU10K1 PCM Send Routing'
~        index 4
~        value.0 0
~        value.1 1
~        value.2 2
~        value.3 3
~        value.4 0
~        value.5 1
~        value.6 2
~        value.7 3
~        value.8 0
~        value.9 1
~        value.10 2
~        value.11 3
~    }
~    control.73 {
~        comment.access 'read write inactive'
~        comment.type INTEGER
~        comment.range '0 - 15'
~        iface MIXER
~        name 'EMU10K1 PCM Send Routing'
~        index 5
~        value.0 0
~        value.1 1
~        value.2 2
~        value.3 3
~        value.4 0
~        value.5 1
~        value.6 2
~        value.7 3
~        value.8 0
~        value.9 1
~        value.10 2
~        value.11 3
~    }
~    control.74 {
~        comment.access 'read write inactive'
~        comment.type INTEGER
~        comment.range '0 - 15'
~        iface MIXER
~        name 'EMU10K1 PCM Send Routing'
~        index 6
~        value.0 0
~        value.1 1
~        value.2 2
~        value.3 3
~        value.4 0
~        value.5 1
~        value.6 2
~        value.7 3
~        value.8 0
~        value.9 1
~        value.10 2
~        value.11 3
~    }
~    control.75 {
~        comment.access 'read write inactive'
~        comment.type INTEGER
~        comment.range '0 - 15'
~        iface MIXER
~        name 'EMU10K1 PCM Send Routing'
~        index 7
~        value.0 0
~        value.1 1
~        value.2 2
~        value.3 3
~        value.4 0
~        value.5 1
~        value.6 2
~        value.7 3
~        value.8 0
~        value.9 1
~        value.10 2
~        value.11 3
~    }
~    control.76 {
~        comment.access 'read write inactive'
~        comment.type INTEGER
~        comment.range '0 - 15'
~        iface MIXER
~        name 'EMU10K1 PCM Send Routing'
~        index 8
~        value.0 0
~        value.1 1
~        value.2 2
~        value.3 3
~        value.4 0
~        value.5 1
~        value.6 2
~        value.7 3
~        value.8 0
~        value.9 1
~        value.10 2
~        value.11 3
~    }
~    control.77 {
~        comment.access 'read write inactive'
~        comment.type INTEGER
~        comment.range '0 - 15'
~        iface MIXER
~        name 'EMU10K1 PCM Send Routing'
~        index 9
~        value.0 0
~        value.1 1
~        value.2 2
~        value.3 3
~        value.4 0
~        value.5 1
~        value.6 2
~        value.7 3
~        value.8 0
~        value.9 1
~        value.10 2
~        value.11 3
~    }
~    control.78 {
~        comment.access 'read write inactive'
~        comment.type INTEGER
~        comment.range '0 - 15'
~        iface MIXER
~        name 'EMU10K1 PCM Send Routing'
~        index 10
~        value.0 0
~        value.1 1
~        value.2 2
~        value.3 3
~        value.4 0
~        value.5 1
~        value.6 2
~        value.7 3
~        value.8 0
~        value.9 1
~        value.10 2
~        value.11 3
~    }
~    control.79 {
~        comment.access 'read write inactive'
~        comment.type INTEGER
~        comment.range '0 - 15'
~        iface MIXER
~        name 'EMU10K1 PCM Send Routing'
~        index 11
~        value.0 0
~        value.1 1
~        value.2 2
~        value.3 3
~        value.4 0
~        value.5 1
~        value.6 2
~        value.7 3
~        value.8 0
~        value.9 1
~        value.10 2
~        value.11 3
~    }
~    control.80 {
~        comment.access 'read write inactive'
~        comment.type INTEGER
~        comment.range '0 - 15'
~        iface MIXER
~        name 'EMU10K1 PCM Send Routing'
~        index 12
~        value.0 0
~        value.1 1
~        value.2 2
~        value.3 3
~        value.4 0
~        value.5 1
~        value.6 2
~        value.7 3
~        value.8 0
~        value.9 1
~        value.10 2
~        value.11 3
~    }
~    control.81 {
~        comment.access 'read write inactive'
~        comment.type INTEGER
~        comment.range '0 - 15'
~        iface MIXER
~        name 'EMU10K1 PCM Send Routing'
~        index 13
~        value.0 0
~        value.1 1
~        value.2 2
~        value.3 3
~        value.4 0
~        value.5 1
~        value.6 2
~        value.7 3
~        value.8 0
~        value.9 1
~        value.10 2
~        value.11 3
~    }
~    control.82 {
~        comment.access 'read write inactive'
~        comment.type INTEGER
~        comment.range '0 - 15'
~        iface MIXER
~        name 'EMU10K1 PCM Send Routing'
~        index 14
~        value.0 0
~        value.1 1
~        value.2 2
~        value.3 3
~        value.4 0
~        value.5 1
~        value.6 2
~        value.7 3
~        value.8 0
~        value.9 1
~        value.10 2
~        value.11 3
~    }
~    control.83 {
~        comment.access 'read write inactive'
~        comment.type INTEGER
~        comment.range '0 - 15'
~        iface MIXER
~        name 'EMU10K1 PCM Send Routing'
~        index 15
~        value.0 0
~        value.1 1
~        value.2 2
~        value.3 3
~        value.4 0
~        value.5 1
~        value.6 2
~        value.7 3
~        value.8 0
~        value.9 1
~        value.10 2
~        value.11 3
~    }
~    control.84 {
~        comment.access 'read write inactive'
~        comment.type INTEGER
~        comment.range '0 - 15'
~        iface MIXER
~        name 'EMU10K1 PCM Send Routing'
~        index 16
~        value.0 0
~        value.1 1
~        value.2 2
~        value.3 3
~        value.4 0
~        value.5 1
~        value.6 2
~        value.7 3
~        value.8 0
~        value.9 1
~        value.10 2
~        value.11 3
~    }
~    control.85 {
~        comment.access 'read write inactive'
~        comment.type INTEGER
~        comment.range '0 - 15'
~        iface MIXER
~        name 'EMU10K1 PCM Send Routing'
~        index 17
~        value.0 0
~        value.1 1
~        value.2 2
~        value.3 3
~        value.4 0
~        value.5 1
~        value.6 2
~        value.7 3
~        value.8 0
~        value.9 1
~        value.10 2
~        value.11 3
~    }
~    control.86 {
~        comment.access 'read write inactive'
~        comment.type INTEGER
~        comment.range '0 - 15'
~        iface MIXER
~        name 'EMU10K1 PCM Send Routing'
~        index 18
~        value.0 0
~        value.1 1
~        value.2 2
~        value.3 3
~        value.4 0
~        value.5 1
~        value.6 2
~        value.7 3
~        value.8 0
~        value.9 1
~        value.10 2
~        value.11 3
~    }
~    control.87 {
~        comment.access 'read write inactive'
~        comment.type INTEGER
~        comment.range '0 - 15'
~        iface MIXER
~        name 'EMU10K1 PCM Send Routing'
~        index 19
~        value.0 0
~        value.1 1
~        value.2 2
~        value.3 3
~        value.4 0
~        value.5 1
~        value.6 2
~        value.7 3
~        value.8 0
~        value.9 1
~        value.10 2
~        value.11 3
~    }
~    control.88 {
~        comment.access 'read write inactive'
~        comment.type INTEGER
~        comment.range '0 - 15'
~        iface MIXER
~        name 'EMU10K1 PCM Send Routing'
~        index 20
~        value.0 0
~        value.1 1
~        value.2 2
~        value.3 3
~        value.4 0
~        value.5 1
~        value.6 2
~        value.7 3
~        value.8 0
~        value.9 1
~        value.10 2
~        value.11 3
~    }
~    control.89 {
~        comment.access 'read write inactive'
~        comment.type INTEGER
~        comment.range '0 - 15'
~        iface MIXER
~        name 'EMU10K1 PCM Send Routing'
~        index 21
~        value.0 0
~        value.1 1
~        value.2 2
~        value.3 3
~        value.4 0
~        value.5 1
~        value.6 2
~        value.7 3
~        value.8 0
~        value.9 1
~        value.10 2
~        value.11 3
~    }
~    control.90 {
~        comment.access 'read write inactive'
~        comment.type INTEGER
~        comment.range '0 - 15'
~        iface MIXER
~        name 'EMU10K1 PCM Send Routing'
~        index 22
~        value.0 0
~        value.1 1
~        value.2 2
~        value.3 3
~        value.4 0
~        value.5 1
~        value.6 2
~        value.7 3
~        value.8 0
~        value.9 1
~        value.10 2
~        value.11 3
~    }
~    control.91 {
~        comment.access 'read write inactive'
~        comment.type INTEGER
~        comment.range '0 - 15'
~        iface MIXER
~        name 'EMU10K1 PCM Send Routing'
~        index 23
~        value.0 0
~        value.1 1
~        value.2 2
~        value.3 3
~        value.4 0
~        value.5 1
~        value.6 2
~        value.7 3
~        value.8 0
~        value.9 1
~        value.10 2
~        value.11 3
~    }
~    control.92 {
~        comment.access 'read write inactive'
~        comment.type INTEGER
~        comment.range '0 - 15'
~        iface MIXER
~        name 'EMU10K1 PCM Send Routing'
~        index 24
~        value.0 0
~        value.1 1
~        value.2 2
~        value.3 3
~        value.4 0
~        value.5 1
~        value.6 2
~        value.7 3
~        value.8 0
~        value.9 1
~        value.10 2
~        value.11 3
~    }
~    control.93 {
~        comment.access 'read write inactive'
~        comment.type INTEGER
~        comment.range '0 - 15'
~        iface MIXER
~        name 'EMU10K1 PCM Send Routing'
~        index 25
~        value.0 0
~        value.1 1
~        value.2 2
~        value.3 3
~        value.4 0
~        value.5 1
~        value.6 2
~        value.7 3
~        value.8 0
~        value.9 1
~        value.10 2
~        value.11 3
~    }
~    control.94 {
~        comment.access 'read write inactive'
~        comment.type INTEGER
~        comment.range '0 - 15'
~        iface MIXER
~        name 'EMU10K1 PCM Send Routing'
~        index 26
~        value.0 0
~        value.1 1
~        value.2 2
~        value.3 3
~        value.4 0
~        value.5 1
~        value.6 2
~        value.7 3
~        value.8 0
~        value.9 1
~        value.10 2
~        value.11 3
~    }
~    control.95 {
~        comment.access 'read write inactive'
~        comment.type INTEGER
~        comment.range '0 - 15'
~        iface MIXER
~        name 'EMU10K1 PCM Send Routing'
~        index 27
~        value.0 0
~        value.1 1
~        value.2 2
~        value.3 3
~        value.4 0
~        value.5 1
~        value.6 2
~        value.7 3
~        value.8 0
~        value.9 1
~        value.10 2
~        value.11 3
~    }
~    control.96 {
~        comment.access 'read write inactive'
~        comment.type INTEGER
~        comment.range '0 - 15'
~        iface MIXER
~        name 'EMU10K1 PCM Send Routing'
~        index 28
~        value.0 0
~        value.1 1
~        value.2 2
~        value.3 3
~        value.4 0
~        value.5 1
~        value.6 2
~        value.7 3
~        value.8 0
~        value.9 1
~        value.10 2
~        value.11 3
~    }
~    control.97 {
~        comment.access 'read write inactive'
~        comment.type INTEGER
~        comment.range '0 - 15'
~        iface MIXER
~        name 'EMU10K1 PCM Send Routing'
~        index 29
~        value.0 0
~        value.1 1
~        value.2 2
~        value.3 3
~        value.4 0
~        value.5 1
~        value.6 2
~        value.7 3
~        value.8 0
~        value.9 1
~        value.10 2
~        value.11 3
~    }
~    control.98 {
~        comment.access 'read write inactive'
~        comment.type INTEGER
~        comment.range '0 - 15'
~        iface MIXER
~        name 'EMU10K1 PCM Send Routing'
~        index 30
~        value.0 0
~        value.1 1
~        value.2 2
~        value.3 3
~        value.4 0
~        value.5 1
~        value.6 2
~        value.7 3
~        value.8 0
~        value.9 1
~        value.10 2
~        value.11 3
~    }
~    control.99 {
~        comment.access 'read write inactive'
~        comment.type INTEGER
~        comment.range '0 - 15'
~        iface MIXER
~        name 'EMU10K1 PCM Send Routing'
~        index 31
~        value.0 0
~        value.1 1
~        value.2 2
~        value.3 3
~        value.4 0
~        value.5 1
~        value.6 2
~        value.7 3
~        value.8 0
~        value.9 1
~        value.10 2
~        value.11 3
~    }
~    control.100 {
~        comment.access 'read write inactive'
~        comment.type INTEGER
~        comment.range '0 - 255'
~        iface MIXER
~        name 'EMU10K1 PCM Send Volume'
~        value.0 255
~        value.1 255
~        value.2 0
~        value.3 0
~        value.4 255
~        value.5 0
~        value.6 0
~        value.7 0
~        value.8 0
~        value.9 255
~        value.10 0
~        value.11 0
~    }
~    control.101 {
~        comment.access 'read write inactive'
~        comment.type INTEGER
~        comment.range '0 - 255'
~        iface MIXER
~        name 'EMU10K1 PCM Send Volume'
~        index 1
~        value.0 255
~        value.1 255
~        value.2 0
~        value.3 0
~        value.4 255
~        value.5 0
~        value.6 0
~        value.7 0
~        value.8 0
~        value.9 255
~        value.10 0
~        value.11 0
~    }
~    control.102 {
~        comment.access 'read write inactive'
~        comment.type INTEGER
~        comment.range '0 - 255'
~        iface MIXER
~        name 'EMU10K1 PCM Send Volume'
~        index 2
~        value.0 255
~        value.1 255
~        value.2 0
~        value.3 0
~        value.4 255
~        value.5 0
~        value.6 0
~        value.7 0
~        value.8 0
~        value.9 255
~        value.10 0
~        value.11 0
~    }
~    control.103 {
~        comment.access 'read write inactive'
~        comment.type INTEGER
~        comment.range '0 - 255'
~        iface MIXER
~        name 'EMU10K1 PCM Send Volume'
~        index 3
~        value.0 255
~        value.1 255
~        value.2 0
~        value.3 0
~        value.4 255
~        value.5 0
~        value.6 0
~        value.7 0
~        value.8 0
~        value.9 255
~        value.10 0
~        value.11 0
~    }
~    control.104 {
~        comment.access 'read write inactive'
~        comment.type INTEGER
~        comment.range '0 - 255'
~        iface MIXER
~        name 'EMU10K1 PCM Send Volume'
~        index 4
~        value.0 255
~        value.1 255
~        value.2 0
~        value.3 0
~        value.4 255
~        value.5 0
~        value.6 0
~        value.7 0
~        value.8 0
~        value.9 255
~        value.10 0
~        value.11 0
~    }
~    control.105 {
~        comment.access 'read write inactive'
~        comment.type INTEGER
~        comment.range '0 - 255'
~        iface MIXER
~        name 'EMU10K1 PCM Send Volume'
~        index 5
~        value.0 255
~        value.1 255
~        value.2 0
~        value.3 0
~        value.4 255
~        value.5 0
~        value.6 0
~        value.7 0
~        value.8 0
~        value.9 255
~        value.10 0
~        value.11 0
~    }
~    control.106 {
~        comment.access 'read write inactive'
~        comment.type INTEGER
~        comment.range '0 - 255'
~        iface MIXER
~        name 'EMU10K1 PCM Send Volume'
~        index 6
~        value.0 255
~        value.1 255
~        value.2 0
~        value.3 0
~        value.4 255
~        value.5 0
~        value.6 0
~        value.7 0
~        value.8 0
~        value.9 255
~        value.10 0
~        value.11 0
~    }
~    control.107 {
~        comment.access 'read write inactive'
~        comment.type INTEGER
~        comment.range '0 - 255'
~        iface MIXER
~        name 'EMU10K1 PCM Send Volume'
~        index 7
~        value.0 255
~        value.1 255
~        value.2 0
~        value.3 0
~        value.4 255
~        value.5 0
~        value.6 0
~        value.7 0
~        value.8 0
~        value.9 255
~        value.10 0
~        value.11 0
~    }
~    control.108 {
~        comment.access 'read write inactive'
~        comment.type INTEGER
~        comment.range '0 - 255'
~        iface MIXER
~        name 'EMU10K1 PCM Send Volume'
~        index 8
~        value.0 255
~        value.1 255
~        value.2 0
~        value.3 0
~        value.4 255
~        value.5 0
~        value.6 0
~        value.7 0
~        value.8 0
~        value.9 255
~        value.10 0
~        value.11 0
~    }
~    control.109 {
~        comment.access 'read write inactive'
~        comment.type INTEGER
~        comment.range '0 - 255'
~        iface MIXER
~        name 'EMU10K1 PCM Send Volume'
~        index 9
~        value.0 255
~        value.1 255
~        value.2 0
~        value.3 0
~        value.4 255
~        value.5 0
~        value.6 0
~        value.7 0
~        value.8 0
~        value.9 255
~        value.10 0
~        value.11 0
~    }
~    control.110 {
~        comment.access 'read write inactive'
~        comment.type INTEGER
~        comment.range '0 - 255'
~        iface MIXER
~        name 'EMU10K1 PCM Send Volume'
~        index 10
~        value.0 255
~        value.1 255
~        value.2 0
~        value.3 0
~        value.4 255
~        value.5 0
~        value.6 0
~        value.7 0
~        value.8 0
~        value.9 255
~        value.10 0
~        value.11 0
~    }
~    control.111 {
~        comment.access 'read write inactive'
~        comment.type INTEGER
~        comment.range '0 - 255'
~        iface MIXER
~        name 'EMU10K1 PCM Send Volume'
~        index 11
~        value.0 255
~        value.1 255
~        value.2 0
~        value.3 0
~        value.4 255
~        value.5 0
~        value.6 0
~        value.7 0
~        value.8 0
~        value.9 255
~        value.10 0
~        value.11 0
~    }
~    control.112 {
~        comment.access 'read write inactive'
~        comment.type INTEGER
~        comment.range '0 - 255'
~        iface MIXER
~        name 'EMU10K1 PCM Send Volume'
~        index 12
~        value.0 255
~        value.1 255
~        value.2 0
~        value.3 0
~        value.4 255
~        value.5 0
~        value.6 0
~        value.7 0
~        value.8 0
~        value.9 255
~        value.10 0
~        value.11 0
~    }
~    control.113 {
~        comment.access 'read write inactive'
~        comment.type INTEGER
~        comment.range '0 - 255'
~        iface MIXER
~        name 'EMU10K1 PCM Send Volume'
~        index 13
~        value.0 255
~        value.1 255
~        value.2 0
~        value.3 0
~        value.4 255
~        value.5 0
~        value.6 0
~        value.7 0
~        value.8 0
~        value.9 255
~        value.10 0
~        value.11 0
~    }
~    control.114 {
~        comment.access 'read write inactive'
~        comment.type INTEGER
~        comment.range '0 - 255'
~        iface MIXER
~        name 'EMU10K1 PCM Send Volume'
~        index 14
~        value.0 255
~        value.1 255
~        value.2 0
~        value.3 0
~        value.4 255
~        value.5 0
~        value.6 0
~        value.7 0
~        value.8 0
~        value.9 255
~        value.10 0
~        value.11 0
~    }
~    control.115 {
~        comment.access 'read write inactive'
~        comment.type INTEGER
~        comment.range '0 - 255'
~        iface MIXER
~        name 'EMU10K1 PCM Send Volume'
~        index 15
~        value.0 255
~        value.1 255
~        value.2 0
~        value.3 0
~        value.4 255
~        value.5 0
~        value.6 0
~        value.7 0
~        value.8 0
~        value.9 255
~        value.10 0
~        value.11 0
~    }
~    control.116 {
~        comment.access 'read write inactive'
~        comment.type INTEGER
~        comment.range '0 - 255'
~        iface MIXER
~        name 'EMU10K1 PCM Send Volume'
~        index 16
~        value.0 255
~        value.1 255
~        value.2 0
~        value.3 0
~        value.4 255
~        value.5 0
~        value.6 0
~        value.7 0
~        value.8 0
~        value.9 255
~        value.10 0
~        value.11 0
~    }
~    control.117 {
~        comment.access 'read write inactive'
~        comment.type INTEGER
~        comment.range '0 - 255'
~        iface MIXER
~        name 'EMU10K1 PCM Send Volume'
~        index 17
~        value.0 255
~        value.1 255
~        value.2 0
~        value.3 0
~        value.4 255
~        value.5 0
~        value.6 0
~        value.7 0
~        value.8 0
~        value.9 255
~        value.10 0
~        value.11 0
~    }
~    control.118 {
~        comment.access 'read write inactive'
~        comment.type INTEGER
~        comment.range '0 - 255'
~        iface MIXER
~        name 'EMU10K1 PCM Send Volume'
~        index 18
~        value.0 255
~        value.1 255
~        value.2 0
~        value.3 0
~        value.4 255
~        value.5 0
~        value.6 0
~        value.7 0
~        value.8 0
~        value.9 255
~        value.10 0
~        value.11 0
~    }
~    control.119 {
~        comment.access 'read write inactive'
~        comment.type INTEGER
~        comment.range '0 - 255'
~        iface MIXER
~        name 'EMU10K1 PCM Send Volume'
~        index 19
~        value.0 255
~        value.1 255
~        value.2 0
~        value.3 0
~        value.4 255
~        value.5 0
~        value.6 0
~        value.7 0
~        value.8 0
~        value.9 255
~        value.10 0
~        value.11 0
~    }
~    control.120 {
~        comment.access 'read write inactive'
~        comment.type INTEGER
~        comment.range '0 - 255'
~        iface MIXER
~        name 'EMU10K1 PCM Send Volume'
~        index 20
~        value.0 255
~        value.1 255
~        value.2 0
~        value.3 0
~        value.4 255
~        value.5 0
~        value.6 0
~        value.7 0
~        value.8 0
~        value.9 255
~        value.10 0
~        value.11 0
~    }
~    control.121 {
~        comment.access 'read write inactive'
~        comment.type INTEGER
~        comment.range '0 - 255'
~        iface MIXER
~        name 'EMU10K1 PCM Send Volume'
~        index 21
~        value.0 255
~        value.1 255
~        value.2 0
~        value.3 0
~        value.4 255
~        value.5 0
~        value.6 0
~        value.7 0
~        value.8 0
~        value.9 255
~        value.10 0
~        value.11 0
~    }
~    control.122 {
~        comment.access 'read write inactive'
~        comment.type INTEGER
~        comment.range '0 - 255'
~        iface MIXER
~        name 'EMU10K1 PCM Send Volume'
~        index 22
~        value.0 255
~        value.1 255
~        value.2 0
~        value.3 0
~        value.4 255
~        value.5 0
~        value.6 0
~        value.7 0
~        value.8 0
~        value.9 255
~        value.10 0
~        value.11 0
~    }
~    control.123 {
~        comment.access 'read write inactive'
~        comment.type INTEGER
~        comment.range '0 - 255'
~        iface MIXER
~        name 'EMU10K1 PCM Send Volume'
~        index 23
~        value.0 255
~        value.1 255
~        value.2 0
~        value.3 0
~        value.4 255
~        value.5 0
~        value.6 0
~        value.7 0
~        value.8 0
~        value.9 255
~        value.10 0
~        value.11 0
~    }
~    control.124 {
~        comment.access 'read write inactive'
~        comment.type INTEGER
~        comment.range '0 - 255'
~        iface MIXER
~        name 'EMU10K1 PCM Send Volume'
~        index 24
~        value.0 255
~        value.1 255
~        value.2 0
~        value.3 0
~        value.4 255
~        value.5 0
~        value.6 0
~        value.7 0
~        value.8 0
~        value.9 255
~        value.10 0
~        value.11 0
~    }
~    control.125 {
~        comment.access 'read write inactive'
~        comment.type INTEGER
~        comment.range '0 - 255'
~        iface MIXER
~        name 'EMU10K1 PCM Send Volume'
~        index 25
~        value.0 255
~        value.1 255
~        value.2 0
~        value.3 0
~        value.4 255
~        value.5 0
~        value.6 0
~        value.7 0
~        value.8 0
~        value.9 255
~        value.10 0
~        value.11 0
~    }
~    control.126 {
~        comment.access 'read write inactive'
~        comment.type INTEGER
~        comment.range '0 - 255'
~        iface MIXER
~        name 'EMU10K1 PCM Send Volume'
~        index 26
~        value.0 255
~        value.1 255
~        value.2 0
~        value.3 0
~        value.4 255
~        value.5 0
~        value.6 0
~        value.7 0
~        value.8 0
~        value.9 255
~        value.10 0
~        value.11 0
~    }
~    control.127 {
~        comment.access 'read write inactive'
~        comment.type INTEGER
~        comment.range '0 - 255'
~        iface MIXER
~        name 'EMU10K1 PCM Send Volume'
~        index 27
~        value.0 255
~        value.1 255
~        value.2 0
~        value.3 0
~        value.4 255
~        value.5 0
~        value.6 0
~        value.7 0
~        value.8 0
~        value.9 255
~        value.10 0
~        value.11 0
~    }
~    control.128 {
~        comment.access 'read write inactive'
~        comment.type INTEGER
~        comment.range '0 - 255'
~        iface MIXER
~        name 'EMU10K1 PCM Send Volume'
~        index 28
~        value.0 255
~        value.1 255
~        value.2 0
~        value.3 0
~        value.4 255
~        value.5 0
~        value.6 0
~        value.7 0
~        value.8 0
~        value.9 255
~        value.10 0
~        value.11 0
~    }
~    control.129 {
~        comment.access 'read write inactive'
~        comment.type INTEGER
~        comment.range '0 - 255'
~        iface MIXER
~        name 'EMU10K1 PCM Send Volume'
~        index 29
~        value.0 255
~        value.1 255
~        value.2 0
~        value.3 0
~        value.4 255
~        value.5 0
~        value.6 0
~        value.7 0
~        value.8 0
~        value.9 255
~        value.10 0
~        value.11 0
~    }
~    control.130 {
~        comment.access 'read write inactive'
~        comment.type INTEGER
~        comment.range '0 - 255'
~        iface MIXER
~        name 'EMU10K1 PCM Send Volume'
~        index 30
~        value.0 255
~        value.1 255
~        value.2 0
~        value.3 0
~        value.4 255
~        value.5 0
~        value.6 0
~        value.7 0
~        value.8 0
~        value.9 255
~        value.10 0
~        value.11 0
~    }
~    control.131 {
~        comment.access 'read write inactive'
~        comment.type INTEGER
~        comment.range '0 - 255'
~        iface MIXER
~        name 'EMU10K1 PCM Send Volume'
~        index 31
~        value.0 255
~        value.1 255
~        value.2 0
~        value.3 0
~        value.4 255
~        value.5 0
~        value.6 0
~        value.7 0
~        value.8 0
~        value.9 255
~        value.10 0
~        value.11 0
~    }
~    control.132 {
~        comment.access 'read write inactive'
~        comment.type INTEGER
~        comment.range '0 - 65535'
~        iface MIXER
~        name 'EMU10K1 PCM Volume'
~        value.0 65535
~        value.1 65535
~        value.2 65535
~    }
~    control.133 {
~        comment.access 'read write inactive'
~        comment.type INTEGER
~        comment.range '0 - 65535'
~        iface MIXER
~        name 'EMU10K1 PCM Volume'
~        index 1
~        value.0 65535
~        value.1 65535
~        value.2 65535
~    }
~    control.134 {
~        comment.access 'read write inactive'
~        comment.type INTEGER
~        comment.range '0 - 65535'
~        iface MIXER
~        name 'EMU10K1 PCM Volume'
~        index 2
~        value.0 65535
~        value.1 65535
~        value.2 65535
~    }
~    control.135 {
~        comment.access 'read write inactive'
~        comment.type INTEGER
~        comment.range '0 - 65535'
~        iface MIXER
~        name 'EMU10K1 PCM Volume'
~        index 3
~        value.0 65535
~        value.1 65535
~        value.2 65535
~    }
~    control.136 {
~        comment.access 'read write inactive'
~        comment.type INTEGER
~        comment.range '0 - 65535'
~        iface MIXER
~        name 'EMU10K1 PCM Volume'
~        index 4
~        value.0 65535
~        value.1 65535
~        value.2 65535
~    }
~    control.137 {
~        comment.access 'read write inactive'
~        comment.type INTEGER
~        comment.range '0 - 65535'
~        iface MIXER
~        name 'EMU10K1 PCM Volume'
~        index 5
~        value.0 65535
~        value.1 65535
~        value.2 65535
~    }
~    control.138 {
~        comment.access 'read write inactive'
~        comment.type INTEGER
~        comment.range '0 - 65535'
~        iface MIXER
~        name 'EMU10K1 PCM Volume'
~        index 6
~        value.0 65535
~        value.1 65535
~        value.2 65535
~    }
~    control.139 {
~        comment.access 'read write inactive'
~        comment.type INTEGER
~        comment.range '0 - 65535'
~        iface MIXER
~        name 'EMU10K1 PCM Volume'
~        index 7
~        value.0 65535
~        value.1 65535
~        value.2 65535
~    }
~    control.140 {
~        comment.access 'read write inactive'
~        comment.type INTEGER
~        comment.range '0 - 65535'
~        iface MIXER
~        name 'EMU10K1 PCM Volume'
~        index 8
~        value.0 65535
~        value.1 65535
~        value.2 65535
~    }
~    control.141 {
~        comment.access 'read write inactive'
~        comment.type INTEGER
~        comment.range '0 - 65535'
~        iface MIXER
~        name 'EMU10K1 PCM Volume'
~        index 9
~        value.0 65535
~        value.1 65535
~        value.2 65535
~    }
~    control.142 {
~        comment.access 'read write inactive'
~        comment.type INTEGER
~        comment.range '0 - 65535'
~        iface MIXER
~        name 'EMU10K1 PCM Volume'
~        index 10
~        value.0 65535
~        value.1 65535
~        value.2 65535
~    }
~    control.143 {
~        comment.access 'read write inactive'
~        comment.type INTEGER
~        comment.range '0 - 65535'
~        iface MIXER
~        name 'EMU10K1 PCM Volume'
~        index 11
~        value.0 65535
~        value.1 65535
~        value.2 65535
~    }
~    control.144 {
~        comment.access 'read write inactive'
~        comment.type INTEGER
~        comment.range '0 - 65535'
~        iface MIXER
~        name 'EMU10K1 PCM Volume'
~        index 12
~        value.0 65535
~        value.1 65535
~        value.2 65535
~    }
~    control.145 {
~        comment.access 'read write inactive'
~        comment.type INTEGER
~        comment.range '0 - 65535'
~        iface MIXER
~        name 'EMU10K1 PCM Volume'
~        index 13
~        value.0 65535
~        value.1 65535
~        value.2 65535
~    }
~    control.146 {
~        comment.access 'read write inactive'
~        comment.type INTEGER
~        comment.range '0 - 65535'
~        iface MIXER
~        name 'EMU10K1 PCM Volume'
~        index 14
~        value.0 65535
~        value.1 65535
~        value.2 65535
~    }
~    control.147 {
~        comment.access 'read write inactive'
~        comment.type INTEGER
~        comment.range '0 - 65535'
~        iface MIXER
~        name 'EMU10K1 PCM Volume'
~        index 15
~        value.0 65535
~        value.1 65535
~        value.2 65535
~    }
~    control.148 {
~        comment.access 'read write inactive'
~        comment.type INTEGER
~        comment.range '0 - 65535'
~        iface MIXER
~        name 'EMU10K1 PCM Volume'
~        index 16
~        value.0 65535
~        value.1 65535
~        value.2 65535
~    }
~    control.149 {
~        comment.access 'read write inactive'
~        comment.type INTEGER
~        comment.range '0 - 65535'
~        iface MIXER
~        name 'EMU10K1 PCM Volume'
~        index 17
~        value.0 65535
~        value.1 65535
~        value.2 65535
~    }
~    control.150 {
~        comment.access 'read write inactive'
~        comment.type INTEGER
~        comment.range '0 - 65535'
~        iface MIXER
~        name 'EMU10K1 PCM Volume'
~        index 18
~        value.0 65535
~        value.1 65535
~        value.2 65535
~    }
~    control.151 {
~        comment.access 'read write inactive'
~        comment.type INTEGER
~        comment.range '0 - 65535'
~        iface MIXER
~        name 'EMU10K1 PCM Volume'
~        index 19
~        value.0 65535
~        value.1 65535
~        value.2 65535
~    }
~    control.152 {
~        comment.access 'read write inactive'
~        comment.type INTEGER
~        comment.range '0 - 65535'
~        iface MIXER
~        name 'EMU10K1 PCM Volume'
~        index 20
~        value.0 65535
~        value.1 65535
~        value.2 65535
~    }
~    control.153 {
~        comment.access 'read write inactive'
~        comment.type INTEGER
~        comment.range '0 - 65535'
~        iface MIXER
~        name 'EMU10K1 PCM Volume'
~        index 21
~        value.0 65535
~        value.1 65535
~        value.2 65535
~    }
~    control.154 {
~        comment.access 'read write inactive'
~        comment.type INTEGER
~        comment.range '0 - 65535'
~        iface MIXER
~        name 'EMU10K1 PCM Volume'
~        index 22
~        value.0 65535
~        value.1 65535
~        value.2 65535
~    }
~    control.155 {
~        comment.access 'read write inactive'
~        comment.type INTEGER
~        comment.range '0 - 65535'
~        iface MIXER
~        name 'EMU10K1 PCM Volume'
~        index 23
~        value.0 65535
~        value.1 65535
~        value.2 65535
~    }
~    control.156 {
~        comment.access 'read write inactive'
~        comment.type INTEGER
~        comment.range '0 - 65535'
~        iface MIXER
~        name 'EMU10K1 PCM Volume'
~        index 24
~        value.0 65535
~        value.1 65535
~        value.2 65535
~    }
~    control.157 {
~        comment.access 'read write inactive'
~        comment.type INTEGER
~        comment.range '0 - 65535'
~        iface MIXER
~        name 'EMU10K1 PCM Volume'
~        index 25
~        value.0 65535
~        value.1 65535
~        value.2 65535
~    }
~    control.158 {
~        comment.access 'read write inactive'
~        comment.type INTEGER
~        comment.range '0 - 65535'
~        iface MIXER
~        name 'EMU10K1 PCM Volume'
~        index 26
~        value.0 65535
~        value.1 65535
~        value.2 65535
~    }
~    control.159 {
~        comment.access 'read write inactive'
~        comment.type INTEGER
~        comment.range '0 - 65535'
~        iface MIXER
~        name 'EMU10K1 PCM Volume'
~        index 27
~        value.0 65535
~        value.1 65535
~        value.2 65535
~    }
~    control.160 {
~        comment.access 'read write inactive'
~        comment.type INTEGER
~        comment.range '0 - 65535'
~        iface MIXER
~        name 'EMU10K1 PCM Volume'
~        index 28
~        value.0 65535
~        value.1 65535
~        value.2 65535
~    }
~    control.161 {
~        comment.access 'read write inactive'
~        comment.type INTEGER
~        comment.range '0 - 65535'
~        iface MIXER
~        name 'EMU10K1 PCM Volume'
~        index 29
~        value.0 65535
~        value.1 65535
~        value.2 65535
~    }
~    control.162 {
~        comment.access 'read write inactive'
~        comment.type INTEGER
~        comment.range '0 - 65535'
~        iface MIXER
~        name 'EMU10K1 PCM Volume'
~        index 30
~        value.0 65535
~        value.1 65535
~        value.2 65535
~    }
~    control.163 {
~        comment.access 'read write inactive'
~        comment.type INTEGER
~        comment.range '0 - 65535'
~        iface MIXER
~        name 'EMU10K1 PCM Volume'
~        index 31
~        value.0 65535
~        value.1 65535
~        value.2 65535
~    }
~    control.164 {
~        comment.access read
~        comment.type IEC958
~        iface MIXER
~        name 'IEC958 Playback Mask'
~        value
ffffffff00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
~    }
~    control.165 {
~        comment.access read
~        comment.type IEC958
~        iface MIXER
~        name 'IEC958 Playback Mask'
~        index 1
~        value
ffffffff00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
~    }
~    control.166 {
~        comment.access read
~        comment.type IEC958
~        iface MIXER
~        name 'IEC958 Playback Mask'
~        index 2
~        value
ffffffff00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
~    }
~    control.167 {
~        comment.access read
~        comment.type IEC958
~        iface MIXER
~        name 'IEC958 Playback Mask'
~        index 3
~        value
ffffffff00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
~    }
~    control.168 {
~        comment.access 'read write'
~        comment.type IEC958
~        iface MIXER
~        name 'IEC958 Playback Default'
~        value
'0492100200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
~    }
~    control.169 {
~        comment.access 'read write'
~        comment.type IEC958
~        iface MIXER
~        name 'IEC958 Playback Default'
~        index 1
~        value
'0492100200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
~    }
~    control.170 {
~        comment.access 'read write'
~        comment.type IEC958
~        iface MIXER
~        name 'IEC958 Playback Default'
~        index 2
~        value
'0492100200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
~    }
~    control.171 {
~        comment.access 'read write'
~        comment.type IEC958
~        iface MIXER
~        name 'IEC958 Playback Default'
~        index 3
~        value
'3f30cf3f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
~    }
~    control.172 {
~        comment.access 'read write'
~        comment.type BOOLEAN
~        iface MIXER
~        name 'SB Live Analog/Digital Output Jack'
~        value false
~    }
}
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFAjrdJDusYke/68PQRAsVKAJ9JrPYYqrUNoAUqonDR2VBHGFV9OQCdGiZ6
CnG8jdx4zVaWc3737B2xt1A=
=4o4o
-----END PGP SIGNATURE-----



-------------------------------------------------------
This SF.net email is sponsored by: The Robotic Monkeys at ThinkGeek
For a limited time only, get FREE Ground shipping on all orders of $35
or more. Hurry up and shop folks, this offer expires April 30th!
http://www.thinkgeek.com/freeshipping/?cpg=12297
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to