summaryrefslogtreecommitdiff
path: root/src/class/audio
AgeCommit message (Expand)Author
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-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
2025-11-11Merge remote-tracking branch 'tinyusb/master' into copilot/fix-dcd-edpt-xfer-...HiFiPhile
2025-11-09Merge pull request #3334 from hathach/fix-alerts-3Ha Thach
2025-11-08fix more alertshathach
2025-11-07Merge pull request #3321 from gabChouin/audio_ep_in_target_fifo_sizeZixun LI
2025-11-07TypoHiFiPhile
2025-11-07Implement RX FIFO threshold adjustmentHiFiPhile
2025-11-07CleanupHiFiPhile
2025-11-07FixupHiFiPhile
2025-11-07Merge remote-tracking branch 'tinyusb/master' into audio_ep_in_target_fifo_sizeHiFiPhile
2025-11-03fixing alert by scanning toolhathach
2025-11-03fix alert using input in gh action. fix some conversion inthathach
2025-10-31Merge remote-tracking branch 'tinyusb/master' into copilot/fix-dcd-edpt-xfer-...HiFiPhile
2025-10-30Merge branch 'master' into uac1HiFiPhile
2025-10-29Implement tud_audio_set_ep_in_target_fifo_size function to set the target fif...Gabriel Chouinard
2025-10-28fix Identifiers that start with '__' or '_[A-Z]' are reserved.hathach
2025-10-24Merge remote-tracking branch 'upstream/master' into uac1HiFiPhile
2025-10-22Fix copilot issuesMengsk