summaryrefslogtreecommitdiff
path: root/src/class/audio
AgeCommit message (Expand)Author
10 daysimplement explicit feeback supportHiFiPHile
11 daysaddress copilot review findingsHiFiPHile
11 daysMerge remote-tracking branch 'origin/master' into feature/tuh-audio-uac-1.0HiFiPHile
11 daysfeat(audio): discover stream mute and volume controlsHiFiPHile
11 daysfix(audio): validate descriptors before parsingHiFiPHile
11 daysrefactor(audio): simplify class endpoint associationHiFiPHile
11 daysfix(audio): decode full-speed isochronous bIntervalHiFiPHile
11 daysfix(audio): release instances without supported streamsHiFiPHile
11 daysfix(audio): retain multiple pending Feature UnitsHiFiPHile
11 daysfix(audio): reject unsupported UAC2 interfacesHiFiPHile
11 daysfix(audio): keep stream state consistent on control failuresHiFiPHile
11 daysfix(audio): accept one data endpoint per AS alternateHiFiPHile
11 daysrefactor(audio): simplify UAC1 interface discoveryHiFiPHile
11 daysrefactor(audio): separate stream configuration and startHiFiPHile
11 daysfix(audio): drive streams from transfer completionHiFiPHile
11 daysMerge master updates into the UAC1 host branchHiFiPHile
11 daysfix(audio): resolve Feature Units independent of orderHiFiPHile
11 daysfix(audio): reject continuous UAC1 sample-rate rangesHiFiPHile
11 daysfix(audio): honor full-speed isochronous intervalsHiFiPHile
11 daysfeat(audio): track a Feature Unit per stream directionHiFiPHile
11 daysfix(audio): clear stale Feature Unit associationsHiFiPHile
11 daysfix(audio): serialize Feature Unit requestsHiFiPHile
11 daysfix(audio): retain stream state when stop failsHiFiPHile
11 daysfix(audio): close endpoints before stream reconfigurationHiFiPHile
11 daysfix(audio): place transfer buffers in configured memoryHiFiPHile
11 daysfix(audio): distinguish data and feedback endpointsHiFiPHile
2026-08-19Fix audio terminal type typosHiFiPHile
2026-08-18UAC2: Add more terminal typesJerzy Kasenberg
2026-08-14feat(class/audio): rework TUH_AUDIO into a WASAPI/ALSA-like stream APIZhang, Zhenjiang
2026-08-04audio_device: enforce the documented FIFO minimum in the EP-IN flow-control g...rt-rtos
2026-07-21Refactor TUH_AUDIO API and simplify multi-AS interface supportZhang, Zhenjiang
2026-07-17style(class/audio): rename descriptor variables to desc_ prefix and unify con...Zhang, Zhenjiang
2026-07-17fix(class/audio): fix indentation in audioh_set_config after UAC 1.0 changesZhang, Zhenjiang
2026-07-17fix(class/audio): fix control request byte order and buffer usage in audio hostZhang, Zhenjiang
2026-07-17fix(class/audio): handle non-audio interface in enumeration and fix async con...Zhang, Zhenjiang
2026-07-16feat(audio): add USB Audio Host (UAC 1.0) supportZhang, Zhenjiang
2026-07-09audio: drop stale EP-busy note in audiod_set_interfacehathach
2026-07-02license: use SPDX identifiers for src/ headers (#3749)Ha Thach
2026-06-18class/audio: remove unused audio20_control_request_thathach
2026-04-25fix: add BE bitfield guards for audio and fix UAC2 example endian-safe field ...copilot-swe-agent[bot]
2026-03-11refactor(usbd): replace `_usbd_ctrl_epbuf` with `usbd_get_ctrl_buf()` for cle...hathach
2026-01-06Merge remote-tracking branch 'tinyusb/master' into ep0_directHiFiPhile
2025-12-30tusb_fifo remove item_size make it fifo of byteshathach
2025-12-14reduce code sizeHiFiPhile
2025-12-14audio: use ep0 buffer if it is large enoughHiFiPhile
2025-12-12Merge branch 'refs/heads/master' into audio_openhathach
2025-12-10Merge branch 'master' into more-size-reduce-edpt-streamhathach
2025-12-10change tu_fifo_clear()/tu_edpt_stream_clear() from return bool to voidhathach
2025-12-08audio_device: use CFG_TUD_EDPT_DEDICATED_HWFIFO flag for FIFO transferZixun LI
2025-12-02audio: fix audiod_open with midi interfacesZixun LI