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
/
lib
/
libsndio
/
sio.c
Age
Commit message (
Expand
)
Author
2015-01-16
Move to the <limits.h> universe.
Theo de Raadt
2014-08-10
debug level test for clock_gettime() calls should match
Jonathan Gray
2014-03-05
- use relative read/write positions to keep track of buffer
Alexandre Ratchov
2013-12-20
Be less verbose when SNDIO_DEBUG=1 is set.
Alexandre Ratchov
2013-11-13
Prefix by '_' symbols that are not part of the API.
Alexandre Ratchov
2013-08-24
Move underrun/overrun recovery code from the sun-api back-end to
Alexandre Ratchov
2013-04-03
Handle big time_t.
Philip Guenther
2013-02-01
If par->bufsz is set (it's documented as readonly since years) then
Alexandre Ratchov
2012-10-27
check that polled fd number is smaller than SIO_MAXNFDS
Alexandre Ratchov
2012-05-23
Make the "default" string a valid device name that has the same effect
Alexandre Ratchov
2012-05-11
The default device is selected with sndiod(1) or the AUDIODEVICE
Alexandre Ratchov
2012-04-11
Use "unsigned int" rather than "unsigned". No object change.
Alexandre Ratchov
2011-11-15
Add a "device number" component in sndio(7) device names, allowing a
Alexandre Ratchov
2011-05-09
in sio_psleep(), use an array of SIO_MAXNFDS pollfd strucures rather
Alexandre Ratchov
2011-05-06
use an array of backends and iterate on it, instead of inlining
Alexandre Ratchov
2011-05-06
remove almost two years old hack to support legacy audio/midi
Alexandre Ratchov
2011-05-03
determine the default device in backend code instead of the common
Alexandre Ratchov
2011-04-16
Make aucat audio and midi backends share the same code to communicate
Alexandre Ratchov
2011-04-08
Clean up function naming: use sio_<backend>_ prefix for private
Alexandre Ratchov