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
Age
Commit message (
Expand
)
Author
2024-06-23
update: check class->hport validity
sakumisu
2024-06-16
fix(class/audio/usbh_audio): fix sample frequence
sakumisu
2024-05-03
support id table for multi vid pid
sakumisu
2024-04-24
add user_data param in host class for users
sakumisu
2024-04-07
change INFO to RAW
sakumisu
2024-02-06
support multi port api for device
sakumisu
2024-01-30
update log tag
sakumisu
2023-12-05
add usb errno, do not use system errno
sakumisu
2023-11-16
refactor urb, add ep & hport in urb to make hardware pipe more reusable
sakumisu
2023-08-05
fix function name
sakimisu
2023-08-05
update for midi
Zhihong Chen
2023-07-13
remove ununsed code
sakumisu
2023-07-12
use static memory to malloc & free class
sakimisu
2023-06-21
refactor audio device class
sakimisu
2023-06-02
audio: fix descriptor endpoint attribute error and add audiov2 feedback descr...
Zhihong Chen
2023-05-17
call usbh_xxx_stop when class enumerates completely
sakimisu
2023-03-22
add volume and mute control
sakumisu
2023-02-18
move hub and hport variable into common ram to reduce nocache ram usage
sakumisu
2023-02-07
do not check if device is closed
sakimisu
2023-02-05
support more audio altsetting
sakumisu
2023-01-15
fix class get data due to 528d8dc9d6d2c1150b9f78dfc0c512745185dc4c
sakimisu
2023-01-02
update audio class and demo template
Zhihong Chen
2022-12-31
add audio host driver
sakimisu
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