Searched defs:uac_input_terminal_descriptor (Results 1 – 5 of 5) sorted by relevance
117 struct uac_input_terminal_descriptor { struct118 __u8 bLength;119 __u8 bDescriptorType;120 __u8 bDescriptorSubtype;121 __u8 bTerminalID;122 __le16 wTerminalType;123 __u8 bAssocTerminal;124 __u8 bNrChannels;125 __le16 wChannelConfig;126 __u8 iChannelNames;[all …]
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 …]
112 struct uac_input_terminal_descriptor { struct113 __u8 bLength;114 __u8 bDescriptorType;115 __u8 bDescriptorSubtype;116 __u8 bTerminalID;117 __le16 wTerminalType;118 __u8 bAssocTerminal;119 __u8 bNrChannels;120 __le16 wChannelConfig;121 __u8 iChannelNames;[all …]