summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound
Commit message (Expand)AuthorAgeFilesLines
* Use the M_ZERO flag to malloc(9)greid2001-06-2121-64/+32
* stop csa from panicing in clkrun_hack() - we were using free'd memorycg2001-06-181-4/+3
* Call bus_teardown_intr when csa_attach fails after the interrupt hastmm2001-06-181-31/+29
* use devclass_get_maxunit() correctlycg2001-06-183-4/+4
* revise dsp_clone() to return the first nonbusy channel instead of simplycg2001-06-174-15/+17
* fix a potential panic in dsp_clone() if no pcm devices were detectedcg2001-06-171-0/+2
* Use INTR_TYPE_AV for the interrupt handlers because:peter2001-06-167-8/+8
* use a global devclass for all drivers - i'm not entirely sure why thiscg2001-06-1630-929/+936
* various locking fixes, rework open logic and channel registrationcg2001-06-145-144/+317
* identify es1371 revision acg2001-06-111-1/+6
* get clkrun the right way aroundcg2001-06-111-5/+0
* sbuf_new(9) now returns a struct sbuf * instead of an int. If the callerdes2001-06-101-1/+1
* Catch up to csareg.h rev 1.3.tanimura2001-06-081-4/+7
* "Fix" the previous initial attempt at fixing TUNABLE_INT(). This timepeter2001-06-081-1/+1
* lock sound device when adding/removing channelscg2001-06-074-20/+102
* Back out part of my previous commit. This was a last minute changepeter2001-06-071-1/+1
* Make the TUNABLE_*() macros look and behave more consistantly like thepeter2001-06-061-2/+2
* Move out the files from src/sys/isa/ic/ to src/sys/dev/ic/, so theyjoerg2001-06-042-2/+2
* fix typocg2001-05-302-2/+2
* no longer usedcg2001-05-301-3496/+0
* update this driver to use new firmware and incorporate many fixes.cg2001-05-304-258/+313
* state the licencing terms for this filecg2001-05-301-0/+23
* beginnings of virtual playback channel supportcg2001-05-2710-212/+927
* add a new method for retrieving feeder parameterscg2001-05-273-4/+39
* don't erase info in sndbuf_setup()cg2001-05-272-6/+24
* Fix DMA on machines with more than 128MB.scottl2001-05-251-1/+1
* Remove a bogus comment which I forgot to get rid of after testinggreid2001-05-151-1/+1
* - Eliminate locks in functions called only during probe and attach.tanimura2001-05-081-10/+15
* this file has been unused for some time nowcg2001-05-051-167/+0
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-0/+1
* don't unlock the channel in chn_read, msleep will do it for us.cg2001-04-291-2/+0
* be more specific in identifying the chip typecg2001-04-271-14/+73
* get the parameters to pci_write_config the right way round. this may fixcg2001-04-241-2/+2
* Initial version of Avance Logic ALS4000 pcm driver.orion2001-04-233-0/+995
* Add power on to start sequence for 4.x kernels.orion2001-04-192-2/+12
* Add another card to the list of Neomagic 256AV's which don't have AC97greid2001-04-102-1/+48
* lock the mutex, not the softc pointer.cg2001-04-101-2/+2
* comment out a boot-time debug messagecg2001-04-091-1/+1
* Reinitialise the DSP and mixer after a resume from suspendgreid2001-04-081-0/+21
* add a software sample rate conversion feeder. this uses linearcg2001-04-081-0/+175
* minor tweaks in speed and format setting routines.cg2001-04-083-62/+69
* fix feeder initialisation methods to return correct result codes.cg2001-04-081-3/+3
* if the feeder chain returned no data, do not try to acquire the data.cg2001-04-081-1/+2
* Add yet another chip revision of the ES1371 which requires initialisationgreid2001-04-081-1/+2
* Quieten when re-triggering.orion2001-04-071-0/+4
* Centralize DMA buffer configuration.orion2001-04-041-53/+38
* Again initialize a mutex well, then lock it.tanimura2001-04-031-1/+3
* - Added suspend/resume support.orion2001-03-292-229/+319
* Switch from save/disable/restore_intr() to critical_enter/exit().jhb2001-03-281-5/+6
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-263-3/+0
OpenPOWER on IntegriCloud