diff options
| author | Reinhard Panhuber <[email protected]> | 2020-07-18 19:27:00 +0200 |
|---|---|---|
| committer | Reinhard Panhuber <[email protected]> | 2020-07-18 19:27:00 +0200 |
| commit | 47bcedc0b4744d3554f385906414005b511e9ae4 (patch) | |
| tree | 202bf9bcb1b12dab49765270c48d1508df5da5e7 /src/class | |
| parent | d0f3d039332cf22637d191cc62bed620c4f14dce (diff) | |
Add A.17.4 - Terminal Control Selectors
Diffstat (limited to 'src/class')
| -rw-r--r-- | src/class/audio/audio.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/class/audio/audio.h b/src/class/audio/audio.h index f1784a006..301a26b2e 100644 --- a/src/class/audio/audio.h +++ b/src/class/audio/audio.h @@ -162,6 +162,19 @@ typedef enum AUDIO_CLK_SRC_CTRL_CLK_VALID = 0x02, } audio_clock_src_control_selector_t; +/// A.17.4 - Terminal Control Selectors +typedef enum +{ + AUDIO_TERMINAL_CTRL_UNDEF = 0x00, + AUDIO_TERMINAL_CTRL_COPY_PROTECT = 0x01, + AUDIO_TERMINAL_CTRL_CONNECTOR = 0x02, + AUDIO_TERMINAL_CTRL_OVERLOAD = 0x03, + AUDIO_TERMINAL_CTRL_CLUSTER = 0x04, + AUDIO_TERMINAL_CTRL_UNDERFLOW = 0x05, + AUDIO_TERMINAL_CTRL_OVERFLOW = 0x06, + AUDIO_TERMINAL_CTRL_LATENCY = 0x07, +} audio_terminal_control_selector_t; + /// A.17.7 - Feature Unit Control Selectors typedef enum { |
