summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
OpenPOWER on IntegriCloud