summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound
Commit message (Expand)AuthorAgeFilesLines
* 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
* this driver does not support the cs4281 and probably never will, different codecg2000-06-061-4/+1
* support recordingcg2000-06-061-55/+234
* improve recordingcg2000-06-061-17/+27
* don't panic if we try to add a channel we said we wouldn'tcg2000-06-061-2/+9
* With this evil hack the DS1 driver works on our Intel desktoppeter2000-06-011-2/+14
* if a device has no play or no record channels, set its simplex flag.cg2000-06-011-0/+3
* if we get bad values for playctrlsize, the firmware may not have initialisedcg2000-06-011-1/+11
* add a bit more diagnostic info for the bus_dmamap_load failure casecg2000-05-311-5/+8
* yamaha ds1/ds1e pci sound driver - work in progress, mixer and playback only.cg2000-05-313-0/+2522
* Add more ESS1869 PnP Sound Card PnPid.kuriyama2000-05-291-0/+1
* Use the correct name for a mapping register, not the old FreeBSD 2.xpeter2000-05-281-1/+1
OpenPOWER on IntegriCloud