aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sound
Commit message (Expand)AuthorAgeFilesLines
* various locking fixes, rework open logic and channel registrationCameron Grant2001-06-145-144/+317
* identify es1371 revision aCameron Grant2001-06-111-1/+6
* get clkrun the right way aroundCameron Grant2001-06-111-5/+0
* sbuf_new(9) now returns a struct sbuf * instead of an int. If the callerDag-Erling Smørgrav2001-06-101-1/+1
* Catch up to csareg.h rev 1.3.Seigo Tanimura2001-06-081-4/+7
* "Fix" the previous initial attempt at fixing TUNABLE_INT(). This timePeter Wemm2001-06-081-1/+1
* lock sound device when adding/removing channelsCameron Grant2001-06-074-20/+102
* Back out part of my previous commit. This was a last minute changePeter Wemm2001-06-071-1/+1
* Make the TUNABLE_*() macros look and behave more consistantly like thePeter Wemm2001-06-061-2/+2
* Move out the files from src/sys/isa/ic/ to src/sys/dev/ic/, so theyJoerg Wunsch2001-06-042-2/+2
* fix typoCameron Grant2001-05-302-2/+2
* no longer usedCameron Grant2001-05-301-3496/+0
* update this driver to use new firmware and incorporate many fixes.Cameron Grant2001-05-304-258/+313
* state the licencing terms for this fileCameron Grant2001-05-301-0/+23
* beginnings of virtual playback channel supportCameron Grant2001-05-2710-209/+924
* add a new method for retrieving feeder parametersCameron Grant2001-05-273-4/+39
* don't erase info in sndbuf_setup()Cameron Grant2001-05-272-6/+24
* Fix DMA on machines with more than 128MB.Scott Long2001-05-251-1/+1
* Remove a bogus comment which I forgot to get rid of after testingGeorge C A Reid2001-05-151-1/+1
* - Eliminate locks in functions called only during probe and attach.Seigo Tanimura2001-05-081-10/+15
* this file has been unused for some time nowCameron Grant2001-05-051-167/+0
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-011-0/+1
* don't unlock the channel in chn_read, msleep will do it for us.Cameron Grant2001-04-291-2/+0
* be more specific in identifying the chip typeCameron Grant2001-04-271-14/+73
* get the parameters to pci_write_config the right way round. this may fixCameron Grant2001-04-241-2/+2
* Initial version of Avance Logic ALS4000 pcm driver.Orion Hodson2001-04-233-0/+995
* Add power on to start sequence for 4.x kernels.Orion Hodson2001-04-192-2/+12
* Add another card to the list of Neomagic 256AV's which don't have AC97George C A Reid2001-04-102-1/+48
* lock the mutex, not the softc pointer.Cameron Grant2001-04-101-2/+2
* comment out a boot-time debug messageCameron Grant2001-04-091-1/+1
* Reinitialise the DSP and mixer after a resume from suspendGeorge C A Reid2001-04-081-0/+21
* add a software sample rate conversion feeder. this uses linearCameron Grant2001-04-081-0/+175
* minor tweaks in speed and format setting routines.Cameron Grant2001-04-083-62/+69
* fix feeder initialisation methods to return correct result codes.Cameron Grant2001-04-081-3/+3
* if the feeder chain returned no data, do not try to acquire the data.Cameron Grant2001-04-081-1/+2
* Add yet another chip revision of the ES1371 which requires initialisationGeorge C A Reid2001-04-081-1/+2
* Quieten when re-triggering.Orion Hodson2001-04-071-0/+4
* Centralize DMA buffer configuration.Orion Hodson2001-04-041-53/+38
* Again initialize a mutex well, then lock it.Seigo Tanimura2001-04-031-1/+3
* - Added suspend/resume support.Orion Hodson2001-03-292-226/+316
* Switch from save/disable/restore_intr() to critical_enter/exit().John Baldwin2001-03-281-5/+6
* Send the remains (such as I have located) of "block major numbers" toPoul-Henning Kamp2001-03-263-3/+0
* fix whitespace bogonsCameron Grant2001-03-257-188/+188
* release resources if one of the speculative probes in opti_detect() fails,Cameron Grant2001-03-251-7/+12
* the softc is not a mutex, don't try to lock it.Cameron Grant2001-03-251-2/+2
* mega-commit.Cameron Grant2001-03-2444-1881/+2190
* when writing to one of the setup registers, a 32-bit write is required.Cameron Grant2001-03-241-2/+3
* add support for opti924 and opti930 chipsCameron Grant2001-03-242-7/+270
* * power up the external amplifierCameron Grant2001-03-231-1/+2
* add/correct a bunch of codec idsCameron Grant2001-03-221-9/+40