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
/
pci
/
auglx.c
Age
Commit message (
Expand
)
Author
2019-12-14
Add sizes for free() in auglx(4).
Frederic Cambus
2016-12-20
Simplify the activate() functions of auglx(4), autri(4), and
Alexandre Ratchov
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-12-06
Add a DVACT_WAKEUP op to the *_activate() API. This is called after the
Theo de Raadt
2013-05-24
Since audio code is mp safe, establish isa and pci audio interrupts
Alexandre Ratchov
2013-05-15
Introduce a global interrupt-aware mutex protecting data
Alexandre Ratchov
2011-07-03
Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing
Matthew Dempsky
2010-09-21
* use audio(4)'s DVACT_{QUIESCE,RESUME} to handle I/O stopping/restarting
Jacob Meuser
2010-09-07
remove the powerhook code. All architectures now use the ca_activate tree
Theo de Raadt
2010-08-27
Since the changes in neo(4) work, it is very likely that the exact same
Theo de Raadt
2010-07-15
add two new members to structs audio_encoding and audio_prinfo.
Jacob Meuser
2010-04-20
remove proc.h include from uvm_map.h. This has far reaching effects, as
Ted Unangst
2010-02-19
Make this truly MI:
Miod Vallat
2010-02-19
Move auglx(4) from i386-only land to MI land.
Miod Vallat