index
:
cherryusb.git
gh-pages
master
release/v1.3
release/v1.4
release/v1.5
release/v1.6
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
class
/
audio
/
usbd_audio.c
Age
Commit message (
Expand
)
Author
2026-03-30
fix(security): add check for audio driver and video driver
sakumisu
2026-02-03
style(class): remove device warning logs for memory
sakumisu
2025-04-28
update(class): add weak api to avoid undefine symbol(not use such class but add)
sakumisu
2024-11-25
update(class/audio): change volume unit with dB, fix uac2.0 volume range
sakumisu
2024-08-21
fix: fix -Wunused-parameter warning with -Wextra cflag
sakumisu
2024-02-06
support multi port api for device
sakumisu
2023-07-13
remove ununsed code
sakumisu
2023-06-21
refactor audio device class
sakimisu
2023-01-15
fix class get data due to 528d8dc9d6d2c1150b9f78dfc0c512745185dc4c
sakimisu
2023-01-02
update audio class and demo template
Zhihong Chen
2022-10-20
remove intf malloc
sakumisu
2022-09-08
remove custom handler, split class handler into interface and endpoint
sakumisu
2022-08-20
refactor usb device intf and ep register
sakumisu
2022-08-19
give up class register
sakumisu
2022-08-18
delete sof callback
sakumisu
2022-08-18
Simplify the license rows, standardize header macro name
sakumisu
2022-08-17
remove comments to reduce rows
sakumisu
2022-08-11
fix clock source process in uac2.0
sakumisu
2022-05-25
info level log to debug level
sakumisu
2022-04-15
replace malloc with usb_malloc
sakumisu
2022-04-13
disable sampling rate which outweigh 48k
sakumisu
2022-04-12
add entity_id param for audio function
sakumisu
2022-04-09
update audio class driver
sakumisu
2022-04-08
add audio2.0 support and template
sakumisu
2022-03-27
clean compiler warning.
aozima
2022-03-26
update audio and video macros,add xxx_open and xxx_close function
sakumisu
2022-02-12
add static to embelish request handler
sakumisu
2022-02-08
format codes
sakimisu
2022-02-01
rename paramater named class with devclass instead
sakimusu
2022-01-15
update license
sakumisu
2022-01-15
add usb debug level control and color display
sakumisu
2021-12-04
fix doxygen user name
sakumisu
2021-11-29
refactor usb class structure
sakumisu
2021-11-14
modify print log,add USBD_LOG_INFO forever print
sakumisu
2021-11-09
modify class request print log
sakumisu
2021-09-28
add usb hs support,add bos and msosv2 descriptor register
sakumisu
2021-07-10
first commit
jzlv