aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sound
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change type of channel speed variable from "int" to "u_int32_t" toOrion Hodson2001-03-211-1/+1
* Change ordering of SPDIF register pokes. SPDIF enable needs to be theOrion Hodson2001-03-211-4/+2
* pcm driver for S3 Sonicvibes chipset.Orion Hodson2001-03-193-0/+1135
* destroy child devices on detach to prevent ever-increasing numbers ofCameron Grant2001-03-171-7/+10
* fix a typo preventing the second dma channel being releasedCameron Grant2001-03-161-1/+3
* don't leak memory allocated for feeders at module unloadCameron Grant2001-03-163-1/+22
* - Do not touch the Giant.Seigo Tanimura2001-03-147-189/+2
* fix a panic triggerable by anyone with read/write access to the audioCameron Grant2001-03-133-1/+11
* increase timeouts for ad_wait_init()Cameron Grant2001-03-051-5/+5
* MFS: don't ignore the result of mixer_init()Cameron Grant2001-03-051-56/+57
* only mess with the power state on 5.xCameron Grant2001-03-051-1/+2
* MFS: add kobj.h to reduce diffs from -stableCameron Grant2001-03-051-0/+1
* MFS: don't pagefault in sndbuf_clearCameron Grant2001-03-051-19/+9
* MFS: #ifdef dynamic sysctl stuff to reduce diffs from -stableCameron Grant2001-03-051-0/+2
* MFS: add '# KOBJ' as the first line of each .m file to reduce diffs fromCameron Grant2001-03-054-0/+4
* enable per-device sysctls unconditionallyCameron Grant2001-03-051-1/+1
* nuke the splstack stuff, snd_mtx* will now be no-ops on 4.xCameron Grant2001-03-051-29/+1
* Don't re-init the mixer on resume. This keeps the channel volumes fromScott Long2001-02-271-2/+0