diff options
| author | Reinhard Panhuber <[email protected]> | 2020-10-09 19:50:05 +0200 |
|---|---|---|
| committer | Reinhard Panhuber <[email protected]> | 2020-10-09 19:50:05 +0200 |
| commit | 032e84c9befa0797f6a6faf86fbfdff13ec77bbe (patch) | |
| tree | b7e6fabfae12676f047c0d876423378852db8405 /src/class/audio/audio_device.h | |
| parent | f700c08aeddd14ab5ae0a02a9eff330c5ae99dea (diff) | |
Revert dcd_alloc_mem_for_conf() but keep changes from @kasjer for ISO EP
Add tud_audio_set_itf_close_EP_cb()
Diffstat (limited to 'src/class/audio/audio_device.h')
| -rw-r--r-- | src/class/audio/audio_device.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/class/audio/audio_device.h b/src/class/audio/audio_device.h index d2f8155db..d86232720 100644 --- a/src/class/audio/audio_device.h +++ b/src/class/audio/audio_device.h @@ -272,6 +272,9 @@ TU_ATTR_WEAK bool tud_audio_int_ctr_done_cb(uint8_t rhport, uint16_t * n_bytes_c // Invoked when audio set interface request received TU_ATTR_WEAK bool tud_audio_set_itf_cb(uint8_t rhport, tusb_control_request_t const * p_request); +// Invoked when audio set interface request received which closes an EP +TU_ATTR_WEAK bool tud_audio_set_itf_close_EP_cb(uint8_t rhport, tusb_control_request_t const * p_request); + // Invoked when audio class specific set request received for an EP TU_ATTR_WEAK bool tud_audio_set_req_ep_cb(uint8_t rhport, tusb_control_request_t const * p_request, uint8_t *pBuff); |
