CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2011/04/16 04:52:22
Modified files:
lib/libsndio : Makefile mio.c mio_aucat.c mio_open.3
mio_priv.h mio_rmidi.c sio.c sio_aucat.c
sio_open.3 sio_priv.h sio_sun.c
usr.bin/aucat : amsg.h sock.c
Added files:
lib/libsndio : aucat.c aucat.h debug.c debug.h
Log message:
Make aucat audio and midi backends share the same code to communicate
with the server. As we're at it use the same protocol for midi and
audio. Now, both audio and midi code use the same SNDIO_DEBUG environment
variable to turn on/off DPRINTF's.