summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/usb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix some kind of "off by one"-error: the min or max sample rate thenetchild2005-12-291-2/+2
* Precision for AFMT_x24_yE and AFMT_x32_yE should be 24 and 32, respectively.ariff2005-12-181-2/+2
* Add support for 24/32 bit audio formats/conversion.netchild2005-11-133-113/+264
* Emulate pcm mixer controller for any uaudio device without it.netchild2005-10-021-0/+9
* Add the KLD to the sndstat info.netchild2005-09-181-1/+1
* Merge NetBSD fixes (except for 1.97 there should be no functional change):netchild2005-09-181-185/+237
* Fix a bug in volume calculation, this sometimes gives a USB audio device annetchild2005-09-111-2/+2
* Add code from Kazuhito HONDA that allows the user to seejulian2005-04-273-0/+157
* Fix a bug where we call pcm_getbuffersize twice.matk2005-04-171-1/+0
* De-dma the uaudio <-> pcm bridge. We were not capable of doing DMA frommatk2005-04-171-41/+35
* On record only devices, don't fail if we don't have a play channel.julian2005-04-171-3/+11
* The maximum allowable alloc is 16K not (16K-1).julian2005-04-131-1/+1
* Use BUS_PROBE_DEFAULT in preference to 0 and BUS_PROBE_LOW_PRIORITY inimp2005-03-011-1/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-064-4/+4
* Allow selection of a recording source on USB audio devices.julian2004-12-253-8/+95
* Allow recording on at least some USB audio devices.julian2004-12-253-2/+73
* Allow volume control on more channels/inputsjulian2004-12-251-18/+129
* MFNetBSD:julian2004-12-254-724/+1762
* Don't include vnode.hphk2004-12-221-1/+0
* Rename the sound device drivers:tanimura2004-07-161-1/+1
* Devclass have to be shared with same 'pcm' devclass, ortakawata2004-05-311-1/+0
* Mega busdma API commit.scottl2003-07-011-0/+2
* if the list of supported formats is empty, fail the attach instead ofcg2002-11-251-4/+8
* Packed structures are defined differently in older gcc's, like the onejoe2002-11-061-4/+0
* Fixed editing errors in rev.1.4 which manifested as printf format errorsbde2002-08-251-2/+2
OpenPOWER on IntegriCloud