aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sound/usb
Commit message (Expand)AuthorAgeFilesLines
* - fix for USB audio devices which use the 7-byte endpoint descriptor instead ofAndrew Thompson2010-06-222-54/+9
* Reduce MIDI input buffer size to one USB packet, hence some USB devices don'tAndrew Thompson2010-06-221-8/+2
* Change USB_DEBUG to #ifdef and allow it to be turned off. Previously this hadAndrew Thompson2010-04-221-11/+11
* Rename usb2_ structures and variables to usb_.Rebecca Cran2010-02-082-78/+78
* - add support for more than 2 audio channels. [1]Andrew Thompson2009-12-221-70/+146
* add support for MIDI devices without audio control stream.Andrew Thompson2009-11-221-0/+7
* remove volume alignment (was previously not correctly implemented)Andrew Thompson2009-11-201-13/+7
* Improve support for High-speed USB audio devices.Andrew Thompson2009-11-081-121/+120
* Remove redundant Giant reference. Giant will be droppedAlfred Perlstein2009-08-241-2/+2
* USB audio:Alfred Perlstein2009-07-301-38/+40
* Isochronous transfers only have 1 frame buffer, but multipleMarcel Moolenaar2009-07-121-1/+1
* Use the correct mutex in umidi_open()Andrew Thompson2009-06-271-4/+4
* Fix a typeo in the frame len function to unbreak the build, make it shorterAndrew Thompson2009-06-231-1/+1
* - Make struct usb_xfer opaque so that drivers can not access the internalsAndrew Thompson2009-06-231-96/+123
* s/usb2_/usb_|usbd_/ on all function names for the USB stack.Andrew Thompson2009-06-151-74/+74
* Sound Mega-commit. Expect further cleanup until code freeze.Ariff Abdullah2009-06-073-13/+77
* revert r162516. We only support 1 or 2 channels per streamAndrew Thompson2009-06-041-1/+3
* s/usb2_/usb_/ on all typedefs for the USB stack.Andrew Thompson2009-05-291-11/+11
* s/usb2_/usb_/ on all C structs for the USB stack.Andrew Thompson2009-05-282-66/+66
* Provide a workaround for USB devices that do not support mono or stereoAndrew Thompson2009-05-271-3/+5
* Fix a few variable renames of usb2_mode outside dev/usb.Andrew Thompson2009-05-211-6/+6
* Remove license clauses 3 and 4 as per rev. 1.112 of uaudio.c and rev. 1.15 ofJoel Dahl2009-05-202-14/+0
* MFp4 //depot/projects/usb@159909Andrew Thompson2009-04-051-35/+35
* Rename the ushub device class back to uhub as it was in the old usb stack,Andrew Thompson2009-03-021-1/+1
* Change USB over to make_dev() for all device nodes, previously it hooked intoAndrew Thompson2009-02-271-10/+8
* Move the uaudio and ata-usb drivers into their correct locations.Andrew Thompson2009-02-234-0/+4452
* Move two missed usb drivers out to the graveyard location under sys/legacy/dev.Andrew Thompson2009-02-234-5603/+0
* Handle the error case properly for device_get_children.Warner Losh2008-08-231-4/+3
* s/logprintf/printf/gWarner Losh2007-06-201-35/+35
* Explicitly use usb_port.h to get compat macros.Warner Losh2007-06-181-0/+1
* Flush remaining malloc() cleanups (M_NOWAIT -> M_WAITOK).Ariff Abdullah2007-06-171-4/+1
* Last (again ?!?) major commit for RELENG_7, featuring total GiantAriff Abdullah2007-06-161-10/+10
* Expand USB_ATTACH_{ERROR,SUCCESS}_RETURN inline and eliminate fromWarner Losh2007-06-121-6/+5
* Filter/compress the amount of channel trigger. This should reduceAriff Abdullah2007-06-111-1/+1
* Remove const type qualifier from a function- gcc4.2 doesn't accept it.Matt Jacob2007-06-101-3/+3
* Make this compile.Ruslan Ermilov2007-06-091-1/+1
* Expand USB_ATTACH_SETUP inline + devinfo tweaksWarner Losh2007-06-091-2/+3
* Use standard pcm_get/setflags() rather than dereferencing softc whileAriff Abdullah2007-06-021-22/+16
* Last major commit and updates for RELENG_7:Ariff Abdullah2007-05-311-18/+5
* Provide hint / tunable for possible asynchronous USB execution. AsyncAriff Abdullah2007-04-021-3/+32
* Tell interested readers of the source that the return value is notAlexander Leidinger2007-03-311-1/+5
* [stage: 9/9]Ariff Abdullah2007-03-163-14/+160
* Fix forever broken ua_chan_setblocksize() uninitialized return valueAriff Abdullah2007-01-261-7/+13
* Sync uaudio_sndstat_prepare_pcm() output with sndstat_prepare_pcm() to getAriff Abdullah2007-01-261-4/+12
* Sync with NetBSD:Alexander Leidinger2007-01-061-1/+8
* Welcome to Once-a-year Sound Mega-Commit. Enjoy numerous updates and fixesAriff Abdullah2006-11-261-1/+1
* Various fixups, especially for the upcomming High Definition AudioAriff Abdullah2006-09-281-6/+14
* Fix the check where we want to use the end of the supported range if theAlexander Leidinger2006-09-091-1/+1
* Catch up to USB changes.Scott Long2006-09-071-149/+149
* Convert NULL checks into KASSERT (and move them before the firstAlexander Leidinger2006-02-051-10/+11