summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound
Commit message (Expand)AuthorAgeFilesLines
* Release pcm mutex before calling snd_clone_unref(), which in turns mightariff2008-05-271-0/+7
* Add codec id for Sigmatel STAC9872AKkevlo2008-05-221-0/+2
* Giant is no longer required and can not be held over kproc_exit().thompsa2008-05-211-1/+0
* Fix no sound issues for ASUS W6F (ALC861) laptops (buggy BIOS config thatariff2008-04-191-3/+11
* Replace callout_init(..., 1) with callout_init(..., CALLOUT_MPSAFE) forkris2008-04-161-1/+1
* - Add codec id for Sigmatel STAC9205ariff2008-04-121-12/+52
* Don't mess up with CHN_F_TRIGGERED, since it should exclusivelyariff2008-04-111-4/+10
* Limit total hardware playback channels to just 1. The reliability ofariff2007-12-141-3/+12
* Add speaker/headphone controls for HP Compaq DC7700 Small Form Factor PCariff2007-12-131-1/+13
* nid 28 for Acer @ ALC268 should be identified as analog CD input pin,ariff2007-12-131-0/+12
* Disable AC97 microphone channel. Due to the channel allocation priorityariff2007-12-121-1/+6
* Fix audio playback aborted with SNDCTL_DSP_SETTRIGGER, affectingariff2007-12-031-2/+2
* Headphone / speakers automute fixup for Acer Aspire 4710 @ ALC268 laptop.ariff2007-12-021-0/+3
* - Add Analog Devices AD1984 codec id.ariff2007-11-281-4/+28
* Add missing MCP65 id which was accidentally removed in previous commit.ariff2007-11-281-0/+1
* * Fix support for followings:ariff2007-11-211-12/+40
* Limit total playback channels to just 1, for ALi M5451.ariff2007-11-101-3/+23
* Add support for trimmed down version of ATI SB600 AC97 audioariff2007-11-042-0/+2
* Remap and virtualize mixer controls for HP nx6110 withariff2007-10-261-2/+26
* Enable headphone jack-sense for HP nx6100 with AD1981B AC'97 codec,ariff2007-10-261-0/+1
* Rename the kthread_xxx (e.g. kthread_create()) callsjulian2007-10-201-2/+2
* - 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
OpenPOWER on IntegriCloud