diff options
| author | kkitayam <[email protected]> | 2021-07-25 14:01:35 +0900 |
|---|---|---|
| committer | kkitayam <[email protected]> | 2021-09-29 21:23:14 +0900 |
| commit | 033d6b28fff1644411ef430a968ca7f0d9aa3b05 (patch) | |
| tree | 84570a4364c872ef459324b9f7d6e01ba5b396b2 /src/class/audio | |
| parent | e8de4113223f2a435bde87c13a4d99c1d886619f (diff) | |
moved ISO attributes from audio to common
Diffstat (limited to 'src/class/audio')
| -rw-r--r-- | src/class/audio/audio.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/class/audio/audio.h b/src/class/audio/audio.h index f99061eae..6f9c1a6b5 100644 --- a/src/class/audio/audio.h +++ b/src/class/audio/audio.h @@ -494,18 +494,6 @@ typedef enum /// All remaining definitions are taken from the descriptor descriptions in the UAC2 main specification -/// Isochronous End Point Attributes -typedef enum -{ - TUSB_ISO_EP_ATT_NO_SYNC = 0x00, - TUSB_ISO_EP_ATT_ASYNCHRONOUS = 0x04, - TUSB_ISO_EP_ATT_ADAPTIVE = 0x08, - TUSB_ISO_EP_ATT_SYNCHRONOUS = 0x0C, - TUSB_ISO_EP_ATT_DATA = 0x00, ///< Data End Point - TUSB_ISO_EP_ATT_EXPLICIT_FB = 0x10, ///< Feedback End Point - TUSB_ISO_EP_ATT_IMPLICIT_FB = 0x20, ///< Data endpoint that also serves as an implicit feedback -} tusb_iso_ep_attribute_t; - /// Audio Class-Control Values UAC2 typedef enum { |
