index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
aucat
/
safile.c
Age
Commit message (
Expand
)
Author
2009-09-27
remove all debug traces
Alexandre Ratchov
2009-09-19
if the device is dying, don't try to stop it, otherwise this would
Alexandre Ratchov
2009-09-19
tag the device as stopped even if sio_stop() failed (ie. device
Alexandre Ratchov
2009-08-28
top device before closing it. It's necessary to ensure that if we
Alexandre Ratchov
2009-07-25
fix comments, remove no longer needed declaration, reorder includes
Alexandre Ratchov
2009-07-25
Currently midi capable programs can control midi hardware, but
Alexandre Ratchov
2009-02-06
move error messages reported to user into main()
Alexandre Ratchov
2009-02-04
if there are too many connections, stop acceping new ones rather
Alexandre Ratchov
2009-01-23
spacing + typo fix from Matt Jibson <matt.jibson(at)gmail.com>
Alexandre Ratchov
2008-12-29
make the code "more correct": add reference counters to aproc
Alexandre Ratchov
2008-12-27
do not call exit(1) if sio_start(3) or sio_stop(3) fail. The
Alexandre Ratchov
2008-12-26
*** empty log message ***
Alexandre Ratchov
2008-12-17
add a writable ``appbufsz'' field to the sa_par structure, containing
Alexandre Ratchov
2008-12-07
When resampling, don't require the sample frequency to be an integer.
Alexandre Ratchov
2008-11-08
set the default device to /dev/audio for legacy mode.
Alexandre Ratchov
2008-11-07
expose the block size in the sndio API by making par->round writable
Alexandre Ratchov
2008-10-27
rename libsa to libsndio
Alexandre Ratchov
2008-10-26
add minimal server capability to aucat(1). When started in server
Alexandre Ratchov