RE: [Alsa-devel] Regarding ALSA-LIBRARY

2003-06-11 Thread Giuliano Pochini
On 11-Jun-2003 Sundaranathan S wrote: > Hi All, > > Can anyone tell me how to test alsa-lib APIs. If there is any > documentation available please let me know. Yes, the official documentation is here: http://www.alsa-project.org/documentation.php3 Bye. --

[Alsa-devel] Regarding ALSA-LIBRARY

2003-06-11 Thread Sundaranathan S
Hi All,     Can anyone tell me how to test alsa-lib APIs. If there is any documentation available please let me know. thanks, -Sundaranathan SIP Technologies & Exports Ltd   --  "Live as if to die tomorrow. Learn as if to live forever."  

Re: [Alsa-devel] Regarding ALSA Library

2003-06-10 Thread Jaroslav Kysela
On Tue, 10 Jun 2003, Sundaranathan S wrote: > Hi All, > > Can anyone explain me what is the purpose of snd_pcm_forward in > pcm.c. The forward means exactly what you expect. You can go ahead in the ring buffer without filling/reading of any samples. It means that affected changes are no

[Alsa-devel] Regarding ALSA Library

2003-06-10 Thread Sundaranathan S
Hi  All,     Can anyone explain me what is the purpose of snd_pcm_forward in pcm.c. Also what is the use of __snd_pcm_forward macro and where is it defined. I am not able to find any definition for this macro __snd_pcm_forward.     Can anyone clarify my doubts. Thanks and please forgive m