Age | Commit message (Expand) | Author |
2014-08-21 | Now that DVACT_DEACTIVATE is propagated to the children of a device when | Martin Pieuchot |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-06-04 | Properly compare endpoint addresses: ignore the direction bit which | Alexandre Ratchov |
2014-05-17 | fix format mistakes visible if UAUDIO_DEBUG is defined | Alexandre Ratchov |
2013-11-06 | Replace sc_dying in favour of usbd_is_dying() and usbd_deactivate(). | Paul Irofti |
2013-05-15 | Introduce a global interrupt-aware mutex protecting data | Alexandre Ratchov |
2013-04-15 | Get rid of various 'typedef struct' definitions and use plain structure | Marcus Glocker |
2013-03-28 | proc.h is way too much header for usb to handle. | Ted Unangst |
2013-03-28 | you probably don't need to include vnode.h or reboot.h. you most definitely | Ted Unangst |
2012-03-01 | use UE_GET_ADDR to get endpoint address (remove direction bit). Fixes | Alexandre Ratchov |
2012-01-31 | add uhid/uaudio quirks for the iPad and iPad 2. | Bryan Steele |
2012-01-26 | Don't printf (recoverable) xruns unless UAUDIO_DEBUG is defined | Alexandre Ratchov |
2011-12-01 | Mark Apple iPod and iPhone products with UQ_BAD_HID and UAUDIO_FLAG_BAD_AUDIO. | David Hill |
2011-07-03 | Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing | Matthew Dempsky |
2011-01-25 | garbage collect "usb events". without /dev/usb there is no way to access | Jacob Meuser |
2011-01-16 | * instead of NULLing pointers to interface descriptors in the uaa, mark | Jacob Meuser |
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 |