summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pci
Commit message (Expand)AuthorAgeFilesLines
* MFC r299503,r299504:ngie2016-06-101-19/+13
* MFC r298983: Add some device IDs from Intel Sunrise Point chipsets.mav2016-05-202-0/+4
* MFC r297387: Add some device IDs found on AMD FCH shipsets.mav2016-04-122-0/+6
* MFC r283064:hselasky2015-05-271-1/+1
* MFC r281544:rpaulo2015-04-254-0/+16
* MFC r275101:mav2014-12-032-0/+2
* MFC r263710, r273377, r273378, r273423 and r273455:hselasky2014-10-271-1/+1
* MFC r268584:markj2014-08-052-1/+3
* MFC: r266793, r266799, r266808marius2014-06-041-7/+8
* MFC: r264832marius2014-04-263-41/+33
* MFC: r264831marius2014-04-262-1/+9
* MFC r261507:hselasky2014-02-122-0/+12
* MFC r258779,r258780,r258787,r258822:eadler2014-02-041-1/+1
* MFC r258168, r258170:mav2014-01-053-0/+20
* MFC r260112:dim2014-01-041-0/+6
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIscottl2013-08-1220-128/+23
* snd_ds1(4): Fix order of arguments for stereo/16bit modeuqs2013-07-251-1/+1
* Add quirk to configure headphones redirection on ASUS UX31A laptop.mav2013-07-082-0/+8
* Update snd quirks for T520, T420, X220.sbruno2013-05-191-0/+10
* Some fixes to snd_envy24ht(4) driver:mav2013-05-052-32/+13
* - Correct mispellings of word andgabor2013-04-171-1/+1
* Add Subsystem ID field to the quirk table. Use it to identify Mac Pro 1,1,mav2013-03-271-26/+33
* Add quirk for Lenovo T530 headphone redirection.delphij2013-03-132-1/+3
* More Lenovo headphones redirection quirks: Lenovo T430, Lenovo T430S.glebius2013-03-122-1/+5
* Add quirks to enable headphones redirection on number of Lenovoglebius2013-03-072-1/+15
* Plug a memory leak.glebius2013-03-071-1/+5
* Add quirk to enable headphones redirection on Lenovo X220.mav2013-03-042-0/+8
* Fix typouqs2013-02-191-2/+2
* Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...sbz2013-01-303-3/+4
* Add Intel Lynx Point PCH HD Audio Device IDsjfv2013-01-022-0/+4
* Add quirks for AD1984A codec and Lenovo X300 laptop.mav2012-12-122-1/+19
* Add a few more translations from IDs to model name.eadler2012-12-022-0/+6
* Add support for hdmi hda codec onboard nvidia gt 440 graphics cardeadler2012-12-022-0/+2
* Fix uninitialized variable reported by gcc, but not clang.mav2012-11-261-1/+1
* Remove extra sbuf_trim() copy/pasted into r243530.mav2012-11-261-1/+0
* On multiple requests, compact HDA driver verbose output by hiding CODEC'smav2012-11-251-114/+325
* Summarize information about connected analog pins and EDID-like data receivedmav2012-11-171-8/+154
* Fix typo; s/ouput/outputkevlo2012-11-071-1/+1
* ASUS EeePC 1001px has strange variant of ALC269 CODEC, that mutes speakermav2012-10-311-0/+15
* Set all pins initial connection status to unknown (2) and then update itmav2012-10-301-10/+10
* Print card and subsystem IDs in verbose logs to help to identify system.mav2012-10-306-5/+16
* Now that device disabling is generic, remove extraneous code from theeadler2012-10-221-5/+0
* This isn't functionally identical. In some cases a hint to disableeadler2012-10-221-0/+5
* Now that device disabling is generic, remove extraneous code from theeadler2012-10-221-5/+0
* remove duplicate semicolons where possible.eadler2012-10-221-1/+1
* Cast vendor-specific spell on VIA VT1818S codecs alike to VT1708S tomav2012-10-091-0/+2
* Free result of device_get_children(9).kevlo2012-09-302-0/+3
* Fix panic caused by wrong pointer dereference, left after pin sense rewritemav2012-09-241-2/+2
* Add bunch of ATI HDMI HDA controller IDs.mav2012-08-302-0/+18
* Fix "speaker" volume control, broken at r230451.mav2012-08-161-5/+8
OpenPOWER on IntegriCloud