>I've written preliminary OSS driver for JACK. Patch for jack 0.80 >attached.
laudable work jussi. just one problem. the biggest thing that has changed between 0.80 and now is the entire driver model. this patch won't apply or even work with the new design. you'll need to check out the code from CVS to see how it works now. its more like CoreAudio or PortAudio in that the engine doesn't assume that it has control of the thread in which audio is performed; that's handled by the driver, though we make it easier by providing library functions to run the thread for APIs that don't provide one (like ALSA or OSS). please update it and then i'd be happy to apply this. --p