aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sound/usb
Commit message (Expand)AuthorAgeFilesLines
* MFC (revision 1.20)Ariff Abdullah2006-04-041-10/+11
* MFC nearly everything of the soundsystem except recent commits andAlexander Leidinger2005-12-303-303/+515
* Add code from Kazuhito HONDA that allows the user to seeJulian Elischer2005-04-273-0/+157
* Fix a bug where we call pcm_getbuffersize twice.Mathew Kanner2005-04-171-1/+0
* De-dma the uaudio <-> pcm bridge. We were not capable of doing DMA fromMathew Kanner2005-04-171-41/+35
* On record only devices, don't fail if we don't have a play channel.Julian Elischer2005-04-171-3/+11
* The maximum allowable alloc is 16K not (16K-1).Julian Elischer2005-04-131-1/+1
* Use BUS_PROBE_DEFAULT in preference to 0 and BUS_PROBE_LOW_PRIORITY inWarner Losh2005-03-011-1/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-064-4/+4
* Allow selection of a recording source on USB audio devices.Julian Elischer2004-12-253-8/+95
* Allow recording on at least some USB audio devices.Julian Elischer2004-12-253-2/+73
* Allow volume control on more channels/inputsJulian Elischer2004-12-251-18/+129
* MFNetBSD:Julian Elischer2004-12-254-724/+1762
* Don't include vnode.hPoul-Henning Kamp2004-12-221-1/+0
* Rename the sound device drivers:Seigo Tanimura2004-07-161-1/+1
* Devclass have to be shared with same 'pcm' devclass, orTakanori Watanabe2004-05-311-1/+0
* Mega busdma API commit.Scott Long2003-07-011-0/+2
* if the list of supported formats is empty, fail the attach instead ofCameron Grant2002-11-251-4/+8
* Packed structures are defined differently in older gcc's, like the oneJosef Karthauser2002-11-061-4/+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-214-0/+3720