summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/usb
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this hadthompsa2010-04-221-11/+11
* Rename usb2_ structures and variables to usb_.brucec2010-02-082-78/+78
* - add support for more than 2 audio channels. [1]thompsa2009-12-221-70/+146
* add support for MIDI devices without audio control stream.thompsa2009-11-221-0/+7
* remove volume alignment (was previously not correctly implemented)thompsa2009-11-201-13/+7
* Improve support for High-speed USB audio devices.thompsa2009-11-081-121/+120
* Remove redundant Giant reference. Giant will be droppedalfred2009-08-241-2/+2
* USB audio:alfred2009-07-301-38/+40
* Isochronous transfers only have 1 frame buffer, but multiplemarcel2009-07-121-1/+1
* Use the correct mutex in umidi_open()thompsa2009-06-271-4/+4
* Fix a typeo in the frame len function to unbreak the build, make it shorterthompsa2009-06-231-1/+1
* - Make struct usb_xfer opaque so that drivers can not access the internalsthompsa2009-06-231-96/+123
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.thompsa2009-06-151-74/+74
* Sound Mega-commit. Expect further cleanup until code freeze.ariff2009-06-073-13/+77
* revert r162516. We only support 1 or 2 channels per streamthompsa2009-06-041-1/+3
* s/usb2_/usb_/ on all typedefs for the USB stack.thompsa2009-05-291-11/+11
* s/usb2_/usb_/ on all C structs for the USB stack.thompsa2009-05-282-66/+66
* Provide a workaround for USB devices that do not support mono or stereothompsa2009-05-271-3/+5
* Fix a few variable renames of usb2_mode outside dev/usb.thompsa2009-05-211-6/+6
* Remove license clauses 3 and 4 as per rev. 1.112 of uaudio.c and rev. 1.15 ofjoel2009-05-202-14/+0
* MFp4 //depot/projects/usb@159909thompsa2009-04-051-35/+35
* Rename the ushub device class back to uhub as it was in the old usb stack,thompsa2009-03-021-1/+1
* Change USB over to make_dev() for all device nodes, previously it hooked intothompsa2009-02-271-10/+8
* Move the uaudio and ata-usb drivers into their correct locations.thompsa2009-02-234-0/+4452
* Move two missed usb drivers out to the graveyard location under sys/legacy/dev.thompsa2009-02-234-5603/+0
* Handle the error case properly for device_get_children.imp2008-08-231-4/+3
* s/logprintf/printf/gimp2007-06-201-35/+35
* Explicitly use usb_port.h to get compat macros.imp2007-06-181-0/+1
* Flush remaining malloc() cleanups (M_NOWAIT -> M_WAITOK).ariff2007-06-171-4/+1
* Last (again ?!?) major commit for RELENG_7, featuring total Giantariff2007-06-161-10/+10
* Expand USB_ATTACH_{ERROR,SUCCESS}_RETURN inline and eliminate fromimp2007-06-121-6/+5
* Filter/compress the amount of channel trigger. This should reduceariff2007-06-111-1/+1
* Remove const type qualifier from a function- gcc4.2 doesn't accept it.mjacob2007-06-101-3/+3
* Make this compile.ru2007-06-091-1/+1
* Expand USB_ATTACH_SETUP inline + devinfo tweaksimp2007-06-091-2/+3
* Use standard pcm_get/setflags() rather than dereferencing softc whileariff2007-06-021-22/+16
* Last major commit and updates for RELENG_7:ariff2007-05-311-18/+5
* Provide hint / tunable for possible asynchronous USB execution. Asyncariff2007-04-021-3/+32
* Tell interested readers of the source that the return value is notnetchild2007-03-311-1/+5
* [stage: 9/9]ariff2007-03-163-14/+160
* Fix forever broken ua_chan_setblocksize() uninitialized return valueariff2007-01-261-7/+13
* Sync uaudio_sndstat_prepare_pcm() output with sndstat_prepare_pcm() to getariff2007-01-261-4/+12
* Sync with NetBSD:netchild2007-01-061-1/+8
* Welcome to Once-a-year Sound Mega-Commit. Enjoy numerous updates and fixesariff2006-11-261-1/+1
* Various fixups, especially for the upcomming High Definition Audioariff2006-09-281-6/+14
* Fix the check where we want to use the end of the supported range if thenetchild2006-09-091-1/+1
* Catch up to USB changes.scottl2006-09-071-149/+149
* Convert NULL checks into KASSERT (and move them before the firstnetchild2006-02-051-10/+11
OpenPOWER on IntegriCloud