summaryrefslogtreecommitdiffstats
path: root/regress/lib/libsndio/rec (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cleanup styleratchov2013-11-181-1/+5
|
* add missing tools.h fileratchov2011-04-122-2/+4
|
* make sio_onvol(3) return a integer exposing whether a volume knobratchov2010-11-061-2/+3
| | | | | is available for the stream. As we're at it, remove macros and functions that are neither used nor documented.
* add a writable ``appbufsz'' field to the sa_par structure, containingratchov2008-12-171-1/+0
| | | | | | | | 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
* rename libsa to libsndioratchov2008-10-272-0/+125
requested by many, "just go for it" deraadt@