summaryrefslogtreecommitdiffstats
path: root/regress/lib/libsndio/vol (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Nuke yet more obvious #include duplications.krw2014-11-191-1/+0
| | | | ok deraadt@
* cleanup styleratchov2013-11-181-2/+6
|
* add missing tools.h fileratchov2011-04-122-1/+3
|
* make sio_onvol(3) return a integer exposing whether a volume knobratchov2010-11-062-3/+5
| | | | | is available for the stream. As we're at it, remove macros and functions that are neither used nor documented.
* 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