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

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

[Alsa-devel] format problem

2002-03-15 Thread Mathieu Dube
, I check for return values and all seems well. Thanks -Mat -- Mathieu Dube -- [EMAIL PROTECTED] 8D Technologies Inc. http://www.8d.com ___ Alsa-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-devel

[Alsa-devel] alsa5 API and alsa9 API

2002-03-15 Thread Mathieu Dube
The wave.c example and the API's doc doesnt work with alsa 0.9 right? is there any doc anywhere about the alsa 0.9 api? Thanks -Mat -- Mathieu Dube -- [EMAIL PROTECTED] 8D Technologies Inc. http://www.8d.com ___ Alsa-devel mailing list [

[Alsa-devel] mixer and group

2002-03-18 Thread Mathieu Dube
an error? Thanks -Mat -- Mathieu Dube -- [EMAIL PROTECTED] 8D Technologies Inc. http://www.8d.com ___ Alsa-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-devel

Re: [Alsa-devel] mixer and group

2002-03-18 Thread Mathieu Dube
8 March 2002 14:14, Mathieu Dube wrote: > Hi, > I dont know if anybody ever had that problem. When I open the mixer all > seems well and there is no error. > But when I try to read the group it says "No such device or address". Is > it talking about the mi

[Alsa-devel] snd_pcm_hw_params_t definition

2002-03-20 Thread Mathieu Dube
Hi, Im trying to compile a program that uses alsa lib 0.9 and since by just including alsa/asoundlib.h it doesnt give the compiler a valid definition of the snd_pcm_hw_params_t Im wondering what else I have to include for my program to compile. Thanks -Mat -- Mathieu Dube -- [EMAIL

[Alsa-devel] sinus example

2002-03-20 Thread Mathieu Dube
Hi, I tried to run the example given in the documentation and what I get is this: ALSA lib pcm_hw.c:167:(snd_pcm_hw_sw_params) SNDRV_PCM_IOCTL_SW_PARAMS failed: Invalid argument Im wondering what it could be and what error I could look for to solve that. Thanks -Mat -- Mathieu Dube

Re: [Alsa-devel] sinus example

2002-03-21 Thread Mathieu Dube
I use the snd-card-ens1371 which work alright with the 0.5. But isnt it weird that all the other call to setup the sw_params work?? Thanks -Mat On Thursday 21 March 2002 02:19, Jaroslav Kysela wrote: > On Wed, 20 Mar 2002, Mathieu Dube wrote: > > Hi, > > I tried to run the e