summaryrefslogtreecommitdiff
path: root/class/audio
AgeCommit message (Expand)Author
2025-02-25fix(demo): split feedback caculate macro with AUDIO_FREQ_TO_FEEDBACK_XS and A...sakumisu
2025-01-16fix(audio): fix audio feedback value caculationsakumisu
2025-01-13update(demo): add macro for caculating feedback valuesakumisu
2024-12-28feat(demo): add feedback for audio v1 speaker templatesakumisu
2024-11-25update(class/audio): change volume unit with dB, fix uac2.0 volume rangesakumisu
2024-10-30update(class/audio/usbh_auido): update audio volume and mute api, caculate vo...sakumisu
2024-10-30fix: rename class to class_code, for c++ compatibility (#269)electretmike
2024-09-30feat(class/audio/usb_audio): add audio altsetting desc init macrossakumisu
2024-09-19chore: static code analysissakumisu
2024-09-08refactor(class/audio/usbh_audio): refactor getting audio control infosakumisu
2024-08-21fix: fix -Wunused-parameter warning with -Wextra cflagsakumisu
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