Searched defs:uac2_ac_header_descriptor (Results 1 – 1 of 1) sorted by relevance
48 struct uac2_ac_header_descriptor { struct49 __u8 bLength; /* 9 */50 __u8 bDescriptorType; /* USB_DT_CS_INTERFACE */51 __u8 bDescriptorSubtype; /* UAC_MS_HEADER */52 __le16 bcdADC; /* 0x0200 */53 __u8 bCategory;54 __le16 wTotalLength; /* includes Unit and Terminal desc. */55 __u8 bmControls;
Completed in 9 milliseconds