Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Nuke yet more obvious #include duplications. | 2014-11-19 | 1 | -1/+0 | |
| | | | | ok deraadt@ | ||||
* | cleanup style | 2013-11-18 | 1 | -2/+6 | |
| | |||||
* | add missing tools.h file | 2011-04-12 | 2 | -1/+3 | |
| | |||||
* | make sio_onvol(3) return a integer exposing whether a volume knob | 2010-11-06 | 2 | -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) and | 2008-11-11 | 2 | -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 |