Hi, I recently updated the Boomer driver used in Jack (http:// jackaudio.org/)
The code can be tested using the SVN version available here: http://jackaudio.org/download , then: ./waf configure ./waf build pfexec ./waf install I was not able to test the code on a real boomer installation (the code compiles and runs, but the sound does not work on an audiohd card, actually the sound does not work with any audio application on this machine...), but the drivers works fine tested on an OSS 4.1 installation. Duplex only works for now (that is no capture or playback only mode). To test: jackd -S -d boomer then starting a simple client like: jack_simple_client Real-time mode can be activated using: pfexec jackd -R -S -d boomer pfexec jack_simple_client Testing an feedback welcome! Stephane Letz