summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound
Commit message (Expand)AuthorAgeFilesLines
* Add suspend/resume hooks.nsayer2000-09-281-0/+2
* prepare for adding a rate conversion feeder.cg2000-09-235-445/+728
* only probe mandatory channels on known bad codecscg2000-09-231-1/+2
* Enable the snd_maestro module and have the snd_driver module depend on it.jhb2000-09-231-0/+1
* Since the unit number of a midi/sequencer device is expressed in 4tanimura2000-09-182-2/+2
* dynamify- probe codec for supported channelscg2000-09-171-30/+50
* fix warningscg2000-09-174-6/+3
* disable 16bit mono support- this will be handled by software conversion tocg2000-09-091-1/+1
* add 16bit mono/stereo conversion feedercg2000-09-091-6/+90
* detach supportcg2000-09-0918-189/+436
* ess maestro driver - not enabled by defaultcg2000-09-062-0/+1533
* initial support for multiple ac97 codecscg2000-09-053-18/+24
* add detach supportcg2000-09-051-1/+76
* allow a null setdir implementationcg2000-09-051-1/+1
* be more verbose about failed unload attemptscg2000-09-051-2/+10
* tidy up a little, add a mask for 32bit formatscg2000-09-051-4/+1
* Fix warnings by moving static functions before they are used.peter2000-09-031-39/+39
* update for phk's last devfs commitcg2000-09-021-10/+1
* Avoid the modules madness I inadvertently introduced by making thephk2000-09-029-19/+0
* add a missing return statement, doh.cg2000-09-021-0/+1
* change mixer api slightlycg2000-09-0125-249/+627
* 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
OpenPOWER on IntegriCloud