aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sound
Commit message (Expand)AuthorAgeFilesLines
* snd_ds1(4): Fix order of arguments for stereo/16bit modeUlrich Spörlein2013-07-251-1/+1
* Add quirk to configure headphones redirection on ASUS UX31A laptop.Alexander Motin2013-07-082-0/+8
* Update snd quirks for T520, T420, X220.Sean Bruno2013-05-191-0/+10
* Don't clear stall at first time use of USB MIDI endpoints.Hans Petter Selasky2013-05-181-5/+4
* Fix issue with "Logitech Webcam C525":Hans Petter Selasky2013-05-181-0/+27
* Some fixes to snd_envy24ht(4) driver:Alexander Motin2013-05-052-32/+13
* Fix for duplicate sample rate detection after recent patches.Hans Petter Selasky2013-04-241-6/+13
* Fix the USB audio feedback endpoint algorithm. There should notHans Petter Selasky2013-04-241-4/+0
* Fix playback for Focusrite Scarlett 2i2 USB recording interface.Hans Petter Selasky2013-04-241-0/+4
* Add support for runtime switching of sample rate forHans Petter Selasky2013-04-231-250/+431
* - Correct mispellings of word andGabor Kovesdan2013-04-171-1/+1
* - Corrrect mispellings of word usefulGabor Kovesdan2013-04-171-1/+1
* Add Subsystem ID field to the quirk table. Use it to identify Mac Pro 1,1,Alexander Motin2013-03-271-26/+33
* Hide version string under verbose.Joel Dahl2013-03-161-2/+6
* Add quirk for Lenovo T530 headphone redirection.Xin LI2013-03-132-1/+3
* More Lenovo headphones redirection quirks: Lenovo T430, Lenovo T430S.Gleb Smirnoff2013-03-122-1/+5
* Switch the vm_object mutex to be a rwlock. This will enable in theAttilio Rao2013-03-091-0/+2
* Add quirks to enable headphones redirection on number of LenovoGleb Smirnoff2013-03-072-1/+15
* Plug a memory leak.Gleb Smirnoff2013-03-071-1/+5
* Add quirk to enable headphones redirection on Lenovo X220.Alexander Motin2013-03-042-0/+8
* Fix typoUlrich Spörlein2013-02-191-2/+2
* Add support for mute buttons on USB audio devices andHans Petter Selasky2013-02-073-29/+58
* Add support for buttons on USB audio devices,Hans Petter Selasky2013-02-063-1/+248
* Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...Sofian Brabez2013-01-305-6/+9
* Add Intel Lynx Point PCH HD Audio Device IDsJack F Vogel2013-01-022-0/+4
* Reduce stack usage in the USB audio driver by moving some large stackHans Petter Selasky2012-12-211-292/+282
* Add quirks for AD1984A codec and Lenovo X300 laptop.Alexander Motin2012-12-122-1/+19
* Add support for various Yamaha keyboards.Hans Petter Selasky2012-12-081-1/+125
* Add a few more translations from IDs to model name.Eitan Adler2012-12-022-0/+6
* Add support for hdmi hda codec onboard nvidia gt 440 graphics cardEitan Adler2012-12-022-0/+2
* Fix uninitialized variable reported by gcc, but not clang.Alexander Motin2012-11-261-1/+1
* Remove extra sbuf_trim() copy/pasted into r243530.Alexander Motin2012-11-261-1/+0
* On multiple requests, compact HDA driver verbose output by hiding CODEC'sAlexander Motin2012-11-251-114/+325
* Remove "clone manager: " message from verbose dmesg. It is pointless toAlexander Motin2012-11-231-7/+0
* Move sndbuf_setmap() output about buffer addresses from the general verboseAlexander Motin2012-11-231-1/+1
* Summarize information about connected analog pins and EDID-like data receivedAlexander Motin2012-11-171-8/+154
* For some more completeness add matrixes for 3.1 and 7.0 channel setups.Alexander Motin2012-11-164-10/+121
* Fix typo; s/ouput/outputKevin Lo2012-11-071-1/+1
* Correct buffer size printout.Hans Petter Selasky2012-11-011-10/+4
* Increase default volume for FastTracker playback channels.Hans Petter Selasky2012-11-011-1/+4
* Fix sysctl free bug in last commit, which eventually leads to a panic.Hans Petter Selasky2012-11-011-14/+188
* Export all mixer nodes into dev.pcm.X.mixer.Y sysctl nodes, hence theHans Petter Selasky2012-11-011-32/+264
* Add missing inclusion guard.Hans Petter Selasky2012-11-011-0/+5
* ASUS EeePC 1001px has strange variant of ALC269 CODEC, that mutes speakerAlexander Motin2012-10-311-0/+15
* Set all pins initial connection status to unknown (2) and then update itAlexander Motin2012-10-301-10/+10
* Print card and subsystem IDs in verbose logs to help to identify system.Alexander Motin2012-10-306-5/+16
* Implement support for the so-called USB feedback endpoint for USBHans Petter Selasky2012-10-281-19/+163
* Make sure the vendor class quirk only matches the vendor specificHans Petter Selasky2012-10-261-1/+2
* Fix USB audio specification compliance by filtering which descriptors canHans Petter Selasky2012-10-241-11/+17
* Now that device disabling is generic, remove extraneous code from theEitan Adler2012-10-221-5/+0