Searched defs:uac_input_terminal_descriptor (Results 1 – 1 of 1) sorted by relevance
181 struct uac_input_terminal_descriptor { struct182 __u8 bLength; /* in bytes: 12 */183 __u8 bDescriptorType; /* CS_INTERFACE descriptor type */184 __u8 bDescriptorSubtype; /* INPUT_TERMINAL descriptor subtype */185 __u8 bTerminalID; /* Constant uniquely terminal ID */186 __le16 wTerminalType; /* USB Audio Terminal Types */187 __u8 bAssocTerminal; /* ID of the Output Terminal associated */188 __u8 bNrChannels; /* Number of logical output channels */189 __le16 wChannelConfig;190 __u8 iChannelNames;[all …]