aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sound/usb/uaudio_pcm.c
Commit message (Expand)AuthorAgeFilesLines
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* The synchronisation value returned by the so-called feedback endpointHans Petter Selasky2015-03-211-7/+7
* Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...Sofian Brabez2013-01-301-1/+1
* Sound Mega-commit. Expect further cleanup until code freeze.Ariff Abdullah2009-06-071-8/+17
* Move the uaudio and ata-usb drivers into their correct locations.Andrew Thompson2009-02-231-0/+233
* Move two missed usb drivers out to the graveyard location under sys/legacy/dev.Andrew Thompson2009-02-231-481/+0
* Flush remaining malloc() cleanups (M_NOWAIT -> M_WAITOK).Ariff Abdullah2007-06-171-4/+1
* Filter/compress the amount of channel trigger. This should reduceAriff Abdullah2007-06-111-1/+1
* Use standard pcm_get/setflags() rather than dereferencing softc whileAriff Abdullah2007-06-021-22/+16
* [stage: 9/9]Ariff Abdullah2007-03-161-8/+71
* Fix forever broken ua_chan_setblocksize() uninitialized return valueAriff Abdullah2007-01-261-7/+13
* Various fixups, especially for the upcomming High Definition AudioAriff Abdullah2006-09-281-6/+14
* Add support for 24/32 bit audio formats/conversion.Alexander Leidinger2005-11-131-40/+48
* Emulate pcm mixer controller for any uaudio device without it.Alexander Leidinger2005-10-021-0/+9
* Add the KLD to the sndstat info.Alexander Leidinger2005-09-181-1/+1
* Add code from Kazuhito HONDA that allows the user to seeJulian Elischer2005-04-271-0/+3
* 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-061-1/+1
* Allow selection of a recording source on USB audio devices.Julian Elischer2004-12-251-1/+8
* Allow recording on at least some USB audio devices.Julian Elischer2004-12-251-0/+5
* MFNetBSD:Julian Elischer2004-12-251-5/+5
* 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
* Add uaudio -- a USB audio device driver.Nick Sayer2002-07-211-0/+375