summaryrefslogtreecommitdiff
path: root/src/class/audio/audio_device.c
AgeCommit message (Expand)Author
2025-11-09Merge pull request #3334 from hathach/fix-alerts-3Ha Thach
2025-11-08fix more alertshathach
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-10-29Implement tud_audio_set_ep_in_target_fifo_size function to set the target fif...Gabriel Chouinard
2025-10-11Merge branch 'master' into uac1HiFiPhile
2025-10-11Move control buffer out of USB sectionHiFiPhile
2025-10-06remove dcd_esp32sx which is replaced by dwc2hathach
2025-10-05Use one control buffer as EP0 has no concurrencyHiFiPhile
2025-10-04Fix descriptor loopingHiFiPhile
2025-10-02Add UAC1 support to uac2_headset exampleHiFiPhile
2025-10-02Fix feedback param lagHiFiPhile
2025-10-02cleanupHiFiPhile
2025-10-02Update feedback params on frequency changeHiFiPhile
2025-10-01better EP type detectionHiFiPhile
2025-10-01Minor fixesHiFiPhile
2025-09-30Remove feedback format correction since no longer neededMengsk
2025-09-30fix descriptor walkingHiFiPhile
2025-09-30Implement UAC1 IN flow controlHiFiPhile
2025-09-30Add basic UAC1 supportHiFiPhile
2025-09-30More descriptors workingHiFiPhile
2025-09-29Update UAC2 namingHiFiPhile
2025-09-27audio: simplify alt settings managementHiFiPhile
2025-08-02fix tud_audio_set_itf_close_EP_cb() typohathach
2025-07-08minor reformat codehathach
2025-07-08Merge remote-tracking branch 'origin/master' into xfer_isrhathach
2025-07-03Merge branch 'master' into fork/HiFiPhile/stm32_cachehathach
2025-06-26audio_device: Fix data IN endpoints with implicit feedbackmilek7
2025-06-14audio: remove FIFO mutex, as audio streaming is always single producer single...HiFiPhile
2025-06-14audio: move ISO transfers into xfer_isrHiFiPhile
2025-06-13audio: buffer macro updateHiFiPhile
2025-05-29uac2: remove support fifoHiFiPhile
2025-03-15Add ctrl buffer alignment.HiFiPhile
2025-02-24add tuh_midi_descriptor_cb()hathach
2024-11-30Reformat audio class.HiFiPhile
2024-11-30Fix typo.HiFiPhile
2024-11-30Update audio class with dcache support.HiFiPhile
2024-11-27Fix missing protoype warning, change TUD_EPBUF_TYPE_DEF order (#2889)Ha Thach
2024-11-18Merge pull request #2866 from HiFiPhile/uac_fixHa Thach
2024-11-02Improve EP IN flow control.HiFiPhile
2024-11-02Fix align issue of _audiod_fct.alt_setting.HiFiPhile
2024-10-15RP2040 Compile Errorspschatzmann
2024-07-28audiod_function_t clean up.HiFiPhile
2024-07-28Merge branch 'master' of https://github.com/hathach/tinyusb into rx_fbHiFiPhile
2024-07-18UAC2: Fix memclr on driver reset.HiFiPhile
2024-06-28audio_device.c: fix strict-overflow warning with gcc >= 12Davide Gerhard
2024-05-12Fix HS playback on OSX.HiFiPhile