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
/
ic
/
arcofi.c
Age
Commit message (
Expand
)
Author
2022-10-28
Replace audio(9) get_props() with duplex check in open() in non-duplex drivers
Klemens Nanni
2022-06-27
Fix comment.
Miod Vallat
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
Make this build again.
Mark Kettenis
2016-09-19
Remove unused getdev() audio driver functions.
Alexandre Ratchov
2016-09-17
remove unused arcofi_drain() routine
Alexandre Ratchov
2016-09-14
Remove drain(), query_encoding(), mappage() and get_default_params()
Alexandre Ratchov
2015-06-26
Adapt to the removal of the symbolic input and output port names from
Miod Vallat
2015-05-11
Remove all audio format conversion code from the kernel (btw holding
Alexandre Ratchov
2014-12-19
Use <sys/endian.h> instead of <machine/endian.h>
Philip Guenther
2014-08-20
Call audio_{pint,rint}() call-backs with the mutex held. Found by
Alexandre Ratchov
2014-08-19
yet another typo
Miod Vallat
2014-08-19
Three independent typos for `independent' or `independently'.
Miod Vallat
2014-05-08
Format string fixes and removal of -Wno-format for hppa kernels.
Miod Vallat
2013-05-15
Introduce a global interrupt-aware mutex protecting data
Alexandre Ratchov
2012-01-02
Do not advertize this device as full-duplex. While I believe the Siemens chip
Miod Vallat
2011-12-25
Fix the documented CAVEAT by forcing the TX gain to minus infinity when
Miod Vallat
2011-12-24
Default to a much smaller input gain on the MIC line, to improve recording
Miod Vallat
2011-12-22
Add 16-bit modes to arcofi(4). Big-endian signed is native, others require some
Miod Vallat
2011-12-21
Work-in-progress driver for the HP ``Audio1'' device found on the HP 9000/425e
Miod Vallat