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