summaryrefslogtreecommitdiffstats
path: root/lib/libsndio (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add version number to aucat protocol. It's not used yet,ratchov2009-10-171-1/+2
* when setting parameters of sun devices, check that selected encodingratchov2009-10-101-4/+23
* at initialization of sun devices, use sio_setpar(3) instead ofratchov2009-10-101-11/+10
* since AUDIO_INITINFO() may set parameters to whatever is supportedratchov2009-10-101-24/+59
* don't consider calling sio_close() without calling sio_stop() firstratchov2009-08-282-6/+4
* when using aucat backend, wait for the server to drop the connectionratchov2009-08-281-2/+7
* add a new AMSG_BYE, sent by the client to requst the server toratchov2009-08-282-2/+12
* handle incoming AMSG_SETVOL messages, allows the client to be notifiedratchov2009-08-261-1/+7
* make aucat(1) expose a MIDI device to control server behaviour inratchov2009-08-214-20/+50
* honor non-blocking flag in mio_open_rmidi(), fixes programsratchov2009-08-011-3/+4
* don't use ``return'' in sio_close() and mio_close()ratchov2009-07-272-4/+4
* more style improvemets, from Thomas Pfaffratchov2009-07-262-8/+8
* use ``sizeof(string) - 1'' rather than ``strlen(string)'' on staticratchov2009-07-263-8/+8
* remove the (bogus) special case when mio_open() is called withratchov2009-07-261-16/+1
* rephrase description of (MIO_IN | MIO_OUT) moderatchov2009-07-261-4/+5
* Make ``static'' few functions that are prototyped as static but are notratchov2009-07-262-4/+4
* sort and space headers as per style(9)ratchov2009-07-266-13/+21
* use const qualifier in libsndio, making it slightly more consistentratchov2009-07-2510-38/+38
* add sndio.7, forgotten in last commitratchov2009-07-251-0/+168
* Currently midi capable programs can control midi hardware, butratchov2009-07-2511-37/+963
* don't set mode in sio_setpar(), already done at initializationratchov2009-05-161-2/+1
* add a new ``hello'' message to aucat protocol useful to work onratchov2009-05-161-5/+25
* fix style to make future diffs contain functional changes onlyratchov2009-05-161-58/+58
* in aucat_getpar() and aucat_getcap(), initialize the message to sendratchov2009-05-161-3/+3
* cleanup forgotten calls to exit(3)ratchov2009-05-151-10/+17
* replace s/sa/sio/, left from when libsa was renamed to libsndioratchov2009-05-152-94/+94
* in headers, macro definitions come first, prototypes come nextratchov2009-05-151-15/+17
* if DEBUG is defined, use a global debug level ratherratchov2009-05-154-130/+116
* describe sio_getcap(), sio_pollfd() and sio_setvol() retrurn valuesratchov2009-05-151-3/+7
* no need to install includes from here anymorederaadt2009-04-211-6/+1
* move src/lib/libsndio/sndio.h into src/include where other includeratchov2009-04-211-152/+0
* protypes in sndio.h make reference to struct pollfd; applicationsratchov2009-04-131-1/+3
* don't use ``hdl->filling'' flag uninitializedratchov2009-02-261-1/+2
* after the STOP message is sent, move the receiver to the RMSG stateratchov2009-02-251-3/+5
* in aucat_stop(), after the STOP message was send, put the receiverratchov2009-02-181-1/+3
* ignore evironment variables if the program is setuid or setgidratchov2009-02-091-3/+3
* update the default socket paths, to reflect recent aucat changesratchov2009-02-041-7/+7
* explain that it's ok if we get a slightly different rate thanratchov2009-02-041-3/+5
* Programs have no direct access do the device file descriptor. So, ifratchov2009-02-042-2/+10
* in server mode, create /tmp/aucat-userid/ directory withratchov2009-02-032-6/+12
* fix bugs section: clarify that sio_start() and sio_stop() shouldratchov2009-01-211-2/+2
* explain what ``frame'' does meanratchov2009-01-211-3/+7
* make declarations "C" to allow c++ code to compileratchov2009-01-211-1/+9
* cleanup: remove prototypes of inexistent functions, move few privateratchov2009-01-172-7/+4
* replace s/routine/function/, as other manuals doratchov2009-01-121-24/+24
* make all private functions staticratchov2009-01-103-62/+62
* oops, i messed up tim's patch; correction from Tim van der Molenjmc2009-01-081-3/+3
* a little macro cleanup; from Tim van der Molenjmc2009-01-081-4/+8
* when polling aucat(1) socket, don't set the POLLIN bit if weratchov2008-12-271-2/+2
* when using the aucat(1) backend, don't mask the POLLHUP bitratchov2008-12-272-5/+5