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_sun.c
Age
Commit message (
Expand
)
Author
2016-04-07
Use the "new" audio(4) api and delete all the useless code to deal
Alexandre Ratchov
2016-01-09
Make code fit in 80 columns, remove trailing spaces & tabs.
Alexandre Ratchov
2015-12-20
Expose internal functions necessary to open audio devices and midi
Alexandre Ratchov
2015-11-22
remove unneeded prototypes
Alexandre Ratchov
2015-11-22
Don't remove the type component from the device string before passing
Alexandre Ratchov
2015-11-18
Split function to initialize the raw device in two parts, one to open
Alexandre Ratchov
2015-11-17
don't call AUDIO_SETFD ioctl as it's a no-op
Alexandre Ratchov
2015-10-02
Validate that midi and audio device numbers are integers.
Alexandre Ratchov
2015-10-02
As device path is known, use its size instead of PATH_MAX
Alexandre Ratchov
2015-10-02
Use macros for audio and midi device paths rather than hardcoded
Alexandre Ratchov
2015-07-28
Use new AUDIO_GETPOS ioctl instead of AUDIO_GETxOFFS and
Alexandre Ratchov
2015-07-24
Fix arithmetic mistake causing errors when there are more xruns on the
Alexandre Ratchov
2015-02-16
Remove backward compat bits to support for ':' character in sndio
Alexandre Ratchov
2014-11-21
Initialize the xrun attribute to SIO_IGNORE in sio_sun_getpar(). Found
Alexandre Ratchov
2014-08-15
Use O_CLOEXEC wherever we open a file and then call fcntl(F_SETFD, FD_CLOEXEC)
Philip Guenther
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
2012-09-14
Don't read the xrun counter before the offset in the audio ring,
Alexandre Ratchov
2012-04-11
Use "unsigned int" rather than "unsigned". No object change.
Alexandre Ratchov
2012-02-24
Correct the spelling of "transferred" and "transferring"
Philip Guenthe
2011-11-15
Add a "device number" component in sndio(7) device names, allowing a
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