Re: [linux-audio-dev] LAAGA 0.1.0 tarball available

2001-07-03 Thread Paul Davis
This is with abramo's patch applied, and current cvs alsa. With my ens1271 at work (not a very good card I know, but it works with ardour). I get: [swh@inanna laaga-0.1.0]$ ./engine creating alsa driver ... default|64|48000 ALSA: cannot set fragment count minimum to 2 for capture ALSA-MCD:

Re: [linux-audio-dev] LAAGA 0.1.0 tarball available

2001-07-03 Thread Steve Harris
On Tue, Jul 03, 2001 at 08:29:24AM -0400, Paul Davis wrote: before starting the engine then this won't happen. i'm still trying to understand how an application can have apparently exited when one of its threads is still running. this seems like a serious problem, eh? Yes, thats not good.

Re: [linux-audio-dev] LAAGA 0.1.0 tarball available

2001-07-02 Thread Simon Per Soren Kagedal
One tiny API comment: On Sat, Jun 30, 2001 at 01:06:54PM -0400, Paul Davis wrote: [ ... ] enum PortFlags { PortIsInput = 0x1, PortIsOutput = 0x2, PortIsPhysical = 0x4 /* refers to a physical connection */ }; These should have a Laaga prefix.. Thank you for your