summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound
Commit message (Expand)AuthorAgeFilesLines
...
* Replace all calls to minor() with dev2unit().ed2008-09-271-2/+2
* Remove unit2minor() use from kernel code.ed2008-09-263-3/+3
* Hide some of driver's internal debugging.mav2008-09-161-142/+173
* Small addition to the previous commit. Sorry.mav2008-09-141-0/+1
* Add some missing Realtek codec IDs. Just for reference.mav2008-09-141-1/+10
* Remove one unneeded printf from non-verbose output.mav2008-09-141-1/+3
* My massive snd_hda driver update.mav2008-09-133-2450/+3550
* Fix deactivation of speakers while plugging in headphones on Fujitsujoel2008-09-071-0/+9
* Make sure that we handle errors in device_get_children correctly.imp2008-08-231-1/+2
* Handle the error case properly for device_get_children.imp2008-08-231-4/+3
* Don't include <sys/tty.h> in our sound layer. It is not needed.ed2008-08-192-2/+1
* Add quirk for Dell D630 laptops.delphij2008-07-151-1/+7
* Correct SB600 AC97 Audio PCI ID, otherwise we will attach to thedelphij2008-06-301-1/+1
* 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
OpenPOWER on IntegriCloud