Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | in sio_psleep(), use an array of SIO_MAXNFDS pollfd strucures rather | 2011-05-09 | 1 | -1/+3 | |
| | | | | than a single one. No behaviour change | ||||
* | Make aucat audio and midi backends share the same code to communicate | 2011-04-16 | 1 | -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 private | 2011-04-08 | 1 | -0/+92 | |
audio-related functions and put them in files named sio_<backend>.c No behaviour changes. |