summaryrefslogtreecommitdiff
path: root/sys/dev/usb/uaudio.c
AgeCommit message (Expand)Author
2009-11-12Simplify activation hook. (sc_dying must die!)dyoung
2009-09-23fix up USB drivers printing of autoconf informationplunky
2009-03-09These don't need <sys/tty.h>.uebayasi
2008-06-28Make uaudio compilable as a kmod.kent
2008-05-24Split device_t and softc for all USB device drivers, and related cosmeticcube
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-02-18Use device_t and its accessor functions.dyoung
2007-03-13Introduce different autoconf interface attributes for USB driversdrochner
2007-02-26Don't assume that usb_descriptor_t contains a bDescriptorSubtype field.drochner
2007-01-29Remove more duplicate headers.hubertf
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-10-04fix empty ifchristos
2006-09-03add missing initializerchristos
2006-05-11in uaudio_process_as() initialise ai.aformat and ai.ifaceh.mrg
2006-04-14Coverity CID 730: Ifdef dead code appropriately.christos
2006-03-08Rename BIT(n) macro to _BIT(n) to avoid a conflict with forthcomingdyoung
2005-12-11merge ktrace-lwp.christos
2005-05-30- const poisoningchristos
2005-05-11Don't keep the devinfo string on the stack, instead use malloc/free.augustss
2005-02-24Fix memory leak reported by Ted Unangst as bug #3 on tech-kern.martin
2005-01-16* uaudio_round_blocksize()kent
2005-01-16Make this compile (after previous commit) with UAUDIO_DEBUG defineddsainty
2005-01-15ansify and KNFkent
2005-01-10merge kent-audio1 branch, which introduces audio filter pipeline to the MIkent
2004-11-13adopt auconv_set_converter()kent
2004-11-05print cluster information if UAUDIO_DEBUG is defined.kent
2004-10-29* uaudio_chan_open()kent
2004-10-29replace printf() inside UAUDIO_DEBUG with logprintf()kent
2004-10-29constify audio_hw_if, midi_hw_if, and radio_hw_if.yamt
2004-10-22assign AudioNlfe to UATO_SUBWOOFERkent
2004-10-22style fixeskent
2004-10-22enclose debug macros with do {...} while (0)kent
2004-10-22fix wrong realloc() usage.kent
2004-10-22fix typos in comments.kent
2004-10-21make mixer names compatible with other audio deviceskent
2004-10-20mixer item for a selctor should start with "sel" not "fea"kent
2004-10-16add code to recognize sync-pipe audio stream.kent
2004-10-03add source selector support. The patch was provided by Kazuhito HONDA.kent
2004-10-02- add some debug printskent
2004-07-16AUOPEN_* != AUMODE_*. Duh. Make unidirectional devices work again.mycroft
2004-07-16The previous change was not complete. /brick memycroft
2004-07-09Whoops! Don't try to set parameters for a direction that doesn't exist.mycroft
2004-07-09Clean up a little.mycroft
2004-07-07Previous fix was not right. Also fix a couple of other problems -- we weremycroft
2004-07-07Rearrange to fix a potential crash when changing parameters with audioctl andmycroft
2004-04-23use bounded string ops (snprintf, strl*)itojun
2004-04-22sprintf -> snprintfitojun
2003-10-14Fix mixer wraparound. Closes PR 16652.wiz
2003-09-29Update URLs. From PR 23004.augustss