summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound
Commit message (Expand)AuthorAgeFilesLines
* remove stuff accidentally left in last commitcg2000-08-291-16/+0
* suspend/resume for ds1 drivercg2000-08-291-9/+51
* make the test for hwptr going backwards more picky- now it only triggers ifcg2000-08-291-1/+1
* add devfs support. when devfs is enabled, sysctl hw.sndunit is used to setcg2000-08-291-1/+65
* add driver for forte-media fm801cg2000-08-291-0/+743
* Fix disordered arguments to bus_space_barrier().dfr2000-08-281-1/+1
* rework feeder sytem to allow feeders in kldscg2000-08-2023-304/+705
* fix SNDCTL_DSP_GETODELAYcg2000-08-191-1/+2
* don't complain about bad irqs if using a shared irqcg2000-08-191-0/+3
* Recognize ESS 1888 in Dell Latitude XPicg2000-08-191-0/+1
* This patch appears to solve the problems with recording resultingnsayer2000-08-131-4/+13
* Missed a step when activating the solo driver.nsayer2000-08-091-1/+1
* change irq handling slightlycg2000-08-091-11/+4
* MFS: module macro changescg2000-08-091-8/+0
* A couple of cosmetic fixes, plus a biggie: When checking the DMAnsayer2000-08-091-3/+18
* MFS: sync with peter's isadma fixupcg2000-08-091-4/+6
* activate via82c686 audio drivercg2000-08-091-1/+1
* new driver: via 82c686 chipset audiocg2000-08-092-0/+762
* warn if hwptr goes backwardscg2000-08-092-1/+8
* fix the staticy sound issuecg2000-08-061-154/+140
* Simplex devices will always report EBUSY on 2nd (and subsequent)nsayer2000-08-021-1/+1
* 1. Increase the size of the DMA buffer.nsayer2000-08-021-11/+32
* Undo some of my own damage. With this patch, it appears that bothnsayer2000-08-021-16/+17
* Fix channel 1 playback the rest of the way. There are a couple ofnsayer2000-08-021-2/+2
* Get playback on channel 1 closer to working. 8 bit samples work.nsayer2000-08-021-11/+16
* Fix channel 1, sort of. recording now generates IRQs and the outputnsayer2000-08-021-2/+8
* Reverse the sense of the signed/unsigned formatting bit.nsayer2000-08-011-1/+1
* almost-there ess solo-1 driver, committed so people can tell me why itcg2000-07-311-0/+932
* add suspend/resume for yamaha chipscg2000-07-301-0/+75
* fix a potential local DoS attackcg2000-07-302-2/+13
* fix a bug where opening /dev/dsp twice resulted in it being busy until rebootcg2000-07-301-0/+3
* do the ac97 init delay for all chips and increase it to 500mscg2000-07-301-2/+3
* make this file suitable for 4-stable as well as 5-currentcg2000-07-181-0/+11
* PR:19945dick2000-07-181-1/+2
* Finally merge newmidi.tanimura2000-07-1120-78/+10949
* do-nothing module that depends on all sound driverscg2000-07-031-0/+70
* add module metadata. this is a hack, sound drivers will eventually present acg2000-07-0319-27/+85
* This is the patch to make my soundcard, a Creative Ensoniq AudioPCI (anroberto2000-07-021-3/+6
* add record channel irq timeouts toocg2000-06-201-2/+12
* fix a bug where opening for write would not fail if channel allocation failedcg2000-06-205-11/+30
* make mixer reads return the value written instead of the value setcg2000-06-191-1/+1
* replace a line erroneously removed in 1.28, should fix xmmscg2000-06-171-3/+5
* add alpha-quality recording code and handle pci error interrupts - this maycg2000-06-131-71/+353
* handle closing differently - should fix the end-of-sample cutoff bugcg2000-06-131-22/+25
* Add (another) PnP entry for the ESS ES1869 (Compaq OEM)brian2000-06-121-0/+1
* Untangle some #include between gusc.c/mss.c - gusc.c could createpeter2000-06-101-8/+0
* Unused include: #include "sbc.h"peter2000-06-104-8/+0
* Unused includes: #include "pci.h", #include "pcm.h"peter2000-06-102-6/+0
* Increase delay from 10mu to 1000mu when reading play control size. Thisdan2000-06-091-1/+1
* handle duplex properly in the AIOGCAP ioctl - this may (partially?) fix ratcg2000-06-071-0/+2
OpenPOWER on IntegriCloud