CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2009/12/09 03:15:08
Modified files:
audio/jack : Makefile
audio/jack/files: sndio_driver.c
audio/jack/patches: patch-jackd_engine_c
audio/jack/pkg : PLIST
Added files:
audio/jack/files: README.OpenBSD
audio/jack/patches: patch-drivers_sun_sun_driver_c
Log message:
sndio_driver.c:
- make it work with 24-bit formats (as with azalia and envy)
- use the correct member of struct sio_par for the buffer size
- check both poll(2) revents as well as calculated buffer positions
to know when we can read/write data
sun_driver.c:
- make it work with 24-bit formats (as with azalia and envy)
jackd/engine.c:
- don't spam error messages every time a client quits
add README.OpenBSD