summaryrefslogtreecommitdiff
path: root/sys/dev/usb/uaudio.c
AgeCommit message (Expand)Author
2007-12-02spelling fix in debug printfRobert Nagy
2007-11-05audio encoding conversion cleanupJacob Meuser
2007-10-11treat usb vendor/product names as a locator, and have usbd_print handle it,Theo de Raadt
2007-09-28no longer used macrosJacob Meuser
2007-09-25fix emulated encodingsAlexandre Ratchov
2007-09-11KNFGilles Chehade
2007-09-09more M_ZERO conversions; ok krw@.Federico G. Schwindt
2007-09-08fix uaudio(4) devices using signed mixer controlsAlexandre Ratchov
2007-06-14Remove the definition and usage of the USB_DECLARE_DRIVER_CLASS andMarc Balmer
2007-06-13Remove the defintion and use of some byteswap macros.Marc Balmer
2007-06-13Apply some KNF after the recent removal of macros and type definitions.Marc Balmer
2007-06-12Remove the definition and use of the device_ptr_t which was a struct device *.Marc Balmer
2007-06-10Remove the definition and use of the USBDEVNAME macro.Marc Balmer
2007-06-10Remove the definition and use of the USBDEV macro. It only created confusionMarc Balmer
2007-06-06Mechanical removal of USBBASEDEVICE. No binary change.Michael Knudsen
2007-06-05Remove the "Static" declaration of many functions. It was defined to be emptyMarc Balmer
2007-06-04Last part of FreeBSD/NetBSD sepcific code removal.Marc Balmer
2007-05-27Farewell USB_{ATTACH,MATCH,DETACH}* you will not be missed.Jonathan Gray
2007-05-21Remove logprintf macroJonathan Gray
2006-06-23In a drivers activate() entry point, if on DVACT_DEACTIVATE it doesMiod Vallat
2006-05-04free resources on close; found by Alexandre Ratchov <alex@caoua.org>Michael Shalayeff
2006-04-21remove a couple of unreachable statements, one found by lint, one foundJolan Luff
2006-01-06from kent@netbsd.org:Federico G. Schwindt
2006-01-06from kent@netbsd.org:Federico G. Schwindt
2006-01-02mostly style nits; from kent@netbsd.org.Federico G. Schwindt
2006-01-02fix some typos and add open/close code of sync pipe, disabled for now.Federico G. Schwindt
2006-01-02make mixer names compatible with other audio devices. from kent@netbsd.orgFederico G. Schwindt
2006-01-02recognize sync-pipe audio stream; disabled for now. from kent@netbsd.orgFederico G. Schwindt
2006-01-02add source selector support. netbsd pr 26538.Federico G. Schwindt
2006-01-02knf. add some debug and use const.Federico G. Schwindt
2006-01-01correct a typo and reorder check.Federico G. Schwindt
2006-01-01Rearrange to fix a potential crash when changing parameters with audioctlFederico G. Schwindt
2006-01-01Fix mixer wraparound. from netbsd pr 16652.Federico G. Schwindt
2005-11-21Move contents of sys/select.h to sys/selinfo.h in preparation for aTodd C. Miller
2005-08-01Don't keep the devinfo string on the stack, instead use malloc/free.Brad Smith
2004-10-18reduce linecount in dmesgTheo de Raadt
2004-08-30Remove 'usb_'realloc() usage because it doesn't know the size of the oldDale Rahn
2004-07-08put "do { } while (0)" wrappers on all the debug maroc functionsTheo de Raadt
2003-11-07updated URLs from Jared Yanovich;Jason McIntyre
2003-05-19strlcpy; millert@ okMiod Vallat
2003-05-19updates from NetBSDNathan Binkert
2003-05-07string cleanup; nate okTheo de Raadt
2003-04-27strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit.Hakan Olsson
2002-07-25update $NetBSD$ tagsNathan Binkert
2002-05-06sync uaudio with NetBSDNathan Binkert
2001-10-31Synchronize usb code with NetBSD.Nathan Binkert
2001-09-17Save the result of the configure children, so that the deviceDale Rahn
2001-05-03Sync with NetBSD. Tested with a USB keyboard, USB mouse, and three differentAaron Campbell
2001-01-28Another USB sync with NetBSD. We are still lacking an up-to-date umass(4)Aaron Campbell
2000-11-08Sync with NetBSD. Too many changes to mention. For now I have skippedAaron Campbell