summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/pci
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix multichannel input signals tracing on some CODECs like ALC260.mav2012-08-141-5/+4
* Remove 14 not very useful characters " HDA CODEC PCM" from HDA pcm devicemav2012-07-021-4/+8
* Restore GPIO config quirks handling, lost during last big refactoring.mav2012-07-021-6/+3
* - Call bus_generic_attach() at end of hdspe_attach().glebius2012-07-021-2/+4
* Reenable unsolicited responses on CODEC if hdaa_sense_init() called again.mav2012-03-301-4/+5
* Stop HDA controller polling callout on suspend and reset it on resume.mav2012-03-281-0/+3
* Don't cast a bus address to a uint8_t pointer just to add an offset tojhb2012-03-231-1/+1
* Add driver for the RME HDSPe AIO/RayDAT sound cards -- snd_hdspe(4).mav2012-03-013-0/+1298
* Remove extra semicolon.mav2012-02-051-1/+1
* Use new OSS-based BSD-licensed header for cs sound driver.pfg2012-02-013-18/+3557
* Just in case, clear stream interrupts before enabling them.mav2012-01-311-0/+2
* Fix typo in comments.mav2012-01-301-1/+1
* Fix HBR enabling condition. cchs is from 0 to 7, not from 1 to 8.mav2012-01-281-1/+1
* Minor cleanups to the csa snd driver.pfg2012-01-262-23/+2
* Press some more info into the PCM device name:mav2012-01-261-8/+51
* Fix typo in r230571.mav2012-01-261-1/+1
* Add another bunch of CODEC IDs.mav2012-01-263-13/+136
* Oops, fix the loader tunable name added in r230551.mav2012-01-251-2/+2
* Rewrite jack presence detection and implement automatic recording sourcemav2012-01-252-146/+202
* Fix word order in hdaa_subvendor_id() to match PCI (where it comes from),mav2012-01-252-5/+5
* In addition to r230511, allow 8 channel AC3 formats.mav2012-01-241-0/+4
* Enable High Bit Rate (HBR) Encoded Packet Type (EPT), if supportedmav2012-01-241-0/+15
* HDMI and DisplayPort support can coexist in HDA CODEC.mav2012-01-241-8/+8
* Realtek CODECs declare support for 32bit samples on S/PDIF input/outputmav2012-01-231-3/+45
* Increase snd_hda(4) default maximal buffer size from 16K to 64K andmav2012-01-223-22/+12
* Complete rewrite of the snd_hda(4) volume control.mav2012-01-222-181/+577
* Replace GPLd headers from the Maestro3 driver with BSD licensedpfg2012-01-203-10/+1073
OpenPOWER on IntegriCloud