index
:
tinyusb.git
claude/adoring-pasteur-kbaFa
claude/arm-cortex-etm-jttace-4fr29r
claude/wch-ch569-ch32h417-usb3
copilot/fix-hil-tinyusb-job
dcd_ch32hs_spd
gh-pages
master
merge_os
port-embos
worktree-ch569-hydrausb3
xfer_isr_fallback
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
class
/
audio
/
audio_device.h
Age
Commit message (
Expand
)
Author
2024-05-08
Add callback to to set feedback format correction at runtime.
HiFiPhile
2024-05-08
Reorganize feedback documentation.
HiFiPhile
2024-05-08
Migrate to weak default implementation.
HiFiPhile
2024-04-26
UAC2: Implement feedback by fifo counting.
HiFiPhile
2024-04-08
add class driver deinit
hathach
2024-04-01
UAC2: refactor interrupt endpoint support.
HiFiPhile
2024-04-01
Merge remote-tracking branch 'upstream/master' into pr/1702
HiFiPhile
2023-10-17
Read sample rate directly from control transfer to eliminate callback.
HiFiPhile
2023-10-17
Add flow control for IN transfer.
HiFiPhile
2023-03-17
fix trailing space and new line
hathach
2022-10-26
PanRe refactor applied: s{_int_ctr_}{_int_}g; s{_INT_CTR_}{_INT_}g;
Mark K Cowan
2022-10-24
fixed spec reference
Mark K Cowan
2022-10-23
UAC2 supports interrupt-endpoint for providing control-change notifications t...
Mark K Cowan
2022-06-07
add TU_ATTR_FAST_FUNC for audio sof isr call chain
hathach
2022-05-31
comment out fifo count method for now
hathach
2022-05-27
adding feedback fifo count (WIP)
hathach
2022-05-27
wrap feedback and compute to its own struct/union
hathach
2022-05-19
prototype for feedback method
hathach
2022-05-19
rename tud_audio_sof_isr() to tud_audio_feedback_interval_isr()
hathach
2022-05-13
fix ci build
hathach
2022-05-13
changes proposal to audio feedback computation
hathach
2022-04-09
Introduce 3 fb calc options: NO_SOF_BY_USER, SOF_BY_AUDIO_D, SOF_BY_USER
Reinhard Panhuber
2022-03-20
Disable SOF ISR feedback calcuation by default s.t. examples still work
Reinhard Panhuber
2022-03-20
Streamline feedback calc, find fb interval from descriptors, inc. checks
Reinhard Panhuber
2022-03-19
Implement power of two, shift, and float calculation
Reinhard Panhuber
2022-03-16
Disable CFG_TUD_AUDIO_ENABLE_FEEDBACK_DETERMINATION_WITHIN_SOF_ISR
Reinhard Panhuber
2022-03-14
Add SOF callback function for feedback value determination in uac - wip!
Reinhard Panhuber
2022-01-07
Disable feedback format correction by default #1234
Valentin Milea
2021-12-06
Support disabling feedback format correction #1234
Valentin Milea
2021-05-27
include clean up
hathach
2021-04-28
temporarily fix include recusrive loop
hathach
2021-04-23
Fix include path in audio_device.h
Reinhard Panhuber
2021-04-23
Implement functions to allow for DMA usage in audio driver.
Reinhard Panhuber
2021-04-21
Remove unnecessary volatile and short audio function index to func_id
Reinhard Panhuber
2021-04-20
Clean up old depracted and misleading variable names
Reinhard Panhuber
2021-04-07
Optimize encode/decode - refactor unnecessary repetitive division
Reinhard Panhuber
2021-04-06
minor clean up
hathach
2021-04-03
Fix #define error in audio_device.h
Reinhard Panhuber
2021-04-03
Fix #define error in audio_device.h
Reinhard Panhuber
2021-04-03
Fix #define errors in audio_device.h
Reinhard Panhuber
2021-04-03
Generalize audio driver for 3 audio functions plus a lot more.
Reinhard Panhuber
2021-03-10
Implement audio PCM type I enc./decoding acc. to 2.3.1.5 Audio Streams
Reinhard Panhuber
2021-03-01
audio_decive clean up and bootstrapping of linear (formerly evade) buff.
Reinhard Panhuber
2021-02-18
Implement left and right justifications for 24 to 32 bit PCM encoding
Reinhard Panhuber
2021-02-12
Fix CFG_TUD_AUDIO_EP_IN/OUT_SW_BUFFER_SIZE to be defined anyway
Reinhard Panhuber
2021-02-12
Formating
Reinhard Panhuber
2021-02-12
Complete redesign of audio driver.
Reinhard Panhuber
2021-01-31
Rework audio driver
Reinhard Panhuber
2020-11-20
migrate audio device to new control xfer cb
hathach
2020-10-09
Revert dcd_alloc_mem_for_conf() but keep changes from @kasjer for ISO EP
Reinhard Panhuber
[next]