summaryrefslogtreecommitdiff
path: root/src/class/audio
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2026-07-17 16:40:34 +0700
committerGitHub <[email protected]>2026-07-17 16:40:34 +0700
commitaa410008e8e74b0727f8c30a1ec109ff2c37efc6 (patch)
tree613a6d86ae8afbec9d97f8ca3feac50c596b7782 /src/class/audio
parentac595bc5cf64949332347a2b9d901de507a744a6 (diff)
parent8a42508300e03e3ed3bf7dc3e31821adf079189e (diff)
Merge pull request #3758 from hathach/usbtest
usbtest: device-side peer for the Linux kernel usbtest battery + DCD fixes across 13 ports
Diffstat (limited to 'src/class/audio')
-rw-r--r--src/class/audio/audio_device.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/class/audio/audio_device.c b/src/class/audio/audio_device.c
index 12e82190e..94881521a 100644
--- a/src/class/audio/audio_device.c
+++ b/src/class/audio/audio_device.c
@@ -1161,9 +1161,6 @@ static bool audiod_set_interface(uint8_t rhport, tusb_control_request_t const *p
is_feedback_ep = (desc_ep->bmAttributes.usage == 1);
}
- //TODO: We need to set EP non busy since this is not taken care of right now in ep_close() - THIS IS A WORKAROUND!
- usbd_edpt_clear_stall(rhport, ep_addr);
-
#if CFG_TUD_AUDIO_ENABLE_EP_IN
// For data or data with implicit feedback IN EP
if (tu_edpt_dir(ep_addr) == TUSB_DIR_IN && is_data_ep)