summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound
Commit message (Expand)AuthorAgeFilesLines
* Do not return(foo()) in void function.semenu2002-12-188-22/+24
* (hopefully) fix build breakage some people are seeingcg2002-11-2613-23/+23
* various fixes to eliminate locking warningscg2002-11-259-57/+79
* various fixes to eliminate locking warningscg2002-11-251-1/+1
* if the list of supported formats is empty, fail the attach instead ofcg2002-11-251-4/+8
* Packed structures are defined differently in older gcc's, like the onejoe2002-11-061-4/+0
* Call pcm_chn_destroy() in pcm_killchan() so that channel mutexes are destroye...cognet2002-11-041-1/+7
* Suppress the uninitialized variable warning on ia64 introduced bymarcel2002-10-171-0/+4
* Fix support for the ALi M5451 (rev 0.2) chip.cognet2002-10-141-5/+47
* Fixed breakage from removing the used include of <sys/buf.h> in thebde2002-09-151-0/+3
* FreeBSD -current doesn't need <sys/buf.h> or <sys/bio.h>.phk2002-09-141-3/+2
* Sigh. The fix to the suspend code wasn't complete, since the resumescottl2002-09-041-2/+2
* - Improve AC97 presence check and move it from fm801_attach() to fm801_probe();sobomax2002-09-031-14/+93
* Whitespace-only: don't mix tabs and spaces for doing identation.sobomax2002-08-301-16/+16
* Fix a silly off my one error that caused crashes on resume in certainscottl2002-08-291-2/+2
* Marginally simplify dsp_open error handling by adding an early test toorion2002-08-281-68/+51
* Add suspend and resume support.orion2002-08-251-8/+45
* Fixed editing errors in rev.1.4 which manifested as printf format errorsbde2002-08-251-2/+2
* Be sure to unregister from sndstat on unregister. Gets rid of phantomnsayer2002-08-241-0/+1
* Make sure channel buffer start is associated with channel, otherwiseorion2002-08-231-3/+3
* s/AC97_MIX_PHONES/AC97_MIX_AUXOUT/ to match ac97r2.{2,3}.orion2002-08-233-6/+39
* Replace (ab)uses of "NULL" where "0" is really meant.archie2002-08-221-1/+1
* Back out last commit. Needs slightly more subtle handling.orion2002-08-201-33/+35
* Cater for ich4 quirks.orion2002-08-192-9/+29
* Apply reference counting patch. Fixes problem of two applicationsorion2002-08-181-35/+33
* Fix VRA configuration.orion2002-08-181-3/+6
* Support for VIA VT8233 audio controller.orion2002-08-172-0/+800
* Remove support for the vt8233. Specs for chipset changed mid-revisionorion2002-08-172-200/+75
* Add PCI ID for the ICH4 AC97 controller.mp2002-08-121-0/+4
* Use the hw.usb sysctl tree instead of debug.usb.joe2002-08-081-1/+2
* Replace the FOO_DEBUG definitions with USB_DEBUG, and switch thejoe2002-07-311-13/+13
* Make this compile with the debugging options switched on.joe2002-07-311-0/+7
* Get bored with hard coded debug level variables and introduce a debug.usbjoe2002-07-311-0/+3
* Add support for controlling line1 mixer device, which on some cards representssobomax2002-07-301-2/+9
* Add a quick check that device actually has sound capabilities. The problemsobomax2002-07-301-1/+8
* Fix some of the places where sound(4) can sleep with a lock held. (Helpgreen2002-07-253-12/+30
* Fake a resume method for this chip via calling detach/attach. This letsambrisko2002-07-241-1/+10
* Fix the sound driver vchan support to work when hw.snd.maxautovchanskan2002-07-231-1/+2
* Move lock in pcm_chn_add() to after malloc.orion2002-07-221-3/+2
* Make this compile.peter2002-07-221-0/+8
* Add uaudio -- a USB audio device driver.nsayer2002-07-214-0/+3720
* Use semicolons at the end of function-like macros for the sake ofmarkm2002-07-152-2/+2
* Reenable the m3 interrupts in m3_pci_resume() and do notrobert2002-07-081-2/+2
* Fix a botched flag clear operation. Rumor has it that this also fixesscottl2002-06-281-1/+1
* Delay the AC97 calibration until after the system clock has beenscottl2002-06-271-5/+22
* Enable mixer interrupts after the mixer is initialized,robert2002-06-241-2/+2
* Fix driver to re-enable sound output on AD1816 based cards caused by anhm2002-06-091-0/+4
* Fixed printf format errors which apparently crept in while -Wformat wasbde2002-05-251-1/+2
* Try and solve some cases of labels at end of compound statements that gccpeter2002-05-192-10/+7
* No longer attempt to power off the ACLINK during suspend - luigiorion2002-05-051-3/+0
OpenPOWER on IntegriCloud