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
/
include
/
sndio.h
Age
Commit message (
Expand
)
Author
2022-04-29
Add sio_flush(3) function to stop playback immediately
Alexandre Ratchov
2020-06-28
Allow switching between alternate devices (-F option) with sndioctl(1)
Alexandre Ratchov
2020-06-28
Add a new SIOCTL_SEL control type to select one of a predefined set of
Alexandre Ratchov
2020-06-18
Fix comments about sioctl_desc's maxval field
Alexandre Ratchov
2020-02-26
Add API to control audio device parameters exposed by sndiod.
Alexandre Ratchov
2015-12-20
Expose internal functions necessary to open audio devices and midi
Alexandre Ratchov
2012-08-22
hex constants unsigned, prevents some gcc warnings
Marc Espie
2012-07-08
Include sys/types.h rather than sys/param.h to pull BYTE_ORDER macros.
Alexandre Ratchov
2012-05-23
Make the "default" string a valid device name that has the same effect
Alexandre Ratchov
2012-04-11
Use "unsigned int" rather than "unsigned". No object change.
Alexandre Ratchov
2010-11-06
make sio_onvol(3) return a integer exposing whether a volume knob
Alexandre Ratchov
2009-07-25
use const qualifier in libsndio, making it slightly more consistent
Alexandre Ratchov
2009-07-25
Currently midi capable programs can control midi hardware, but
Alexandre Ratchov
2009-04-21
move src/lib/libsndio/sndio.h into src/include where other include
Alexandre Ratchov