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-05-18
the block size must be multiple of the pci burst size (overwise
Alexandre Ratchov
2009-05-08
add support HT mixer knobs (ie routing control). Allow monitoring
Alexandre Ratchov
2009-05-08
add support for the ak4358 DAC used in ESI Julia cards. There are
Alexandre Ratchov
2009-05-08
print card model, the number of inputs and the number of outputs
Alexandre Ratchov
2009-05-08
add support for m-audio delta 1010, delta 66 and delta 44 since
Alexandre Ratchov
2009-05-08
rename few functions and macros, fix style
Alexandre Ratchov
2009-05-08
expose HT mixer; since neither the digital mixer nor codec
Alexandre Ratchov
2009-05-08
use the number of channels rather than the number of stereo dacs/adcs,
Alexandre Ratchov
2009-05-08
hide controls corresponding to missing dacs, adcs or spdifs.
Alexandre Ratchov
2009-05-04
put codec-specific mixer bits in their own routines and
Alexandre Ratchov
2009-05-03
reorganize mixer bits to allow, supporting codec-dependent mixer
Alexandre Ratchov
2009-04-25
add basic support for Envy24HT chips and for ``ESI Juli@''
Alexandre Ratchov
2009-04-25
start splitting the driver in two parts: one specific to the
Alexandre Ratchov
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