summaryrefslogtreecommitdiff
path: root/sys/dev/sound
Commit message (Expand)AuthorAgeFilesLines
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-2/+2
* Oops, rman_get_bushandle() should be converted to rman_get_virtual()Yoshihiro Takahashi2000-05-201-1/+1
* Supported the mss on PC-98 and Sound Blaster 98.Yoshihiro Takahashi2000-05-195-3/+84
* fix a speed bug that nobody noticedCameron Grant2000-05-151-4/+5
* Separate the struct bio related stuff out of <sys/buf.h> intoPoul-Henning Kamp2000-05-051-0/+1
* fix the 100% cpu in xmms issueCameron Grant2000-05-041-1/+0
* Remove unneeded #include <sys/kernel.h>Poul-Henning Kamp2000-04-291-1/+0
* duh, i forgot to change a bitmask, sorry alexanderCameron Grant2000-04-261-1/+1
* fix minor numbers for multi-channel devicesCameron Grant2000-04-261-8/+6
* repo-copied to sys/gnu/dev/sound/pci/emu10k1.hCameron Grant2000-04-261-672/+0
* update for new location of emu10k1.h under sys/gnuCameron Grant2000-04-261-1/+1
* implement settrigger according to specCameron Grant2000-04-233-27/+40
* maybe make cmi8330 work - no feedback yetCameron Grant2000-04-231-6/+19
* try the fix from creative bugzilla for nmi problemCameron Grant2000-04-181-2/+2
* more mmap fixesCameron Grant2000-04-173-35/+30
* make drivers start at beginning of buffer when triggered - improves mmap.Cameron Grant2000-04-174-14/+32
* make mmap sort-of work. there seem to be interactions with certain hwCameron Grant2000-04-155-154/+172
* make poll() dtrt, previously when playing it would trigger if there was lessCameron Grant2000-04-051-2/+2
* decrease buffer size to 4kCameron Grant2000-04-051-23/+58
* allow /dev/dsp to be opened seperately for reading and writing.Cameron Grant2000-04-053-11/+27
* try increasing 2ndbuffer size to 64kCameron Grant2000-04-051-1/+1
* move buffer size definition to .c file for consistency, and reduce it to 4kCameron Grant2000-04-052-1/+4
* make the click on starting output go awayCameron Grant2000-04-041-20/+24
* fix missing defines and prototype for emu_vdump()Cameron Grant2000-04-032-3/+12
* unfinished sblive driver, playback/mixer only for now - not enabled inCameron Grant2000-04-022-0/+1836
* fail in attach if we seem to have no ac97 codecCameron Grant2000-04-016-8/+14
* bump the buffer size from 4k to 16k. should improve performance under load.Cameron Grant2000-04-011-1/+1
* split up ess and sb codeCameron Grant2000-03-284-951/+969
* don't check extended features on codecs known to hang. should fix neomagicCameron Grant2000-03-241-16/+26
* toast warnings on i386Cameron Grant2000-03-201-1/+3
* make als120 cards which report dsp version 3.x whilst only supporting 4.xCameron Grant2000-03-201-2/+5
* update the ac97 layer:Cameron Grant2000-03-209-69/+226
* add a function to reinitialize the mixer, to be called by drivers onCameron Grant2000-03-202-0/+14
* Spelling mistakeNick Hibma2000-03-151-1/+1
* Stop isadma from abusing the B_READ, B_RAW and B_WRITE flags.Poul-Henning Kamp2000-03-134-9/+9
* Add the logical ID of Avance Logic ALS100. The vendor ID is alsoSeigo Tanimura2000-03-091-0/+1
* Partial fix: the following patch correctly configures the card for dualCameron Grant2000-03-051-1/+5
* fix ess end-of-buffer repeatingCameron Grant2000-02-143-18/+6
* Tidy up stray or bogus #if NFOO > 0 and #include "foo.h".Peter Wemm2000-01-296-24/+0
* Remove a rather bizzare set of #ifdefs and #defines that all worked outPeter Wemm2000-01-291-10/+0
* differentiate cmi8330 and als100 pnp cards based on their vendor id. thisCameron Grant2000-01-292-2/+13
* Add support for detection of the ESS 1688 found on my Dell Latitude LMAndrew Gallatin2000-01-281-0/+1
* handle simplex devices rightCameron Grant2000-01-261-1/+1
* Note the PnP id's for the NMX2210 next to the id's where they are used.Peter Wemm2000-01-231-2/+3
* The pointer of the serial FIFO in the DSP seems to make an errorSeigo Tanimura2000-01-231-3/+22
* kludge to fix the end-of-sample repeating bug. i don't know why it happens;Cameron Grant2000-01-181-5/+9
* update ac97 layer to use device_printf when printing messagesCameron Grant2000-01-187-12/+15
* Some SB128's (ES1371) have a different PCI vendor id. Vendor == 0x3274Peter Wemm2000-01-171-2/+5
* fix missing \n in sndstat outputCameron Grant2000-01-161-1/+1
* oops, best play format was set to unsigned 16 bit instead of signed 16 bitCameron Grant2000-01-161-1/+1