Re: [Alsa-devel] setting the volume thru the mixer api

2001-12-12 Thread Mathieu Dube
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));

Re: [Alsa-devel] setting the volume thru the mixer api

2001-12-11 Thread Ken Arromdee
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... ___ Alsa-devel mailing list [EMAIL PROTECTED]

Re: [Alsa-devel] setting the volume thru the mixer api

2001-12-11 Thread Jaroslav Kysela
On Tue, 11 Dec 2001, Mathieu Dube wrote: > Hi, > I would like to change the volume thru the snd_mixer interface in C. > I've checked the linux/asound.h file only to find the > snd_mixer_element_volume1 structure which doesnt tell me much. > Isnt there an integer somewhere that is the 'Mas