Age | Commit message (Expand) | Author |
2024-09-01 | spelling; checked by jmc@, ok miod@ mglocker@ krw@ | Jonathan Gray |
2024-07-23 | uaudio: Fix confusion between interface numbers and interface indexes | Alexandre Ratchov |
2023-12-10 | Skip interfaces already claimed by other uaudio(4) instances. | Alexandre Ratchov |
2023-06-27 | Return error if the USB request to get the sample rate fails. | Alexandre Ratchov |
2022-10-26 | Make audio(9) get_props() optional, remove it from duplex drivers | Klemens Nanni |
2022-10-19 | Use C99 struct init for struct audio_hw_if | Klemens Nanni |
2022-10-19 | Constify global tables only used in lookups, OK ratchov | Klemens Nanni |
2022-03-21 | Constify struct {audio,midi,radio,video}_hw_if. No functional change. | Miod Vallat |
2022-02-21 | ambigus -> ambiguous | Jonathan Gray |
2022-02-16 | Currently, wskbd_set_mixervolume() only adjusts the volume of the first | Anton Lindqvist |
2022-02-16 | Make room for a cookie argument passed to audio_attach_mi(). Currently | Anton Lindqvist |
2022-01-28 | When it's the possessive of 'it', it's spelled "its", without the | Philip Guenther |
2022-01-09 | spelling | Jonathan Gray |
2021-12-31 | spelling | Jonathan Gray |
2021-11-22 | Align memory allocation for USB device drivers and USB HC drivers: | Marcus Glocker |
2021-05-18 | Add pre-DMA-write barrier after data is stored to memory | Alexandre Ratchov |
2020-06-11 | When detaching uaudio, wait for device ref counter to drop to 0 | Alexandre Ratchov |
2020-05-04 | Remove redundant code testing if a terminal is a usb stream. | Alexandre Ratchov |
2020-04-30 | If there's only one input (output) name it simply "input" ("output") | Alexandre Ratchov |
2020-04-30 | Use "inputs" class instead of "record" | Alexandre Ratchov |
2020-04-30 | Use "dac" instead of "play" in mixer control names | Alexandre Ratchov |
2020-04-30 | Set terminal and clock names after all units are parsed | Alexandre Ratchov |
2020-04-30 | Use macros instead of hardcoded "play" and "record" string constants | Alexandre Ratchov |
2020-04-24 | Skip "all-channels" controls if there are equivalend per-channel ones | Alexandre Ratchov |
2020-04-24 | Suffix per-channel non-numeric controls with channel number | Alexandre Ratchov |
2020-03-23 | If samples per frame is larger than the device usb packet size, | Alexander Bluhm |
2020-03-23 | If an USB audio device supports less rates for recording than for | Alexander Bluhm |
2020-03-07 | Fix use of uninitilized variable in case of emty AC descriptor. | Alexandre Ratchov |
2020-02-28 | Allow devices with incomplete feature unit descriptor to attach. | Alexandre Ratchov |
2020-02-05 | Fix confusion between minimum and maximum samples-per-frame. | Alexandre Ratchov |
2019-09-05 | Use the new set_blksz() interface to set the block size. | Alexandre Ratchov |
2019-08-25 | avoid checking s->spf twice if it is above maximum in uaudio_adjspf(); ok rat... | miko |
2019-05-09 | When changing device rate, send request to the clock source unit. | Alexandre Ratchov |
2019-05-09 | Set the rate of UAC v2.0 clock units using the control interface, not | Alexandre Ratchov |
2019-05-09 | Skip empty control interfaces when parsing descriptors. | Alexandre Ratchov |
2019-05-01 | Use the proper UAC-v2.0 request to read the device controls. | Alexandre Ratchov |
2019-04-10 | Hide debug printfs. | Alexandre Ratchov |
2019-04-04 | Simplify underruns handling: just copy silence produced by upper layer. | Alexandre Ratchov |
2019-04-03 | Always copy data (if any) whenever a new bounce buffer is available. | Alexandre Ratchov |
2019-04-03 | Check for available space before copying data to the bounce buffers. | Alexandre Ratchov |
2019-04-03 | Make the uaudio_stream->ubuf_xfer relative to current xfer number. | Alexandre Ratchov |
2019-03-19 | In uaudio_pdata_intr() don't error out early if the status is USBD_IOERROR. | Claudio Jeker |
2019-03-12 | Add a new driver for USB Audio Class v2.0 devices. It replaces the | Alexandre Ratchov |
2018-08-31 | ich variable is only used in DPRINTF() and uaudio_get_cluster_nchan() | miko |
2018-08-08 | Fix possible division by zero caused by bogus usb descriptors. From | Alexandre Ratchov |
2018-07-30 | Inline trivial uaudio_id_name(). From Michael Bombardieri, thanks. | Alexandre Ratchov |
2018-07-27 | No need to test if pointer is NULL to call free(9). From | Alexandre Ratchov |
2018-07-07 | Fix uaudio(4) detection on Logitech Webcam C200/C210/C250/C270/C310/C500. | Landry Breuil |
2017-12-30 | Don't pull in <sys/file.h> just to get fcntl.h | Philip Guenther |
2017-05-03 | Remove unused (and wrong) uaudio_drain() call. From Michael W. | Alexandre Ratchov |