summaryrefslogtreecommitdiffstats
path: root/lib/libsndio/sio.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make the "default" string a valid device name that has the same effectratchov2012-05-231-3/+9
* The default device is selected with sndiod(1) or the AUDIODEVICEratchov2012-05-111-2/+2
* Use "unsigned int" rather than "unsigned". No object change.ratchov2012-04-111-10/+11
* Add a "device number" component in sndio(7) device names, allowing aratchov2011-11-151-30/+12
* in sio_psleep(), use an array of SIO_MAXNFDS pollfd strucures ratherratchov2011-05-091-5/+7
* use an array of backends and iterate on it, instead of inliningratchov2011-05-061-15/+22
* remove almost two years old hack to support legacy audio/midiratchov2011-05-061-12/+4
* determine the default device in backend code instead of the commonratchov2011-05-031-8/+3
* Make aucat audio and midi backends share the same code to communicateratchov2011-04-161-20/+9
* Clean up function naming: use sio_<backend>_ prefix for privateratchov2011-04-081-0/+484