[Alsa-devel] esound

2002-03-15 Thread Tom Prado
I've been hacking on esound to 'scratch and itch' as they say. That itch being alsa support. It'll compile with alsa 0.9 natively. Because I use this as my sound server I also made sure it has any improvements I can find, such as the patches from the Mandrake, RedHat, and Debian distributions,

[Alsa-devel] xine CVS deadlock (2.4.18)?

2002-03-15 Thread Chris Rankin
Hi, I have noticed this deadlock before and had attributed it to having compiled the ALSA modules with gcc-3.0.4. However, it has just happened again and I am no longer certain that gcc is responsible. I was able to rescue the box by killing either the wine or the aplay process - I'm not sure whi

[Alsa-devel] Zoomed Video on Maestro 2E

2002-03-15 Thread Fredrik Lingvall
Hi! I'm trying to switch on ZV audio on a Maestro 2E chip. According to the Maestro data sheet it is Bit 15 in ESM_RING_BUS_CONTR_A register (=0x36) that controls the I2S input which contain the ZV data (I think). However, I had no luck so far, I can see the ZV video (in xawtv) but there is

Re: [Alsa-devel] alsa5 API and alsa9 API

2002-03-15 Thread Kevin Conder
On Fri, 15 Mar 2002, Mathieu Dube wrote: > is there any doc anywhere about the alsa 0.9 api? There's some 0.9 API documentation on ALSA's Web-site: http://www.alsa-project.org/alsa-doc/alsa-lib/ BTW: people have been complaining about the lack of documentation for the a

Re: [Alsa-devel] alsa5 API and alsa9 API

2002-03-15 Thread Erik Inge Bolsø
On Fri, 15 Mar 2002, Mathieu Dube wrote: >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? http://www.alsa-project.org/ Click on Documentation on the left. A little down the page, there's a heading "ALSA 0.9.x Developer d

[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 [EMAIL PROTEC

[Alsa-devel] format problem

2002-03-15 Thread Mathieu Dube
Hi, Im using the alsa API and I call snd_pcm_plugin_params with the pp.format.format at SND_PCM_SFMT_U16_LE. But when I call snd_pcm_plugin_setup and snd_pcm_get_format_name on setup.format.format it outputs: --> Signed 16-bit Little Endian Why is that?? btw, I check