summaryrefslogtreecommitdiff
path: root/lib/libsndio/aucat.c
AgeCommit message (Expand)Author
2009-05-16don't set mode in sio_setpar(), already done at initializationAlexandre Ratchov
2009-05-16add a new ``hello'' message to aucat protocol useful to work onAlexandre Ratchov
2009-05-16fix style to make future diffs contain functional changes onlyAlexandre Ratchov
2009-05-16in aucat_getpar() and aucat_getcap(), initialize the message to sendAlexandre Ratchov
2009-05-15replace s/sa/sio/, left from when libsa was renamed to libsndioAlexandre Ratchov
2009-05-15if DEBUG is defined, use a global debug level ratherAlexandre Ratchov
2009-02-25after the STOP message is sent, move the receiver to the RMSG stateAlexandre Ratchov
2009-02-18in aucat_stop(), after the STOP message was send, put the receiverAlexandre Ratchov
2009-02-04Programs have no direct access do the device file descriptor. So, ifAlexandre Ratchov
2009-02-03in server mode, create /tmp/aucat-userid/ directory withAlexandre Ratchov
2009-01-10make all private functions staticAlexandre Ratchov
2008-12-27when polling aucat(1) socket, don't set the POLLIN bit if weAlexandre Ratchov
2008-12-27when using the aucat(1) backend, don't mask the POLLHUP bitAlexandre Ratchov
2008-12-21fix more spelling errors and typos,Alexandre Ratchov
2008-12-17stop using stderr in the library, wrap all diagnostic fprintfsAlexandre Ratchov
2008-12-17fix spell errors, from Thomas Pfaff <tpfaff(at)tp76.info>, thanks!Alexandre Ratchov
2008-12-17add a writable ``appbufsz'' field to the sa_par structure, containingAlexandre Ratchov
2008-11-17allow aucat to run as server in play-only and record-only mode, soAlexandre Ratchov
2008-11-16when the aucat backend is used, sio_revents(3) should return POLLHUPAlexandre Ratchov
2008-11-11expose a volume knob in the sndio API: add sio_setvol(3) andAlexandre Ratchov
2008-10-27rename libsa to libsndioAlexandre Ratchov