diff options
| author | HiFiPhile <[email protected]> | 2025-06-14 19:39:02 +0200 |
|---|---|---|
| committer | HiFiPhile <[email protected]> | 2025-06-14 22:46:51 +0200 |
| commit | eed294fbb58257f56b0fb59284624e50f43fa8a4 (patch) | |
| tree | 0ad0296d56757cb8215359b349e7ccb4b313d938 /src/device/usbd.c | |
| parent | 76a6834659e50f50bfff39febb62ec67be25d581 (diff) | |
audio: move ISO transfers into xfer_isr
Signed-off-by: HiFiPhile <[email protected]>
Diffstat (limited to 'src/device/usbd.c')
| -rw-r--r-- | src/device/usbd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device/usbd.c b/src/device/usbd.c index ae18792c5..63519dcfd 100644 --- a/src/device/usbd.c +++ b/src/device/usbd.c @@ -205,7 +205,7 @@ tu_static usbd_class_driver_t const _usbd_driver[] = { .open = audiod_open, .control_xfer_cb = audiod_control_xfer_cb, .xfer_cb = audiod_xfer_cb, - .xfer_isr = NULL, + .xfer_isr = audiod_xfer_isr, .sof = audiod_sof_isr }, #endif |
