summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/usb
Commit message (Expand)AuthorAgeFilesLines
* MFC r312338:hselasky2017-03-141-0/+60
* MFC r308437 and r308461:hselasky2016-11-121-2/+16
* MFC r307651:hselasky2016-10-281-5/+30
* Add support for simplex USB MIDI devices, which only provide BULK orhselasky2016-05-311-3/+19
* sys/dev: extend use of the howmany() macro when available.pfg2016-04-261-4/+4
* Create a USB_PNP_INFO and use it to export the existing PNPimp2015-12-111-0/+1
* Ensure the USB audio driver doesn't attach twice on the same USBhselasky2015-05-081-3/+13
* Add support for more than 8 audio channels per PCM stream for USBhselasky2015-05-081-14/+27
* Use the feedback value from the synchronization endpoint as fallbackhselasky2015-03-241-0/+7
* The synchronisation value returned by the so-called feedback endpointhselasky2015-03-213-131/+277
* Revert r274918 and make a better solution. Poll the synchronisationhselasky2015-02-101-42/+54
* Make a bunch of USB debug SYSCTLs tunable, so that their value(s) canhselasky2015-01-051-2/+2
* Don't use the synchronization endpoint unless referenced by thehselasky2014-11-231-2/+13
* Instead of creating the full range of possible ports, try to figurehselasky2014-09-282-22/+45
* Update mixer description for FastTrackPro.hselasky2014-09-071-2/+2
* Use the "bSubslotSize" and "bSubFrameSize" fields to obtain the actualhselasky2014-08-181-13/+2
* Pull in r267961 and r267973 again. Fix for issues reported will follow.hselasky2014-06-281-9/+3
* Revert r267961, r267973:gjb2014-06-271-3/+9
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifhselasky2014-06-271-9/+3
* Make sure the USB audio driver is loaded last. This is important whenhselasky2014-05-141-1/+1
* Workaround for USB MIDI adapters which use non-supported values ofhselasky2014-03-141-0/+19
* Add support for more sample rates to USB audio driver.hselasky2014-03-141-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
OpenPOWER on IntegriCloud