summaryrefslogtreecommitdiff
path: root/src/class/audio/audio.h
AgeCommit message (Expand)Author
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]
2025-11-03fixing alert by scanning toolhathach
2025-11-03fix alert using input in gh action. fix some conversion inthathach
2025-10-30Merge branch 'master' into uac1HiFiPhile
2025-10-28fix Identifiers that start with '__' or '_[A-Z]' are reserved.hathach
2025-10-01better EP type detectionHiFiPhile
2025-09-30Add basic UAC1 supportHiFiPhile
2025-09-30More descriptors workingHiFiPhile
2025-09-29Update UAC2 namingHiFiPhile
2025-02-24add tuh_midi_descriptor_cb()hathach
2024-07-05add u for unsignedhathach
2024-07-05Revert "audio.h: fix error ISO C restricts enumerator values to range of 'int'"Ha Thach
2024-06-28audio.h: fix error ISO C restricts enumerator values to range of 'int'Davide Gerhard
2024-04-01UAC2: refactor interrupt endpoint support.HiFiPhile
2023-03-17fix trailing space and new linehathach
2023-01-03Fix typo in audio.h. Specifiy _ctrl_xfer struct in CFG_TUSB_MEM_SECTIONpete-pjb
2021-09-29moved ISO attributes from audio to commonkkitayam
2021-07-04Move audio_control_request_t to audio.hMasterPhi
2021-07-04more uac fixes,MasterPhi
2021-04-06code formathathach
2021-04-03Generalize audio driver for 3 audio functions plus a lot more.Reinhard Panhuber
2021-02-12FormatingReinhard Panhuber
2020-10-07fix audio_test buildhathach
2020-10-03Revert #define CFG_TUSB_DEBUG 2 to #define CFG_TUSB_DEBUG 0Reinhard Panhuber
2020-09-28audio: Update ISO endpoint attributesJerzy Kasenberg
2020-08-20Fix formatting, get rid of all tabs.Reinhard Panhuber
2020-08-19Commit before sharing.Reinhard Panhuber
2020-07-25Fix structure definition audio_control_range_X_n_tReinhard Panhuber
2020-07-25Get and set requests workReinhard Panhuber
2020-07-19Implement all missing A.17 control selectorsReinhard Panhuber
2020-07-18Add A.17.4 - Terminal Control SelectorsReinhard Panhuber
2020-07-17Intermediate commit.Reinhard Panhuber
2020-06-13Fix mic audio descriptor, fix too strict check on IAD desc. in usbd.cReinhard Panhuber
2020-05-22Add basic UAC2 structure - untestedReinhard Panhuber
2020-01-15Normalize line endingsNathan Conrad
2019-07-01fix compilinghathach
2019-07-01improving midi support, adding midi exmaplehathach
2019-05-14update license year to 2019hathach
2019-03-20migrate license from BSD 3 clause to MIThathach
2019-01-04Add USB Midi support.Scott Shawcroft