summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix whitespace bogonscg2001-03-257-188/+188
* release resources if one of the speculative probes in opti_detect() fails,cg2001-03-251-7/+12
* the softc is not a mutex, don't try to lock it.cg2001-03-251-2/+2
* mega-commit.cg2001-03-2444-1892/+2201
* when writing to one of the setup registers, a 32-bit write is required.cg2001-03-241-2/+3
* add support for opti924 and opti930 chipscg2001-03-242-7/+270
* * power up the external amplifiercg2001-03-231-1/+2
* add/correct a bunch of codec idscg2001-03-221-9/+40
* Change type of channel speed variable from "int" to "u_int32_t" toorion2001-03-211-1/+1
* Change ordering of SPDIF register pokes. SPDIF enable needs to be theorion2001-03-211-4/+2
* pcm driver for S3 Sonicvibes chipset.orion2001-03-193-0/+1135
* destroy child devices on detach to prevent ever-increasing numbers ofcg2001-03-171-7/+10
* fix a typo preventing the second dma channel being releasedcg2001-03-161-1/+3
* don't leak memory allocated for feeders at module unloadcg2001-03-163-1/+22
* - Do not touch the Giant.tanimura2001-03-147-189/+2
* fix a panic triggerable by anyone with read/write access to the audiocg2001-03-133-1/+11
* increase timeouts for ad_wait_init()cg2001-03-051-5/+5
* MFS: don't ignore the result of mixer_init()cg2001-03-051-56/+57
* only mess with the power state on 5.xcg2001-03-051-1/+2
* MFS: add kobj.h to reduce diffs from -stablecg2001-03-051-0/+1
* MFS: don't pagefault in sndbuf_clearcg2001-03-051-19/+9
* MFS: #ifdef dynamic sysctl stuff to reduce diffs from -stablecg2001-03-051-0/+2
* MFS: add '# KOBJ' as the first line of each .m file to reduce diffs fromcg2001-03-054-0/+4
* enable per-device sysctls unconditionallycg2001-03-051-1/+1
* nuke the splstack stuff, snd_mtx* will now be no-ops on 4.xcg2001-03-051-29/+1
* Don't re-init the mixer on resume. This keeps the channel volumes fromscottl2001-02-271-2/+0
OpenPOWER on IntegriCloud