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
/
emuxki.c
Age
Commit message (
Expand
)
Author
2008-12-09
Replace the sc_type/sc_details enum's in the softc struct with a sc_flags
Brad Smith
2008-10-29
support for Audigy 2 Value based on patch from Dennis Suhonin
Jacob Meuser
2008-10-25
audio(9) says low level drivers are allowed to change the requested
Jacob Meuser
2008-06-26
First pass at removing clauses 3 and 4 from NetBSD licenses.
Ray Lai
2008-05-29
use ac97 default parameters for these ac97 based drivers.
Jacob Meuser
2008-04-21
allow low level audio drivers to specify a default sample format,
Jacob Meuser
2008-03-10
the Dell SoundBlaster Live! 5.1 cards differ enough from "regular"
Jacob Meuser
2008-02-22
as can be seen in emuxki_voice_set_srate(), the sample rate needs to
Jacob Meuser
2007-07-10
emu(4) incorrectly overrides the requested recoding format, setting
Jacob Meuser
2006-01-20
- match another revision of Audigy cards
Jacob Meuser
2005-11-30
- add initial SB Audigy support
Brad Smith
2005-11-21
Move contents of sys/select.h to sys/selinfo.h in preparation for a
Todd C. Miller
2005-08-09
do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisub...
Michael Shalayeff
2004-09-02
Prevent mixer from resetting volume back to blead-from-the-ears.
Marco Peereboom
2004-04-14
make it compile
Michael Shalayeff
2004-04-14
another SoundBlaster Live
Brad Smith
2004-02-24
record code, from netbsd; via jakemsr@jakemsr.com
Theo de Raadt
2003-11-07
adress -> address, and a few more; all from Jonathon Gray;
Jason McIntyre
2003-04-27
strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit.
Hakan Olsson
2003-04-26
managment -> management;
Jason McIntyre
2003-02-18
intial -> initial
Jason McIntyre
2002-06-03
probe for flavours, aps and audigy still need more work though
Michael Shalayeff
2002-03-14
Final __P removal plus some cosmetic fixups
Todd C. Miller
2002-03-14
First round of __P removal in sys
Todd C. Miller
2002-01-20
make all audio drivers use the new allocm and round_buffersize decl's.
Eric Jackson
2001-11-29
sc must be initialized.
Hakan Olsson
2001-11-26
cache the last deallocated voice and reuse on the next open.
Michael Shalayeff
2001-11-20
use more reasonable default level values; ho@ testing
Michael Shalayeff
2001-10-31
Change the audio_hm_if->mappage interface to return paddr_t and take off_t
Artur Grabowski
2001-10-24
Print intrstr, not dv_xname. mickey@ ok.
Hakan Olsson
2001-10-24
add missing RCS ids
Brad Smith
2001-10-24
creative labs sb live! and (perhaps) pci512 driver.
Michael Shalayeff