summaryrefslogtreecommitdiff
path: root/src/class/audio
AgeCommit message (Expand)Author
2022-07-19Merge pull request #1514 from maddyaby/audiod_typoHa Thach
2022-07-01mimxrt: Change OPT_MCU_MIMXRT1xXX to OPT_MCU_MIMXRT.robert-hh
2022-06-30mimxrt: Add/change definitions for MIMXRT11XX boards.robert-hh
2022-06-27fix all device examples warningshathach
2022-06-27fix most warnings with rp2040 -wconversionhathach
2022-06-16Fix typo in audiod_rx_done_cb in audio_device.cMaddy
2022-06-07add TU_ATTR_FAST_FUNC for audio sof isr call chainhathach
2022-05-31clean up tud_audio_set_itf_cb() invocationhathach
2022-05-31comment out fifo count method for nowhathach
2022-05-27adding feedback fifo count (WIP)hathach
2022-05-27wrap feedback and compute to its own struct/unionhathach
2022-05-19prototype for feedback methodhathach
2022-05-19rename tud_audio_sof_isr() to tud_audio_feedback_interval_isr()hathach
2022-05-13fix ci buildhathach
2022-05-13changes proposal to audio feedback computationhathach
2022-04-16Generalize feedback value min and maxReinhard Panhuber
2022-04-09Introduce 3 fb calc options: NO_SOF_BY_USER, SOF_BY_AUDIO_D, SOF_BY_USERReinhard Panhuber
2022-03-20Disable SOF ISR feedback calcuation by default s.t. examples still workReinhard Panhuber
2022-03-20Streamline call of tud_audio_set_itf_cb() within audiod_set_interface()Reinhard Panhuber
2022-03-20Add magic checksReinhard Panhuber
2022-03-20Streamline feedback calc, find fb interval from descriptors, inc. checksReinhard Panhuber
2022-03-19Implement power of two, shift, and float calculationReinhard Panhuber
2022-03-16Disable CFG_TUD_AUDIO_ENABLE_FEEDBACK_DETERMINATION_WITHIN_SOF_ISRReinhard Panhuber
2022-03-16Add todos and commentsReinhard Panhuber
2022-03-15Fix cycle count calculationReinhard Panhuber
2022-03-15Implement 16.16 fixed point feedback value calculationReinhard Panhuber
2022-03-14Add SOF callback function for feedback value determination in uac - wip!Reinhard Panhuber
2022-02-25rename TUSB_OPT_DEVICE_ENABLED to CFG_TUD_ENABLEDhathach
2022-01-16update format correction with actual bus speedhathach
2022-01-07Disable feedback format correction by default #1234Valentin Milea
2021-12-06Support disabling feedback format correction #1234Valentin Milea
2021-11-08rename to simply OPT_MCU_MSP432E4, add msp432e to cihathach
2021-11-06Implement dcd_edpt_xfer_fifo for dcd_musbkkitayam
2021-10-24remove ep descriptor wMaxPacketSize bitfield due to endian issuehathach
2021-10-12Merge branch 'master' into add_uvcHa Thach
2021-09-29moved ISO attributes from audio to commonkkitayam
2021-08-31UAC2: Add ring buffer support for dcd_transdimension.MasterPhi
2021-08-07Use linear buffer for GD32VF103Stefan Kerkmann
2021-07-29add the entry for RX72Nkkitayam
2021-07-29add RX65Nkkitayam
2021-07-29add a condition regarding OPT_MCU_RX63Nkkitayam
2021-07-06Fix copy byte countMasterPhi
2021-07-06- Remove alt_setting alignmentMasterPhi
2021-07-05ENCODE -> DECODEMasterPhi
2021-07-04Better handling tud_audio_set_itf_cb with FB.MasterPhi
2021-07-04Move audio_control_request_t to audio.hMasterPhi
2021-07-04Delay tud_audio_set_itf_cb call with feedback EP.MasterPhi
2021-07-04Fix speed detectionMasterPhi
2021-07-04more uac fixes,MasterPhi
2021-07-04Clear FIFO only if enabled...MasterPhi