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,
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
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
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
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
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
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