summaryrefslogtreecommitdiffstats
path: root/lib/libsndio/mio.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make the "default" string a valid device name that has the same effectratchov2012-05-231-3/+9
* Use "unsigned int" rather than "unsigned". No object change.ratchov2012-04-111-3/+4
* Add a "device number" component in sndio(7) device names, allowing aratchov2011-11-151-23/+11
* Remove midicat since aucat can now be used instead of midicatratchov2011-10-171-3/+3
* remove almost two years old hack to support legacy audio/midiratchov2011-05-061-13/+4
* Make aucat audio and midi backends share the same code to communicateratchov2011-04-161-15/+4
* Use mio_<backend>_ prefix for private midi-related functions and putratchov2011-04-121-7/+7
* remove trailing spaces, from Alexandr Shadchin, thanksratchov2010-04-241-4/+4
* make aucat(1) expose a MIDI device to control server behaviour inratchov2009-08-211-1/+5
* don't use ``return'' in sio_close() and mio_close()ratchov2009-07-271-2/+2
* use ``sizeof(string) - 1'' rather than ``strlen(string)'' on staticratchov2009-07-261-3/+3
* remove the (bogus) special case when mio_open() is called withratchov2009-07-261-16/+1
* sort and space headers as per style(9)ratchov2009-07-261-2/+4
* use const qualifier in libsndio, making it slightly more consistentratchov2009-07-251-3/+3
* Currently midi capable programs can control midi hardware, butratchov2009-07-251-0/+184