summaryrefslogtreecommitdiff
path: root/lib/libsndio/sndio.c
AgeCommit message (Expand)Author
2010-11-06make sio_onvol(3) return a integer exposing whether a volume knobAlexandre Ratchov
2010-08-20polish the code: remove few unused #includes, add missing ones,Alexandre Ratchov
2010-04-24remove trailing spaces, from Alexandr Shadchin, thanksAlexandre Ratchov
2010-04-06aucat (server):Alexandre Ratchov
2009-08-28don't consider calling sio_close() without calling sio_stop() firstAlexandre Ratchov
2009-08-28add a new AMSG_BYE, sent by the client to requst the server toAlexandre Ratchov
2009-07-27don't use ``return'' in sio_close() and mio_close()Alexandre Ratchov
2009-07-26more style improvemets, from Thomas PfaffAlexandre Ratchov
2009-07-26use ``sizeof(string) - 1'' rather than ``strlen(string)'' on staticAlexandre Ratchov
2009-07-26sort and space headers as per style(9)Alexandre Ratchov
2009-07-25use const qualifier in libsndio, making it slightly more consistentAlexandre Ratchov
2009-07-25Currently midi capable programs can control midi hardware, butAlexandre Ratchov
2009-05-15if DEBUG is defined, use a global debug level ratherAlexandre Ratchov
2009-02-09ignore evironment variables if the program is setuid or setgidAlexandre Ratchov
2009-01-10make all private functions staticAlexandre 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-20make both aucat(1) and audio(4) backends use the AUDIODEVICE envAlexandre Ratchov
2008-11-11expose a volume knob in the sndio API: add sio_setvol(3) andAlexandre Ratchov
2008-11-09if the device is not started, make sio_pollfd() pass 0 events bitmapAlexandre Ratchov
2008-11-09sio_revents() should return 0 poll events if the device isn't startedAlexandre Ratchov
2008-11-07expose the block size in the sndio API by making par->round writableAlexandre Ratchov
2008-10-28sio_initpar() is supposed to return void like the documentationJonathan Gray
2008-10-27rename libsa to libsndioAlexandre Ratchov