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
/
auacer.c
Age
Commit message (
Expand
)
Author
2016-12-12
Simplify auacer_activate(). From Michael W. Bombardieri <mb at ii.net>
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
2015-03-14
Remove some includes include-what-you-use claims don't
Jonathan Gray
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
2011-04-03
use nitems(); no binary change for drivers that are compiled on amd64.
Jasper Lievisse Adriaanse
2010-09-21
use audio(4)'s DVACT_{QUIESCE,RESUME} and ac97(4)'s ac97_resume() for
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-08
these files don't need to include proc.h anymore. ok oga for agp
Ted Unangst
2010-04-04
avoid rounding the blocksize to 0
Jacob Meuser
2008-10-25
audio(9) says low level drivers are allowed to change the requested
Jacob Meuser
2008-10-21
remove unused variable 'v', unbreaks the tree
Felix Kronlage
2008-10-20
- Remove sys/cdefs.h header.
Brad Smith
2008-08-28
Driver for Acer Labs M5455 integrated sound found on recent Ultra workstations.
Mike Belopuhov