CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2008/12/17 00:19:27
Modified files:
lib/libsndio : aucat.c shlib_version sio_open.3 sndio.c
sndio.h sun.c
usr.bin/aucat : amsg.h safile.c sock.c
regress/lib/libsndio/fd: fd.c
regress/lib/libsndio/play: play.c
regress/lib/libsndio/rec: rec.c
Log message:
add a writable ``appbufsz'' field to the sa_par structure, containing
the program-part of the buffer size, ie the part that is subject to
underruns. Useful for apps like cdio(1) that don't have their own
rings, or to apps that have a minimum ring size constraint. Setting
the ``bufsz'' parameter becomes deprecated.
ok jakemsr