summaryrefslogtreecommitdiff
path: root/class/audio/usbd_audio.c
AgeCommit message (Expand)Author
2026-03-30fix(security): add check for audio driver and video driversakumisu
2026-02-03style(class): remove device warning logs for memorysakumisu
2025-04-28update(class): add weak api to avoid undefine symbol(not use such class but add)sakumisu
2024-11-25update(class/audio): change volume unit with dB, fix uac2.0 volume rangesakumisu
2024-08-21fix: fix -Wunused-parameter warning with -Wextra cflagsakumisu
2024-02-06support multi port api for devicesakumisu
2023-07-13remove ununsed codesakumisu
2023-06-21refactor audio device classsakimisu
2023-01-15fix class get data due to 528d8dc9d6d2c1150b9f78dfc0c512745185dc4csakimisu
2023-01-02update audio class and demo templateZhihong Chen
2022-10-20remove intf mallocsakumisu
2022-09-08remove custom handler, split class handler into interface and endpointsakumisu
2022-08-20refactor usb device intf and ep registersakumisu
2022-08-19give up class registersakumisu
2022-08-18delete sof callbacksakumisu
2022-08-18Simplify the license rows, standardize header macro namesakumisu
2022-08-17remove comments to reduce rowssakumisu
2022-08-11fix clock source process in uac2.0sakumisu
2022-05-25info level log to debug levelsakumisu
2022-04-15replace malloc with usb_mallocsakumisu
2022-04-13disable sampling rate which outweigh 48ksakumisu
2022-04-12add entity_id param for audio functionsakumisu
2022-04-09update audio class driversakumisu
2022-04-08add audio2.0 support and templatesakumisu
2022-03-27clean compiler warning.aozima
2022-03-26update audio and video macros,add xxx_open and xxx_close functionsakumisu
2022-02-12add static to embelish request handlersakumisu
2022-02-08format codessakimisu
2022-02-01rename paramater named class with devclass insteadsakimusu
2022-01-15update licensesakumisu
2022-01-15add usb debug level control and color displaysakumisu
2021-12-04fix doxygen user namesakumisu
2021-11-29refactor usb class structuresakumisu
2021-11-14modify print log,add USBD_LOG_INFO forever printsakumisu
2021-11-09modify class request print logsakumisu
2021-09-28add usb hs support,add bos and msosv2 descriptor registersakumisu
2021-07-10first commitjzlv