summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/usb/uaudio.c
Commit message (Expand)AuthorAgeFilesLines
* 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-211-122/+268
* 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-281-22/+37
* 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
* 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-171-535/+1430
* Fix compiler warnings, mostly signed issues,hselasky2012-04-021-15/+13
* 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-141-1/+9
* - 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
OpenPOWER on IntegriCloud