summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/usb
Commit message (Expand)AuthorAgeFilesLines
* MFC r282650 and r282651:hselasky2015-06-031-14/+27
* MFC r282652:hselasky2015-05-211-3/+13
* MFC r280322 and r280429:hselasky2015-03-253-129/+282
* MFC r278503:hselasky2015-02-131-42/+54
* MFC r274918:hselasky2014-12-011-2/+13
* MFC r272254:hselasky2014-10-022-22/+45
* MFC r271218:hselasky2014-09-101-2/+2
* MFC r270134:hselasky2014-08-271-13/+2
* MFC r266006 and r266011:hselasky2014-05-211-1/+1
* MFC r263159:hselasky2014-03-221-0/+19
* MFC r263155:hselasky2014-03-221-1/+5
* Don't clear stall at first time use of USB MIDI endpoints.hselasky2013-05-181-5/+4
* Fix issue with "Logitech Webcam C525":hselasky2013-05-181-0/+27
* Fix for duplicate sample rate detection after recent patches.hselasky2013-04-241-6/+13
* Fix the USB audio feedback endpoint algorithm. There should nothselasky2013-04-241-4/+0
* Fix playback for Focusrite Scarlett 2i2 USB recording interface.hselasky2013-04-241-0/+4
* Add support for runtime switching of sample rate forhselasky2013-04-231-250/+431
* Add support for mute buttons on USB audio devices andhselasky2013-02-071-18/+28
* Add support for buttons on USB audio devices,hselasky2013-02-061-1/+219
* Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...sbz2013-01-301-1/+1
* Reduce stack usage in the USB audio driver by moving some large stackhselasky2012-12-211-292/+282
* Add support for various Yamaha keyboards.hselasky2012-12-081-1/+125
* 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
* 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
* 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
* Fix compiler warnings, mostly signed issues,hselasky2012-04-022-17/+15
* Avoid creating PCM devices for MIDI adapters.hselasky2012-02-231-11/+19
* Use usbd_transfer_unsetup() instead of usbd_transfer_stop() so thathselasky2011-12-141-2/+4
* Stop USB audio transfers early so that any audio applicationshselasky2011-12-142-1/+14
* - There's no need to overwrite the default device method with the defaultmarius2011-11-221-2/+5
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+1
* Fix precedence warning when compiling kernel with clang.hselasky2011-09-061-2/+2
* Restore USB MIDI transmit buffer size to 1Kbyte.hselasky2011-07-141-1/+1
* Introduce a quirk for broken USB MIDI hardware instead of limiting performancehselasky2011-07-031-11/+11
* Fix problem about USB MIDI TX data format, that some devices only accepthselasky2011-07-021-23/+30
* - Move all USB device ID arrays into so-called sections,hselasky2011-06-241-0/+9
* usb: change to one-pass probing of device driversavg2011-05-181-5/+2
* Workaround for broken no-name USB audio devices sold by dealextremehselasky2011-05-091-1/+48
* Only set the sample rate if the USB audio channel reportshselasky2011-04-201-4/+3
* - Add support for some non-standard USB MIDI devices from Roland, byhselasky2011-02-241-15/+32
* - Make an enum for all the umidi USB transfers.hselasky2011-02-181-108/+62
* Remove unneeded includes of <sys/linker_set.h>. Other headers that usejhb2011-01-111-1/+0
* - fix for USB audio devices which use the 7-byte endpoint descriptor instead ofthompsa2010-06-222-54/+9
* Reduce MIDI input buffer size to one USB packet, hence some USB devices don'tthompsa2010-06-221-8/+2
OpenPOWER on IntegriCloud