summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pci
Commit message (Expand)AuthorAgeFilesLines
* Enable MSI support by default. Still can be disabled using device.hints.mav2009-02-151-18/+5
* s/succeded/succeeded/ in comments.mav2009-02-121-3/+3
* All open fixes and improvements from Konstantin for which users had tonetchild2009-02-113-7/+62
* Hmm... "base? base : 0" and "base" should be equivalent.cognet2009-02-091-1/+1
* Fix bug in hint.hdac.X.config parsing.mav2009-01-311-2/+2
* Specify analog beep pin widget for several AD codecs.mav2009-01-261-1/+8
* Add two more nVidia HDMI codec IDs.mav2009-01-191-0/+4
* Add support for CMedia CMI120.keramida2009-01-181-0/+4
* Correct spelling in comment.mav2009-01-131-2/+2
* Improve AD1983 codec support:mav2009-01-131-1/+28
* Change configuration order to enable output only after codec is configured.mav2009-01-131-58/+55
* Fix unwanted crosschannel mixing, possible on some codecs likemav2009-01-111-4/+8
* Add one more bunch of controller and codec IDs.mav2009-01-101-2/+77
* Add external connector jack color into widget names.mav2009-01-081-4/+11
* - Remove snd_au88x0 which seems never got compiled into kernel nor as a kernelrafan2009-01-072-908/+0
* Add some found NVidia MCP7x HDA controller IDs.mav2008-12-271-0/+20
* Add some special handling for AD1986A codec:mav2008-12-261-1/+27
* Organize Conexant codecs.mav2008-12-231-18/+11
* Add 9 more Analog Devices codec names.mav2008-12-221-2/+20
* Add ULI M5461 chipset and vendor ID.mav2008-12-181-1/+8
* Add some HDMI codec IDs.mav2008-12-161-0/+10
* Add VIA VT1708B codec IDs.mav2008-12-151-0/+16
* Remove DELAY() on hdac_audio_commit().mav2008-11-231-1/+0
* Do not use soft PCM volume for digital outputs to allow SPDIF AC3 bypassmav2008-11-231-4/+8
* Strictly differentiate digital and analog PCM devices according to codecmav2008-11-232-58/+91
* Whitespace cleanup for previous commit.mav2008-11-221-3/+3
* Handle device_get_children() errors in more correct way.mav2008-11-221-9/+12
* Change check order to avoid array overrun.mav2008-11-221-2/+2
* 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
OpenPOWER on IntegriCloud