summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound
Commit message (Expand)AuthorAgeFilesLines
* Fix typouqs2013-02-191-2/+2
* Add support for mute buttons on USB audio devices andhselasky2013-02-073-29/+58
* Add support for buttons on USB audio devices,hselasky2013-02-063-1/+248
* Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...sbz2013-01-305-6/+9
* Add Intel Lynx Point PCH HD Audio Device IDsjfv2013-01-022-0/+4
* Reduce stack usage in the USB audio driver by moving some large stackhselasky2012-12-211-292/+282
* Add quirks for AD1984A codec and Lenovo X300 laptop.mav2012-12-122-1/+19
* Add support for various Yamaha keyboards.hselasky2012-12-081-1/+125
* 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
* Remove "clone manager: " message from verbose dmesg. It is pointless tomav2012-11-231-7/+0
* Move sndbuf_setmap() output about buffer addresses from the general verbosemav2012-11-231-1/+1
* Summarize information about connected analog pins and EDID-like data receivedmav2012-11-171-8/+154
* For some more completeness add matrixes for 3.1 and 7.0 channel setups.mav2012-11-164-10/+121
* Fix typo; s/ouput/outputkevlo2012-11-071-1/+1
* Correct buffer size printout.hselasky2012-11-011-10/+4
* Increase default volume for FastTracker playback channels.hselasky2012-11-011-1/+4
* Fix sysctl free bug in last commit, which eventually leads to a panic.hselasky2012-11-011-14/+188
* Export all mixer nodes into dev.pcm.X.mixer.Y sysctl nodes, hence thehselasky2012-11-011-32/+264
* Add missing inclusion guard.hselasky2012-11-011-0/+5
* 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
* Implement support for the so-called USB feedback endpoint for USBhselasky2012-10-281-19/+163
* Make sure the vendor class quirk only matches the vendor specifichselasky2012-10-261-1/+2
* Fix USB audio specification compliance by filtering which descriptors canhselasky2012-10-241-11/+17
* 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
* Implement support for USB Audio v2.0. Remove some redundanthselasky2012-09-172-548/+1445
* Add required USB AUDIO v2.0 structure definitions.hselasky2012-09-031-1/+394
* Add bunch of ATI HDMI HDA controller IDs.mav2012-08-302-0/+18
* Add a new sound driver for PowerMacs, found here on my Quad G5.andreast2012-08-191-0/+315
* 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
* Fix typo in comment.andreast2012-08-141-1/+1
* 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
* Added D_TRACKCLOSE to sndstat_cdevsw to fix the situation whenpho2012-05-021-42/+37
* Fix compiler warnings, mostly signed issues,hselasky2012-04-022-17/+15
* 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
OpenPOWER on IntegriCloud