| Commit message (Expand) | Author | Age | Files | Lines |
* | Set the length of isochronous transfers as the sum of the frames lengths. |  mpi | 2015-06-15 | 1 | -11/+7 |
* | Remove all audio format conversion code from the kernel (btw holding |  ratchov | 2015-05-11 | 1 | -7/+1 |
* | Remove some includes include-what-you-use claims don't |  jsg | 2015-03-14 | 1 | -2/+1 |
* | pretty up some malloc() calls |  deraadt | 2015-01-12 | 1 | -3/+4 |
* | yet more mallocarray() changes. |  doug | 2014-12-13 | 1 | -5/+8 |
* | More malloc() -> mallocarray() in the kernel. |  doug | 2014-12-09 | 1 | -10/+10 |
* | Nuke yet more obvious #include duplications. |  krw | 2014-11-18 | 1 | -2/+1 |
* | Now that DVACT_DEACTIVATE is propagated to the children of a device when |  mpi | 2014-08-21 | 1 | -28/+5 |
* | add a size argument to free. will be used soon, but for now default to 0. |  tedu | 2014-07-12 | 1 | -13/+13 |
* | Properly compare endpoint addresses: ignore the direction bit which |  ratchov | 2014-06-04 | 1 | -2/+3 |
* | fix format mistakes visible if UAUDIO_DEBUG is defined |  ratchov | 2014-05-17 | 1 | -3/+3 |
* | Replace sc_dying in favour of usbd_is_dying() and usbd_deactivate(). |  pirofti | 2013-11-06 | 1 | -15/+14 |
* | Introduce a global interrupt-aware mutex protecting data |  ratchov | 2013-05-15 | 1 | -7/+6 |
* | Get rid of various 'typedef struct' definitions and use plain structure |  mglocker | 2013-04-15 | 1 | -18/+18 |
* | proc.h is way too much header for usb to handle. |  tedu | 2013-03-28 | 1 | -2/+1 |
* | you probably don't need to include vnode.h or reboot.h. you most definitely |  tedu | 2013-03-28 | 1 | -9/+7 |
* | use UE_GET_ADDR to get endpoint address (remove direction bit). Fixes |  ratchov | 2012-03-01 | 1 | -2/+3 |
* | add uhid/uaudio quirks for the iPad and iPad 2. |  brynet | 2012-01-31 | 1 | -1/+5 |
* | Don't printf (recoverable) xruns unless UAUDIO_DEBUG is defined |  ratchov | 2012-01-26 | 1 | -2/+2 |
* | Mark Apple iPod and iPhone products with UQ_BAD_HID and UAUDIO_FLAG_BAD_AUDIO. |  dhill | 2011-12-01 | 1 | -1/+21 |
* | Remove config_activate() and DVACT_ACTIVATE. PCMCIA's the only thing |  matthew | 2011-07-03 | 1 | -3/+1 |
* | garbage collect "usb events". without /dev/usb there is no way to access |  jakemsr | 2011-01-25 | 1 | -7/+1 |
* | * instead of NULLing pointers to interface descriptors in the uaa, mark |  jakemsr | 2011-01-16 | 1 | -5/+3 |
* | * indentation fix |  jakemsr | 2010-08-18 | 1 | -3/+3 |
* | * the detach and drain functions do the same waiting for channels to |  jakemsr | 2010-08-18 | 1 | -12/+12 |
* | check for audio stream and control interface descriptors in the |  jakemsr | 2010-07-31 | 1 | -16/+38 |
* | bring back changes in uaudio.c r1.83, this time remembering to commit |  jakemsr | 2010-07-23 | 1 | -65/+230 |
* | revert last commit, unbreaking the tree; was missing a macro definition |  sthen | 2010-07-23 | 1 | -230/+65 |
* | support for playback sync endpoints |  jakemsr | 2010-07-23 | 1 | -65/+230 |
* | add a couple quirks for the E-MU 0202 |  jakemsr | 2010-07-21 | 1 | -4/+39 |
* | * check that the bytes per frame the device is reporting isn't a |  jakemsr | 2010-07-21 | 1 | -6/+7 |
* | move use_maxpkt out of struct chan, use a local variable in the |  jakemsr | 2010-07-21 | 1 | -8/+6 |
* | some bits for USB 2.0 playback support. I'm not 100% sure about |  jakemsr | 2010-07-21 | 1 | -4/+23 |
* | currently we use the endpoint's maximum packet size for recording, |  jakemsr | 2010-07-21 | 1 | -21/+48 |
* | support 24-bit encodings. simplify the way supported encodings are |  jakemsr | 2010-07-20 | 1 | -190/+154 |
* | * don't round blocksize to multiples of 16; can cause problems when |  jakemsr | 2010-07-19 | 1 | -5/+2 |
* | add a quirk to allow attaching devices which claim to have a vendor |  jakemsr | 2010-07-19 | 1 | -8/+22 |
* | move audio specific quirks out of usb_quirks and into uaudio |  jakemsr | 2010-07-19 | 1 | -11/+53 |
* | add two new members to structs audio_encoding and audio_prinfo. |  jakemsr | 2010-07-15 | 1 | -9/+21 |
* | calculate the number of frames per usb xfer only once, and take into |  jakemsr | 2009-12-04 | 1 | -9/+5 |
* | instead of returning a structure, return the only member of the |  jakemsr | 2009-12-04 | 1 | -18/+13 |
* | In uaudio_detach(), check that sc->sc_alts is not NULL before |  ratchov | 2009-12-04 | 1 | -1/+7 |
* | allow USB xfer requests to use up to 16 frames per xfer, depending on |  jakemsr | 2009-11-26 | 1 | -24/+67 |
* | greatly reduce latency and kill some XXXs: |  jakemsr | 2009-11-26 | 1 | -66/+93 |
* | don't take playback blocksize constraints into account when rounding |  jakemsr | 2009-11-03 | 1 | -2/+3 |
* | don't claim to support full-duplex if the device doesn't support both |  jakemsr | 2009-11-03 | 1 | -2/+9 |
* | provide a get_default_params method. tries aucat(1) defaults first |  jakemsr | 2009-11-03 | 1 | -2/+43 |
* | rewrite supported audio parameter matching code |  jakemsr | 2009-11-03 | 1 | -134/+97 |
* | remove bogus quirk. these devices do not lie about their type, but |  jakemsr | 2009-10-17 | 1 | -4/+1 |
* | If the bSynchAddress of the AudioStreaming isochronous audio data |  jakemsr | 2009-10-15 | 1 | -22/+22 |