Re: [Alsa-devel] switch to new PCM API for 1.0 release

2003-11-08 Thread Martin Langer
On Sat, Nov 08, 2003 at 08:32:55PM +0100, Jaroslav Kysela wrote: > On Sat, 8 Nov 2003, Martin Langer wrote: > > > On Sat, Nov 08, 2003 at 08:04:43PM +0100, Jaroslav Kysela wrote: > > > > > > > > aplay/arecord doesn't work at the moment: > > > > > > > > Playing WAVE '/tmp/test.wav' : Signed 16 bit

Re: [Alsa-devel] switch to new PCM API for 1.0 release

2003-11-08 Thread Jaroslav Kysela
On Sat, 8 Nov 2003, Martin Langer wrote: > On Sat, Nov 08, 2003 at 08:04:43PM +0100, Jaroslav Kysela wrote: > > > > > > aplay/arecord doesn't work at the moment: > > > > > > Playing WAVE '/tmp/test.wav' : Signed 16 bit Little Endian, Rate 44100 Hz, > > > Stereo > > > aplay: set_params:874: Unable

Re: [Alsa-devel] switch to new PCM API for 1.0 release

2003-11-08 Thread Martin Langer
On Sat, Nov 08, 2003 at 08:04:43PM +0100, Jaroslav Kysela wrote: > > > > aplay/arecord doesn't work at the moment: > > > > Playing WAVE '/tmp/test.wav' : Signed 16 bit Little Endian, Rate 44100 Hz, > > Stereo > > aplay: set_params:874: Unable to install hw params: > > ACCESS: RW_INTERLEAVED > > C

Re: [Alsa-devel] switch to new PCM API for 1.0 release

2003-11-08 Thread Jaroslav Kysela
On Sat, 8 Nov 2003, Martin Langer wrote: > On Wed, Nov 05, 2003 at 11:47:58AM +0100, Jaroslav Kysela wrote: > > > > I decided to switch to new PCM API (values are returned using an > > indirect pointer rather as return value, so error codes are not mixed with > > values). The binary compatibil

Re: [Alsa-devel] switch to new PCM API for 1.0 release

2003-11-08 Thread Martin Langer
On Wed, Nov 05, 2003 at 11:47:58AM +0100, Jaroslav Kysela wrote: > > I decided to switch to new PCM API (values are returned using an > indirect pointer rather as return value, so error codes are not mixed with > values). The binary compatibility is kept. So, you can use old > applications w

[Alsa-devel] switch to new PCM API for 1.0 release

2003-11-05 Thread Jaroslav Kysela
Hi all, I decided to switch to new PCM API (values are returned using an indirect pointer rather as return value, so error codes are not mixed with values). The binary compatibility is kept. So, you can use old applications with new libraries and you can even use applications compiled agai