summaryrefslogtreecommitdiffstats
path: root/lib/libsndio/aucat.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* allow aucat to run as server in play-only and record-only mode, soratchov2008-11-171-11/+18
| | | | | it can be used on play-only, record-only and half-duplex devices. ok jakemsr
* when the aucat backend is used, sio_revents(3) should return POLLHUPratchov2008-11-161-1/+3
| | | | if the connection to the server is lost.
* expose a volume knob in the sndio API: add sio_setvol(3) andratchov2008-11-111-42/+90
| | | | | | | 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-271-0/+528
requested by many, "just go for it" deraadt@