On 19 Nov 2003, Clemens Ladisch <[EMAIL PROTECTED]> wrote: 

> [EMAIL PROTECTED] wrote:
> > picked up a Hercules DigiFire 7.1 card today. CS46xx based.
> >
> > but ogle fails to configure the device correctly. the ogle
> > code is at the bottom of the email. it fails on the call to
> > "snd_ctl_elem_write".
> 
> What is the error code/message?

"No such file or directory"


> > the snd_pcm_info_get_device(info) and
> > snd_pcm_info_get_subdevice(info) are returning the correct values
> > (device 2, sub device 0). just can't seem to update the IEC958
> > control.
> 
> What is the information for this control in /etc/asound.state?
> (If this file doesn't exist, run "alsactl store".)


is this the section you are asking about?:

        control.27 {
                comment.access 'read write'
                comment.type BOOLEAN
                iface MIXER
                name 'IEC958 Output Switch'
                value true
        }
        control.28 {
                comment.access 'read write'
                comment.type BOOLEAN
                iface MIXER
                name 'IEC958 In Valid'
                value false
        }
        control.29 {
                comment.access 'read write'
                comment.type BOOLEAN
                iface MIXER
                name 'IEC958 Copyright'
                value true
        }
        control.30 {
                comment.access 'read write'
                comment.type BOOLEAN
                iface MIXER
                name 'IEC958 5V'
                value true
        }
        control.31 {
                comment.access 'read write'
                comment.type BOOLEAN
                iface MIXER
                name 'IEC958 Loop'
                value false
        }
        control.32 {
                comment.access 'read write'
                comment.type BOOLEAN
                iface MIXER
                name 'IEC958 In Monitor'
                value false
        }
        control.33 {
                comment.access 'read write'
                comment.type IEC958
                iface PCM
                device 2
                name 'IEC958 Playback Default'
                value 
'0082000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
        }
          control.34 {
                comment.access read
                comment.type IEC958
                iface MIXER
                device 2
                name 'IEC958 Playback Con Mask'
                value 
ffffffff00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
        }
        control.35 {
                comment.access 'read write inactive'
                comment.type IEC958
                iface PCM
                device 2
                name 'IEC958 Playback PCM Stream'
                value 
'0082000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
        }
        control.36 {
                comment.access 'read write'
                comment.type BOOLEAN
                iface MIXER
                name 'IEC958 Mix Analog'
                value false
        }
        control.37 {
                comment.access 'read write'
                comment.type BOOLEAN
                iface MIXER
                name 'IEC958 In Phase Inverse'
                value true
        }
        control.38 {
                comment.access 'read write'
                comment.type BOOLEAN
                iface MIXER
                name 'IEC958 In Select'
                value false
        }


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to