On Wed, 24 Mar 2004, Steve Jones wrote:

> I've tried every reasonable combination, but I still capture
> nothing from those inputs. I've tried 'PCM Capture Source' in
> each of the three settings ('Mic', 'Input 1' and 'Input 2'). I've
> enabled capture for PCM and PCM 1. I've tried every combination
> of CAPTUR settings and I've unmuted everything.

This configuration works for me (not very intuitive - I'm planning
to reorganize controls a bit):

state.MP3 {
        control.1 {
                comment.access 'read write'
                comment.type BOOLEAN
                iface MIXER
                name 'Mic Playback Switch'
                value true
        }
        control.2 {
                comment.access 'read write'
                comment.type INTEGER
                comment.range '0 - 255'
                iface MIXER
                name 'Mic Playback Volume'
                value 194
        }
        control.3 {
                comment.access 'read write'
                comment.type BOOLEAN
                iface MIXER
                name 'Speaker Playback Switch'
                value false
        }
        control.4 {
                comment.access 'read write'
                comment.type INTEGER
                comment.range '0 - 255'
                iface MIXER
                name 'Speaker Playback Volume'
                value.0 191
                value.1 191
        }
        control.5 {
                comment.access 'read write'
                comment.type BOOLEAN
                iface MIXER
                name 'Speaker Playback Switch'
                index 1
                value true
        }
        control.6 {
                comment.access 'read write'
                comment.type INTEGER
                comment.range '0 - 255'
                iface MIXER
                name 'Speaker Playback Volume'
                index 1
                value.0 255
                value.1 255
        }
        control.7 {
                comment.access 'read write'
                comment.type BOOLEAN
                iface MIXER
                name 'Mic Capture Switch'
                value false
        }
        control.8 {
                comment.access 'read write'
                comment.type INTEGER
                comment.range '0 - 128'
                iface MIXER
                name 'Mic Capture Volume'
                value 97
        }
        control.9 {
                comment.access 'read write'
                comment.type BOOLEAN
                iface MIXER
                name 'Auto Gain Control'
                value false
        }
        control.10 {
                comment.access 'read write'
                comment.type BOOLEAN
                iface MIXER
                name 'PCM Capture Switch'
                value true
        }
        control.11 {
                comment.access 'read write'
                comment.type INTEGER
                comment.range '0 - 128'
                iface MIXER
                name 'PCM Capture Volume'
                value.0 49
                value.1 49
        }
        control.12 {
                comment.access 'read write'
                comment.type BOOLEAN
                iface MIXER
                name 'PCM Capture Switch'
                index 1
                value false
        }
        control.13 {
                comment.access 'read write'
                comment.type ENUMERATED
                comment.item.0 Mic
                comment.item.1 'Input 1'
                comment.item.2 'Input 2'
                iface MIXER
                name 'PCM Capture Source'
                value 'Input 1'
        }
}


                                                Jaroslav

-----
Jaroslav Kysela <[EMAIL PROTECTED]>
Linux Kernel Sound Maintainer
ALSA Project, SuSE Labs


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to