Age | Commit message (Expand) | Author |
2008-11-21 | cast d->bmaControls to uByte * in uaudio_add_feature() | Robert Nagy |
2008-11-12 | fix typo in debug printf; ok ratchov@ | Stuart Henderson |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2008-06-17 | if reading (or writing) is not supported, but the device is opened | Jacob Meuser |
2008-04-21 | allow low level audio drivers to specify a default sample format, | Jacob Meuser |
2007-12-02 | spelling fix in debug printf | Robert Nagy |
2007-11-05 | audio encoding conversion cleanup | Jacob Meuser |
2007-10-11 | treat usb vendor/product names as a locator, and have usbd_print handle it, | Theo de Raadt |
2007-09-28 | no longer used macros | Jacob Meuser |
2007-09-25 | fix emulated encodings | Alexandre Ratchov |
2007-09-11 | KNF | Gilles Chehade |
2007-09-09 | more M_ZERO conversions; ok krw@. | Federico G. Schwindt |
2007-09-08 | fix uaudio(4) devices using signed mixer controls | Alexandre Ratchov |
2007-06-14 | Remove the definition and usage of the USB_DECLARE_DRIVER_CLASS and | Marc Balmer |
2007-06-13 | Remove the defintion and use of some byteswap macros. | Marc Balmer |
2007-06-13 | Apply some KNF after the recent removal of macros and type definitions. | Marc Balmer |
2007-06-12 | Remove the definition and use of the device_ptr_t which was a struct device *. | Marc Balmer |
2007-06-10 | Remove the definition and use of the USBDEVNAME macro. | Marc Balmer |
2007-06-10 | Remove the definition and use of the USBDEV macro. It only created confusion | Marc Balmer |
2007-06-06 | Mechanical removal of USBBASEDEVICE. No binary change. | Michael Knudsen |
2007-06-05 | Remove the "Static" declaration of many functions. It was defined to be empty | Marc Balmer |
2007-06-04 | Last part of FreeBSD/NetBSD sepcific code removal. | Marc Balmer |
2007-05-27 | Farewell USB_{ATTACH,MATCH,DETACH}* you will not be missed. | Jonathan Gray |
2007-05-21 | Remove logprintf macro | Jonathan Gray |
2006-06-23 | In a drivers activate() entry point, if on DVACT_DEACTIVATE it does | Miod Vallat |
2006-05-04 | free resources on close; found by Alexandre Ratchov <alex@caoua.org> | Michael Shalayeff |
2006-04-21 | remove a couple of unreachable statements, one found by lint, one found | Jolan Luff |
2006-01-06 | from kent@netbsd.org: | Federico G. Schwindt |
2006-01-06 | from kent@netbsd.org: | Federico G. Schwindt |
2006-01-02 | mostly style nits; from kent@netbsd.org. | Federico G. Schwindt |
2006-01-02 | fix some typos and add open/close code of sync pipe, disabled for now. | Federico G. Schwindt |
2006-01-02 | make mixer names compatible with other audio devices. from kent@netbsd.org | Federico G. Schwindt |
2006-01-02 | recognize sync-pipe audio stream; disabled for now. from kent@netbsd.org | Federico G. Schwindt |
2006-01-02 | add source selector support. netbsd pr 26538. | Federico G. Schwindt |
2006-01-02 | knf. add some debug and use const. | Federico G. Schwindt |
2006-01-01 | correct a typo and reorder check. | Federico G. Schwindt |
2006-01-01 | Rearrange to fix a potential crash when changing parameters with audioctl | Federico G. Schwindt |
2006-01-01 | Fix mixer wraparound. from netbsd pr 16652. | Federico G. Schwindt |
2005-11-21 | Move contents of sys/select.h to sys/selinfo.h in preparation for a | Todd C. Miller |
2005-08-01 | Don't keep the devinfo string on the stack, instead use malloc/free. | Brad Smith |
2004-10-18 | reduce linecount in dmesg | Theo de Raadt |
2004-08-30 | Remove 'usb_'realloc() usage because it doesn't know the size of the old | Dale Rahn |
2004-07-08 | put "do { } while (0)" wrappers on all the debug maroc functions | Theo de Raadt |
2003-11-07 | updated URLs from Jared Yanovich; | Jason McIntyre |
2003-05-19 | strlcpy; millert@ ok | Miod Vallat |
2003-05-19 | updates from NetBSD | Nathan Binkert |
2003-05-07 | string cleanup; nate ok | Theo de Raadt |
2003-04-27 | strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit. | Hakan Olsson |
2002-07-25 | update $NetBSD$ tags | Nathan Binkert |
2002-05-06 | sync uaudio with NetBSD | Nathan Binkert |