summaryrefslogtreecommitdiff
path: root/sys/dev/sound
Commit message (Expand)AuthorAgeFilesLines
* MFC r272254:Hans Petter Selasky2014-10-022-22/+45
* MFC r271218:Hans Petter Selasky2014-09-101-2/+2
* MFC r269228:Alexander Motin2014-09-061-0/+13
* MFC r270134:Hans Petter Selasky2014-08-271-13/+2
* MFC r268584:Mark Johnston2014-08-052-1/+3
* MFC: r266793, r266799, r266808Marius Strobl2014-06-041-7/+8
* MFC r266006 and r266011:Hans Petter Selasky2014-05-211-1/+1
* MFC: r264832Marius Strobl2014-04-263-41/+33
* MFC: r264831Marius Strobl2014-04-262-1/+9
* MFC r263159:Hans Petter Selasky2014-03-221-0/+19
* MFC r263155:Hans Petter Selasky2014-03-221-1/+5
* MFC r261507:Hans Petter Selasky2014-02-122-0/+12
* MFC r258779,r258780,r258787,r258822:Eitan Adler2014-02-041-1/+1
* MFC r258168, r258170:Alexander Motin2014-01-053-0/+20
* MFC r260112:Dimitry Andric2014-01-041-0/+6
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIScott Long2013-08-1220-128/+23
* 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-288/+278
* 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