summaryrefslogtreecommitdiffstats
path: root/sys/gnu/dev
Commit message (Collapse)AuthorAgeFilesLines
* Add snd_emu10kx driver for Creative SoundBlaster Live! and Audigy seriesnetchild2006-07-152-0/+414
| | | | | | | | | | | | | | | sound cards with optional pseudo-multichannel playback. It's based on snd_emu10k1 sound driver. Single channel version is available from audio/emu10kx port since some time. The two new ALSA header files (GPLed), which contain Audigy 2 ("p16v") and Audigy 2 Value ("p17v") specific interfaces, are latest versions from ALSA Mercurial repository. This is not connected to the build yet. Submitted by: Yuriy Tsibizov <Yuriy.Tsibizov@gfk.ru>
* - Update ALSA emu10k1.h (it was imported as emu10k1-alsa.h) header file tonetchild2006-07-153-1249/+445
| | | | | | | | | | | | latest version from Mercurial repository. It brings definition of some additional Audigy 2 / Audigy 2 Value registers. - Use new #defines from ALSA emu10k1.h - Remove unused include files: + emu10k1-ac97.h was imported from ALSA and never used, + emu10k1.h was imported from Creative Linux emu10k1 driver, but only AUDIGY_CODEBASE was used from it. Submitted by: Yuriy Tsibizov <Yuriy.Tsibizov@gfk.ru>
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-064-4/+5
|
* Add dol FreeBSD dol and /*+ize licenseimp2005-01-061-1/+3
|
* This commit was generated by cvs2svn to compensate for changes in r124361,obrien2004-01-111-10/+19
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Vendor import emu10k1.h from version 1.0.1 of the ALSA driver.obrien2004-01-111-10/+19
| | | | | | | | | | ftp://ftp.alsa-project.org/pub/driver/alsa-driver-1.0.1.tar.bz2 or http://www.alsa-project.org/alsa/cvs/alsa-kernel/include/emu10k1.h
* | Sync with Creative's 8010.h rev 1.51.obrien2004-01-091-74/+140
| |
* | Dike out some very Linux-specific parts that we can't compile with.obrien2004-01-091-0/+8
| | | | | | | | Also protect AC97_MUTE which is also defined in our own ac97.h.
* | This commit was generated by cvs2svn to compensate for changes in r124273,obrien2004-01-091-2/+42
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Vendor import revision 1.9 of ac97_codec.h (we renamed the file) fromobrien2004-01-091-2/+42
| | | | | | | | http://cvs.sourceforge.net/viewcvs.py/emu10k1/emu10k1/ac97_codec.h
* | This commit was generated by cvs2svn to compensate for changes in r115990,obrien2003-06-071-0/+1361
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Vendor import emu10k1.h from version 0.9.4 of the ALSA driver (whichobrien2003-06-071-0/+1361
| | | | | | | | | | | | includes some needed Audigy support). This can be found at ftp://ftp.alsa-project.org/pub/driver/alsa-driver-0.9.4.tar.bz2 and http://www.alsa-project.org/alsa/cvs/alsa-kernel/include/emu10k1.h
* | This commit was generated by cvs2svn to compensate for changes in r113778,obrien2003-04-211-0/+245
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Vendor import revision 1.8 of ac97_codec.h (we renamed the file) fromobrien2003-04-211-0/+245
| | | | | | | | http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/emu10k1/emu10k1/ac97_codec.h
| * Vendor import revision 1.51 of 8010.h (we renamed the file) fromobrien2003-04-181-68/+134
| | | | | | | | | | http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/emu10k1/emu10k1/8010.h. This includes some Audigy support.
| * Vendor import revision 1.39 of 8010.h (we renamed the file) fromobrien2003-04-181-18/+23
| | | | | | | | | | http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/emu10k1/emu10k1/8010.h. Rev 1.39 best matches our rev 1.3.
* | Sync with Creative's 8010.h rev 1.39.obrien2003-04-181-3/+3
| |
* | new (gpl licensed) firmware image for cs4280/cs46xx sound chipscg2001-05-301-0/+340
| |
* | Close the opening comment line on these two files that mysteriouly vanished.scottl2001-05-272-2/+2
| |
* | Oops. Unremove vestiges of the old, broken sound drivers. They are nowbde2001-05-243-0/+1580
| | | | | | | | used in new drivers.
* | Remove vestiges of the old, broken sound drivers.bde2001-05-243-1580/+0
| |
* | Driver for the ESS Maestro3 and Allegro sound chips. Note that due to thescottl2001-02-012-0/+906
| | | | | | | | | | | | amount of GPL'd firmware in the driver, it will only be built as a module. Approved by: cg
* | sync CCR register definitions with creative sourcescg2000-08-061-1/+3
| |
* | fix missing defines and prototype for emu_vdump()cg2000-04-031-3/+9
|/
* unfinished sblive driver, playback/mixer only for now - not enabled incg2000-04-021-0/+666
conf/files i don't seem to be clearing the cache right resulting in a short initial burst of noise, despite doing the same as creative and alsa. i'm committing now so more eyes can pore over the code.
OpenPOWER on IntegriCloud