I am still trying to get this working with alsa.

The alsa documentation says that everything is muted by default.

When my ymfpci (0.9beta10 from cvs) driver starts up, most BOOLEAN
controls are false and most INTEGER controls are 0.  But the following
controls, according to alsactl, are not false or 0:

        control.25 {
                comment.access 'read write'
                comment.type BOOLEAN
                iface MIXER
                name 'Capture Switch'
                value true
        }
        control.34 {
                comment.access 'read write'
                comment.type INTEGER
                comment.range '0 - 16383'
                iface MIXER
                name 'Wave Playback Volume'
                value.0 16383
                value.1 16383
        }
        control.37 {
                comment.access 'read write'
                comment.type INTEGER
                comment.range '0 - 16383'
                iface MIXER
                name 'Digital Capture Volume'
                index 1
                value.0 16383
                value.1 16383
        }
        control.39 {
                comment.access 'read write'
                comment.type INTEGER
                comment.range '0 - 16383'
                iface MIXER
                name 'ADC Capture Volume'
                value.0 16383
                value.1 16383
        }
        control.42 {
                comment.access 'read write'
                comment.type INTEGER
                comment.range '0 - 16383'
                iface MIXER
                name 'IEC958 AC97 Playback Volume'
                value.0 16383
                value.1 16383
        }

Is this a bug in the driver?

-- rec --

_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to