summaryrefslogtreecommitdiffstats
path: root/lib/libsndio/sio_priv.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* in sio_psleep(), use an array of SIO_MAXNFDS pollfd strucures ratherratchov2011-05-091-1/+3
| | | | than a single one. No behaviour change
* Make aucat audio and midi backends share the same code to communicateratchov2011-04-161-21/+1
| | | | | | with the server. As we're at it use the same protocol for midi and audio. Now, both audio and midi code use the same SNDIO_DEBUG environment variable to turn on/off DPRINTF's.
* Clean up function naming: use sio_<backend>_ prefix for privateratchov2011-04-081-0/+92
audio-related functions and put them in files named sio_<backend>.c No behaviour changes.