aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sound/usb/uaudio.c
Commit message (Expand)AuthorAgeFilesLines
* s/logprintf/printf/gWarner Losh2007-06-201-35/+35
* Explicitly use usb_port.h to get compat macros.Warner Losh2007-06-181-0/+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
* 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
* 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-161-6/+86
* 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
* 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-148/+148
* Convert NULL checks into KASSERT (and move them before the firstAlexander Leidinger2006-02-051-10/+11
* Fix some kind of "off by one"-error: the min or max sample rate theAlexander Leidinger2005-12-291-2/+2
* Precision for AFMT_x24_yE and AFMT_x32_yE should be 24 and 32, respectively.Ariff Abdullah2005-12-181-2/+2
* Add support for 24/32 bit audio formats/conversion.Alexander Leidinger2005-11-131-71/+214
* Merge NetBSD fixes (except for 1.97 there should be no functional change):Alexander Leidinger2005-09-181-184/+236
* Fix a bug in volume calculation, this sometimes gives a USB audio device anAlexander Leidinger2005-09-111-2/+2
* Add code from Kazuhito HONDA that allows the user to seeJulian Elischer2005-04-271-0/+153
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Allow selection of a recording source on USB audio devices.Julian Elischer2004-12-251-7/+85
* Allow recording on at least some USB audio devices.Julian Elischer2004-12-251-2/+66
* Allow volume control on more channels/inputsJulian Elischer2004-12-251-18/+129
* MFNetBSD:Julian Elischer2004-12-251-702/+1717
* Don't include vnode.hPoul-Henning Kamp2004-12-221-1/+0
* Fixed editing errors in rev.1.4 which manifested as printf format errorsBruce Evans2002-08-251-2/+2
* Use the hw.usb sysctl tree instead of debug.usb.Josef Karthauser2002-08-081-1/+2
* Replace the FOO_DEBUG definitions with USB_DEBUG, and switch theJosef Karthauser2002-07-311-13/+13
* Make this compile with the debugging options switched on.Josef Karthauser2002-07-311-0/+7
* Get bored with hard coded debug level variables and introduce a debug.usbJosef Karthauser2002-07-311-0/+3
* Make this compile.Peter Wemm2002-07-221-0/+8
* Add uaudio -- a USB audio device driver.Nick Sayer2002-07-211-0/+2912