summaryrefslogtreecommitdiff
path: root/usr.bin/aucat/safile.c
AgeCommit message (Expand)Author
2009-09-27remove all debug tracesAlexandre Ratchov
2009-09-19if the device is dying, don't try to stop it, otherwise this wouldAlexandre Ratchov
2009-09-19tag the device as stopped even if sio_stop() failed (ie. deviceAlexandre Ratchov
2009-08-28top device before closing it. It's necessary to ensure that if weAlexandre Ratchov
2009-07-25fix comments, remove no longer needed declaration, reorder includesAlexandre Ratchov
2009-07-25Currently midi capable programs can control midi hardware, butAlexandre Ratchov
2009-02-06move error messages reported to user into main()Alexandre Ratchov
2009-02-04if there are too many connections, stop acceping new ones ratherAlexandre Ratchov
2009-01-23spacing + typo fix from Matt Jibson <matt.jibson(at)gmail.com>Alexandre Ratchov
2008-12-29make the code "more correct": add reference counters to aprocAlexandre Ratchov
2008-12-27do not call exit(1) if sio_start(3) or sio_stop(3) fail. TheAlexandre Ratchov
2008-12-26*** empty log message ***Alexandre Ratchov
2008-12-17add a writable ``appbufsz'' field to the sa_par structure, containingAlexandre Ratchov
2008-12-07When resampling, don't require the sample frequency to be an integer.Alexandre Ratchov
2008-11-08set the default device to /dev/audio for legacy mode.Alexandre Ratchov
2008-11-07expose the block size in the sndio API by making par->round writableAlexandre Ratchov
2008-10-27rename libsa to libsndioAlexandre Ratchov
2008-10-26add minimal server capability to aucat(1). When started in serverAlexandre Ratchov