summaryrefslogtreecommitdiff
path: root/class/audio
AgeCommit message (Expand)Author
2024-06-23update: check class->hport validitysakumisu
2024-06-16fix(class/audio/usbh_audio): fix sample frequencesakumisu
2024-05-03support id table for multi vid pidsakumisu
2024-04-24add user_data param in host class for userssakumisu
2024-04-07change INFO to RAWsakumisu
2024-02-06support multi port api for devicesakumisu
2024-01-30update log tagsakumisu
2023-12-05add usb errno, do not use system errnosakumisu
2023-11-16refactor urb, add ep & hport in urb to make hardware pipe more reusablesakumisu
2023-08-05fix function namesakimisu
2023-08-05update for midiZhihong Chen
2023-07-13remove ununsed codesakumisu
2023-07-12use static memory to malloc & free classsakimisu
2023-06-21refactor audio device classsakimisu
2023-06-02audio: fix descriptor endpoint attribute error and add audiov2 feedback descr...Zhihong Chen
2023-05-17call usbh_xxx_stop when class enumerates completelysakimisu
2023-03-22add volume and mute controlsakumisu
2023-02-18move hub and hport variable into common ram to reduce nocache ram usagesakumisu
2023-02-07do not check if device is closedsakimisu
2023-02-05support more audio altsettingsakumisu
2023-01-15fix class get data due to 528d8dc9d6d2c1150b9f78dfc0c512745185dc4csakimisu
2023-01-02update audio class and demo templateZhihong Chen
2022-12-31add audio host driversakimisu
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