diff options
| author | HiFiPhile <[email protected]> | 2024-05-11 12:44:16 +0200 |
|---|---|---|
| committer | HiFiPhile <[email protected]> | 2024-05-11 12:44:16 +0200 |
| commit | 33882b3e89ead1d8b27e858ac8a932b4cbb9b165 (patch) | |
| tree | 6b4bac21569d9c01cb027ca7cc30068fbf1dd0aa /src/class/audio | |
| parent | 9ce44db56f145d2efeec6b67d0786230c1a735c4 (diff) | |
| parent | d707ea56b47e2fbbe5eaa4854a427a3a7873dea3 (diff) | |
Merge remote-tracking branch 'remotes/tinyusb/master' into rx_fb
Diffstat (limited to 'src/class/audio')
| -rw-r--r-- | src/class/audio/audio_device.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/class/audio/audio_device.c b/src/class/audio/audio_device.c index 5ee0a4007..719e71e12 100644 --- a/src/class/audio/audio_device.c +++ b/src/class/audio/audio_device.c @@ -2093,7 +2093,7 @@ static bool audiod_set_interface(uint8_t rhport, tusb_control_request_t const * break; } } - if (disable) usbd_sof_enable(rhport, false); + if (disable) usbd_sof_enable(rhport, SOF_CONSUMER_AUDIO, false); #endif #if CFG_TUD_AUDIO_ENABLE_EP_IN && CFG_TUD_AUDIO_EP_IN_FLOW_CONTROL |
