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
/
envy.c
Age
Commit message (
Expand
)
Author
2009-03-29
make various strings ("can't map mem space" and similar) more consistent
Stuart Henderson
2009-03-04
don't bus_space_unmap() sc->mt_ioh with the wrong bus tag
Alexandre Ratchov
2009-01-17
use 24-bit precision (encoded in 32-bit words) rather than
Alexandre Ratchov
2008-12-09
Non soundblaster-like devices must set AUDIO_PROP_INDEPENDENT
Alexandre Ratchov
2008-11-29
use the the correct register mask. Fixes certain mixer settings
Alexandre Ratchov
2008-10-25
audio(9) says low level drivers are allowed to change the requested
Jacob Meuser
2008-04-30
don't stop both play and record in envy_halt_input() ad envy_halt_output()
Alexandre Ratchov
2008-04-21
allow low level audio drivers to specify a default sample format,
Jacob Meuser
2008-02-21
since now we have volume knobs, use next/prev pointers to attach
Alexandre Ratchov
2008-02-21
implement AK4524 input and output volume knobs and output mute switches.
Alexandre Ratchov
2008-01-14
protect against an invalid device index possibly leading to kernel
Jacob Meuser
2007-12-08
there should be 10 stereo or 20 mono knobs (but not 20 stereo!).
Alexandre Ratchov
2007-12-08
mixer_devinfo->type is uninitialized for classes
Alexandre Ratchov
2007-10-28
id tags.
Federico G. Schwindt
2007-10-28
add new envy(4) driver for ICE1712 (aka VIA Envy24) audio devices. The
Alexandre Ratchov