summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pci
Commit message (Expand)AuthorAgeFilesLines
* Correct association 0 handling.mav2008-11-151-14/+24
* Add quirk to set GPIO2 to enable internal speaker on Dell Vostro 1400.mav2008-10-301-1/+4
* Fix spelling in comment.mav2008-10-251-1/+1
* Bump the revision after the latest commits.mav2008-10-241-1/+1
* Add some special handeling for AD1981HD codec. It has very unusual designmav2008-10-241-0/+18
* Add Intel ICH10 and SCH HDA controllers PCI IDs.mav2008-10-231-0/+4
* Make HDA PCM device boot and sndstat messages more alike to PCI device ones.mav2008-10-201-5/+21
* Tune boot messages a bit.mav2008-10-201-4/+4
* Add all Sigmatel/IDT codecs I could find.mav2008-10-141-12/+93
* Bump driver revision after the previous commit.mav2008-10-121-1/+1
* Fix bug in a second call of the channel allocation function.mav2008-10-121-2/+1
* Remove unit2minor() use from kernel code.ed2008-09-261-1/+1
* 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
* 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
* Add codec id for Sigmatel STAC9872AKkevlo2008-05-221-0/+2
* Fix no sound issues for ASUS W6F (ALC861) laptops (buggy BIOS config thatariff2008-04-191-3/+11
* - Add codec id for Sigmatel STAC9205ariff2008-04-121-12/+52
* 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
* 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
* - Gigabyte G33-S2H fixup, due to the present of multiple competingariff2007-10-191-13/+71
* Spelling fix for interupt -> interruptkevlo2007-10-124-4/+4
* 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
* - Fix input/microphone support for ASUS A8N-VMCSM series.ariff2007-07-012-39/+109
* Fix headphone jack sensing support for Olivetti Olibook 610-430 XPSE.ariff2007-06-181-1/+4
* Flush remaining malloc() cleanups (M_NOWAIT -> M_WAITOK).ariff2007-06-1719-96/+21
* Last (again ?!?) major commit for RELENG_7, featuring total Giantariff2007-06-161-28/+30
* 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
* Filter/compress the amount of channel trigger. This should reduceariff2007-06-1120-18/+60
* - Add codec id for ALC660 [1]ariff2007-06-101-1/+10
* Despite several examples in the kernel, the third argument ofdwmalone2007-06-045-13/+13
OpenPOWER on IntegriCloud