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
/
sys
/
dev
/
tc
/
bba.c
Age
Commit message (
Expand
)
Author
2022-10-26
Make audio(9) get_props() optional, remove it from duplex drivers
Klemens Nanni
2022-10-19
Use C99 struct init for struct audio_hw_if
Klemens Nanni
2022-10-18
Remove unused AUDIO_PROP_{MMAP,INDEPENDENT}
Klemens Nanni
2022-03-21
Constify struct {audio,midi,radio,video}_hw_if. No functional change.
Miod Vallat
2022-02-16
Make room for a cookie argument passed to audio_attach_mi(). Currently
Anton Lindqvist
2016-09-19
Remove unused getdev() audio driver functions.
Alexandre Ratchov
2016-09-14
Remove drain(), query_encoding(), mappage() and get_default_params()
Alexandre Ratchov
2015-05-11
Remove all audio format conversion code from the kernel (btw holding
Alexandre Ratchov
2014-07-12
add a size argument to free. will be used soon, but for now default to 0.
Ted Unangst
2013-05-15
Introduce a global interrupt-aware mutex protecting data
Alexandre Ratchov
2011-09-05
No need to check for the size to be a multiple of 4 in the alpha-specific
Miod Vallat
2011-09-04
Driver for the TURBOchannel alpha baseboard audio. Ported from NetBSD, with
Miod Vallat