summaryrefslogtreecommitdiffstats
path: root/sys/dev/sound/usb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use the hw.usb sysctl tree instead of debug.usb.joe2002-08-081-1/+2
* Replace the FOO_DEBUG definitions with USB_DEBUG, and switch thejoe2002-07-311-13/+13
* Make this compile with the debugging options switched on.joe2002-07-311-0/+7
* Get bored with hard coded debug level variables and introduce a debug.usbjoe2002-07-311-0/+3
* Make this compile.peter2002-07-221-0/+8
* Add uaudio -- a USB audio device driver.nsayer2002-07-214-0/+3720
OpenPOWER on IntegriCloud