summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound
Commit message (Expand)AuthorAgeFilesLines
* - Gigabyte G33-S2H fixup, due to the present of multiple competingariff2007-10-191-13/+71
* Spelling fix for interupt -> interruptkevlo2007-10-127-10/+10
* Update snd_emu10kx driver with recent perforce changes (and fewariff2007-09-124-516/+1251
* Protect against divide by zero while calculating bus speed due toariff2007-07-111-1/+5
* - Add codec id for Realtek ALC268.ariff2007-07-092-18/+57
* Fix stream suspend/resume activity due to its states beingariff2007-07-091-12/+27
* Properly unlock mutex before returning. There was a slight mishapariff2007-07-051-1/+3
* Be much more forgiving towards applications that requesting ioctlsariff2007-07-041-4/+2
* - Fix input/microphone support for ASUS A8N-VMCSM series.ariff2007-07-012-39/+109
* Fix no-sound issues with ASUS A9T notebook.ariff2007-07-011-1/+7
* s/logprintf/printf/gimp2007-06-201-35/+35
* Fix headphone jack sensing support for Olivetti Olibook 610-430 XPSE.ariff2007-06-181-1/+4
* Explicitly use usb_port.h to get compat macros.imp2007-06-181-0/+1
* Spelling nit due to my lamenglishness.ariff2007-06-171-1/+1
* Add sysctl/tunable "hw.snd.default_auto", which is useful (especiallyariff2007-06-171-1/+6
* Reassign default unit to a valid unit, be it during attach or detach.ariff2007-06-172-3/+8
* Flush remaining malloc() cleanups (M_NOWAIT -> M_WAITOK).ariff2007-06-1727-128/+29
* Use signed int, since all the samples are in that form.ariff2007-06-161-4/+4
* Last (again ?!?) major commit for RELENG_7, featuring total Giantariff2007-06-1616-1220/+2010
* Buffer optimization and locking cleanup. Don't resize/mallocariff2007-06-142-42/+62
* Drain all callout handlers during driver detach appropriately.ariff2007-06-144-17/+32
* Don't push too hard waiting/looping for codec detection interrupt.ariff2007-06-141-8/+11
* - Add option to allow sleeping malloc(9).ariff2007-06-142-59/+21
* Expand USB_ATTACH_{ERROR,SUCCESS}_RETURN inline and eliminate fromimp2007-06-121-6/+5
* Filter/compress the amount of channel trigger. This should reduceariff2007-06-1129-31/+75
* - Add codec id for ALC660 [1]ariff2007-06-101-1/+10
* Cast len to be a uintmax_t and make format in KASSERT match so asmjacob2007-06-101-1/+2
* Remove const type qualifier from a function- gcc4.2 doesn't accept it.mjacob2007-06-101-3/+3
* Make this compile.ru2007-06-091-1/+1
* Expand USB_ATTACH_SETUP inline + devinfo tweaksimp2007-06-091-2/+3
* - Do triple reads on reset register to detect read register bug. 2 readsariff2007-06-051-12/+15
* Fix (enable) phone out for laptops with ALC655, specificallyariff2007-06-051-0/+9
* Despite several examples in the kernel, the third argument ofdwmalone2007-06-0413-32/+32
* Insert NULL pointer checking around devclass_get_maxunit(pcm_devclass, ..) .ariff2007-06-033-6/+12
* Remove (accidentally) included types.h .ariff2007-06-021-1/+0
* Use standard pcm_get/setflags() rather than dereferencing softc whileariff2007-06-024-41/+26
* Separate license from comments.joel2007-06-024-7/+10
* Last major commit and updates for RELENG_7:ariff2007-05-3113-1042/+1808
* Last major commit and updates for RELENG_7:ariff2007-05-315-0/+1254
* Don't rely on pcm_channel index numbering while doing sequential channelariff2007-05-301-10/+21
* - Enable soft pcm volume flag early to ensure it not being clobberedariff2007-05-281-4/+4
* Fix broken "rec" and "igain" introduced by previous commit. Convertariff2007-05-281-1/+1
* Fix broken binary issues with latest gcc 4.x due to bitfield signessariff2007-05-274-4/+6
* Bring in a bunch of bug fixes and some code to support more chipsets.joel2007-05-276-19/+246
* Fix randomly broken playback with Fortemedia FM801 XWave PCI soundcard.joel2007-05-191-8/+9
* Turn off the AK452X De-emphasis filter for 44.1KHz. This should fix somejoel2007-05-192-2/+2
* Fix detection of PC-9821 V166 internal sound card.joel2007-05-191-1/+1
* Don't hold mutex while releasing bus resources.ariff2007-05-101-1/+0
* buf_addr should be bus_addr_t rather than u_int32_t.ariff2007-05-071-1/+1
* PCMMKMINOR() bit twiddling, so we can have:ariff2007-05-061-25/+19
OpenPOWER on IntegriCloud