summaryrefslogtreecommitdiff
path: root/src/class/audio
diff options
context:
space:
mode:
authorHiFiPhile <[email protected]>2025-10-24 11:14:07 +0200
committerHiFiPhile <[email protected]>2025-10-24 11:16:07 +0200
commit4dd9122417bfbad51d38e4e6079d1823fdd05f6c (patch)
tree93603dfdb74fbbccbe925b5ac4eaa05e855f7742 /src/class/audio
parent190237741879145088535f214e4a1a7f21eff6af (diff)
parentac37176cec68a26a308c67b238cbf8901b3f1f29 (diff)
Merge remote-tracking branch 'upstream/master' into uac1
Signed-off-by: HiFiPhile <[email protected]>
Diffstat (limited to 'src/class/audio')
-rw-r--r--src/class/audio/audio_device.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/class/audio/audio_device.h b/src/class/audio/audio_device.h
index eb916cd1c..4e23ece14 100644
--- a/src/class/audio/audio_device.h
+++ b/src/class/audio/audio_device.h
@@ -347,6 +347,7 @@ TU_ATTR_FAST_FUNC void tud_audio_feedback_interval_isr(uint8_t func_id, uint32_t
#endif // CFG_TUD_AUDIO_ENABLE_EP_OUT && CFG_TUD_AUDIO_ENABLE_FEEDBACK_EP
#if CFG_TUD_AUDIO_ENABLE_INTERRUPT_EP
+// Invoked when an interrupt notification transfer is complete
void tud_audio_int_done_cb(uint8_t rhport);
#endif