Hi,
    I understand that 0.5 are not to be supported in the near future but
I need this to work now, so if someone could please help me with that.

    bzero(&eid,sizeof(eid));
    eid.index =0;
    strcpy(eid.name,"Master");
    eid.type = SND_MIXER_ETYPE_VOLUME1;

    bzero(&info,sizeof(info));
    info.eid = eid;
    if((ret = snd_mixer_element_info_build(handle,&info))<0){
                fprintf(stderr,"Mixer element info read error: %s\n",
                                snd_strerror(ret));
                snd_mixer_close(handle);
                return;
     }

This is what I do to change the volume of course handle is opened
before...

I get this error : No such device or address

What does that mean what am I doing wrong?

Please please help me

Thanks

-Mat

Ken Arromdee wrote:

> On Tue, 11 Dec 2001, Jaroslav Kysela wrote:
> > Please, use latest ALSA drivers. The 0.5.x driver will be no
> > longer supported in near future.
>
> Except those of us with cards that don't work on 0.9 drivers...

--
Mathieu Dube -- [EMAIL PROTECTED]
8D Technologies Inc.

Software is like sex, its better when its free.
                                -Torvalds




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

Reply via email to