summaryrefslogtreecommitdiffstats
path: root/lib/libsndio/sio_aucat.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use "unsigned int" rather than "unsigned". No object change.ratchov2012-04-111-11/+11
* Add a "device number" component in sndio(7) device names, allowing aratchov2011-11-151-4/+4
* Remove midicat since aucat can now be used instead of midicatratchov2011-10-171-2/+2
* don't forget to send the initial clock tickratchov2011-06-031-1/+5
* Add missing byter order conversions in message headers. Fixes the caseratchov2011-05-021-29/+35
* slightly cleanup by separating socket-specific code fromratchov2011-04-181-2/+2
* for unix domain socket addresses use AUCAT_PATH and MIDICAT_PATHratchov2011-04-161-2/+2
* Since aucat supports any parameter combination sio_getcap() doesn'tratchov2011-04-161-15/+1
* Make aucat audio and midi backends share the same code to communicateratchov2011-04-161-382/+121
* Clean up function naming: use sio_<backend>_ prefix for privateratchov2011-04-081-0/+754