summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* makeobjops.awk is stricter on syntax than the perl version.obrien2002-05-011-1/+1
* Remove the trailing ^M's. makeobjops.awk does not like them.obrien2002-05-013-153/+147
* add a missing \n to an unregister failure messagecg2002-04-281-1/+1
* recognise ct5880-ecg2002-04-281-1/+7
* Add ac97_reset function that polls ready bits in power register. Oneorion2002-04-262-7/+22
* Cast another bus_addr_t to long long for a printf to quiet a warning onjhb2002-04-161-1/+2
* Recognize the AC97 interface to the onboard sound controller on the Nvidiajhb2002-04-151-0/+4
* Use bus_addr_t instead of u_int for local variables that are derived fromjhb2002-04-151-5/+5
* Remove a spurious warning as x is always initialised before use.roberto2002-04-151-1/+1
* Fix the play / record rate setting so that it actually works.jhay2002-04-141-3/+8
* Fix a warning due to the code assuming sizeof(int) == sizeof(void *) whichjhb2002-04-111-1/+1
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-0410-20/+20
* Add lock type arguments to callers of snd_mtxcreate().jhb2002-04-0410-10/+10
* Change snd_mtxcreate() to accept a lock type as an extra argument that isjhb2002-04-042-4/+4
* Include <machine/limits.h> for definition of ULONG_MAX. Remove amike2002-03-251-1/+1
* Fixes to make select/poll mpsafe.alfred2002-03-142-3/+3
* Do not call a synthesizer with a sequencer lock held.tanimura2002-03-101-2/+12
* Suspend and resume related patches from Toshikazu Ichinoseki <t.ichinoseki@ni...orion2002-03-041-12/+85
* Add support for VT8233.orion2002-03-012-75/+200
* Add a sysctl, sysctl hw.snd.report_soft_formats, that controls whether thedes2002-02-241-1/+9
* Add play (but not record) support for the Sis 7012.alfred2002-02-191-3/+27
* Add support for the Aztech 2320 chip.tg2002-02-051-0/+45
* - Do not hang if the resource allocation fails.tanimura2002-02-051-19/+28
* Recent changes to newpcm require that the CHANNEL_SETFORMAT op return 0scottl2002-01-272-3/+3
* * improve error handlingcg2002-01-267-42/+93
* Fix code that had rotted behind debugging macros.scottl2002-01-258-8/+10
* a buffer offset equal to the buffer size is illegal too, fix assertion incg2002-01-251-1/+1
* cosmetic change, free b instead of c->bufhard for consistency withincg2002-01-251-1/+1
* improve sndstat output of feederchains so it can be understood withoutcg2002-01-231-11/+20
OpenPOWER on IntegriCloud