Age | Commit message (Expand) | Author |
2010-08-18 | * indentation fix | Jacob Meuser |
2010-08-18 | * the detach and drain functions do the same waiting for channels to | Jacob Meuser |
2010-07-31 | check for audio stream and control interface descriptors in the | Jacob Meuser |
2010-07-23 | bring back changes in uaudio.c r1.83, this time remembering to commit | Jacob Meuser |
2010-07-23 | revert last commit, unbreaking the tree; was missing a macro definition | Stuart Henderson |
2010-07-23 | support for playback sync endpoints | Jacob Meuser |
2010-07-21 | add a couple quirks for the E-MU 0202 | Jacob Meuser |
2010-07-21 | * check that the bytes per frame the device is reporting isn't a | Jacob Meuser |
2010-07-21 | move use_maxpkt out of struct chan, use a local variable in the | Jacob Meuser |
2010-07-21 | some bits for USB 2.0 playback support. I'm not 100% sure about | Jacob Meuser |
2010-07-21 | currently we use the endpoint's maximum packet size for recording, | Jacob Meuser |
2010-07-20 | support 24-bit encodings. simplify the way supported encodings are | Jacob Meuser |
2010-07-19 | * don't round blocksize to multiples of 16; can cause problems when | Jacob Meuser |
2010-07-19 | add a quirk to allow attaching devices which claim to have a vendor | Jacob Meuser |
2010-07-19 | move audio specific quirks out of usb_quirks and into uaudio | Jacob Meuser |
2010-07-15 | add two new members to structs audio_encoding and audio_prinfo. | Jacob Meuser |
2009-12-04 | calculate the number of frames per usb xfer only once, and take into | Jacob Meuser |
2009-12-04 | instead of returning a structure, return the only member of the | Jacob Meuser |
2009-12-04 | In uaudio_detach(), check that sc->sc_alts is not NULL before | Alexandre Ratchov |
2009-11-26 | allow USB xfer requests to use up to 16 frames per xfer, depending on | Jacob Meuser |
2009-11-26 | greatly reduce latency and kill some XXXs: | Jacob Meuser |
2009-11-03 | don't take playback blocksize constraints into account when rounding | Jacob Meuser |
2009-11-03 | don't claim to support full-duplex if the device doesn't support both | Jacob Meuser |
2009-11-03 | provide a get_default_params method. tries aucat(1) defaults first | Jacob Meuser |
2009-11-03 | rewrite supported audio parameter matching code | Jacob Meuser |
2009-10-17 | remove bogus quirk. these devices do not lie about their type, but | Jacob Meuser |
2009-10-15 | If the bSynchAddress of the AudioStreaming isochronous audio data | Jacob Meuser |
2009-10-13 | Get rid of devact enum, substitute it with an int and coresponding defines. | Paul Irofti |
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 |