summaryrefslogtreecommitdiff
path: root/src/class/audio
AgeCommit message (Expand)Author
2024-05-09Convert to bit-field since it's more reliable.HiFiPhile
2024-04-25uac2: return on clear_feature.HiFiPhile
2024-04-08Merge pull request #1835 from MasterQ32/otg_bringupHa Thach
2024-04-08add class driver deinithathach
2024-04-02Move endpoint alloc define to tusb_mcu.hHiFiPhile
2024-04-01UAC2: fix mounted condition.HiFiPhile
2024-04-01UAC2: refactor interrupt endpoint support.HiFiPhile
2024-04-01Merge remote-tracking branch 'upstream/master' into pr/1702HiFiPhile
2024-03-30dwc2: add endpoint allocation support.HiFiPhile
2024-01-23audio_device: Fix unused variable warningJerzy Kasenberg
2023-12-10Add comment to explain why the condition changesÁngel Molina Núñez
2023-12-09Fix strict-overflow warning when compiling with gcc >= 12Angel Molina
2023-10-18Adjsut blackout time.Mengsk
2023-10-17Put sw_buf in USB section only if necessary.HiFiPhile
2023-10-17Fix compile.HiFiPhile
2023-10-17Add blackout time.HiFiPhile
2023-10-17Read sample rate directly from control transfer to eliminate callback.HiFiPhile
2023-10-17Add flow control for IN transfer.HiFiPhile
2023-10-10Fix naming nBytesPerSample.HiFiPhile
2023-09-19Fix cast-align.HiFiPhile
2023-09-19Fix UAC interleaved copy.HiFiPhile
2023-07-24rename CFG_TUSB_MEM_SECTION to CFG_TUD_MEM_SECTION in device stackhathach
2023-06-16renam OPT_MCU_MIMXRT to OPT_MCU_MIMXRT1XXXhathach
2023-03-21UAC2: fix feedback EP buffer alignment.Mengsk
2023-03-17fix trailing space and new linehathach
2023-03-05fix: Fix wrong destsz used with tu_memcpy_sNathaniel Brough
2023-03-01add TUP_USBIP_FSDEV and TUP_USBIP_FSDEV_STM32, clean up ifdef with stm32hathach
2023-02-28Merge pull request #1828 from HiFiPhile/stm32_fsdevHa Thach
2023-02-28rename ep_num to ep_idx, minor clean uphathach
2023-02-27minor clean uphathach
2023-01-13fix: Replace device calls to memcpy with tu_memcpy_sNathaniel Brough
2023-01-03Fix typo in audio.h. Specifiy _ctrl_xfer struct in CFG_TUSB_MEM_SECTIONpete-pjb
2022-12-31Optimize descriptor looping.Mengsk
2022-12-30Add ISO buffer allocation.Mengsk
2022-12-29UAC : Enable fifo based transfer on stm32_fsdevMengsk
2022-10-26PanRe refactor applied: s{_int_ctr_}{_int_}g; s{_INT_CTR_}{_INT_}g;Mark K Cowan
2022-10-26clean up descriptor search for interrupt endpointMark K Cowan
2022-10-25Merge pull request #1698 from battlesnake/fix-attrs-on-struct-memberHa Thach
2022-10-24fixed spec referenceMark K Cowan
2022-10-24keep alignment specMark K Cowan
2022-10-23UAC2 supports interrupt-endpoint for providing control-change notifications t...Mark K Cowan
2022-10-20do not apply storage attributes to member of structMark K Cowan
2022-09-17audio_device: prototype added for function referenced before useMark K Cowan
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