summaryrefslogtreecommitdiffstats
path: root/regress/lib/libsndio (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix typos and spacing. From Andre Smagin <as at smagin.com>. Thanks.ratchov2017-05-121-5/+5
|
* Nuke yet more obvious #include duplications.krw2014-11-191-1/+0
| | | | ok deraadt@
* cleanup styleratchov2013-11-184-57/+47
|
* add missing tools.h fileratchov2011-04-1211-7/+66
|
* make sio_onvol(3) return a integer exposing whether a volume knobratchov2010-11-066-9/+152
| | | | | 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-173-3/+2
| | | | | | | | 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
* add vol/ to SUBDIRSratchov2008-12-091-2/+2
|
* expose a volume knob in the sndio API: add sio_setvol(3) andratchov2008-11-112-0/+163
| | | | | | | sio_onvol(3) functions. The audio(4) backend tries to use the inputs.dac, outputs.dac, outputs.output and outputs.master controls (in this order). Add a sample file in regress/lib/libsndio/vol/vol.c
* rename libsa to libsndioratchov2008-10-279-0/+741
requested by many, "just go for it" deraadt@