]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/usb/audio.h
Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6-omap-h63xx.git] / include / linux / usb / audio.h
index 6bd235994dc2f7d25d12f78da6dfc95feea95eeb..8cb025fef6346a63270cd55a8de69b3b93a49006 100644 (file)
 
 /* 4.3.2  Class-Specific AC Interface Descriptor */
 struct usb_ac_header_descriptor {
-       __u8  bLength;                  // 8+n
-       __u8  bDescriptorType;          // USB_DT_CS_INTERFACE
-       __u8  bDescriptorSubtype;       // USB_MS_HEADER
-       __le16 bcdADC;                  // 0x0100
-       __le16 wTotalLength;            // includes Unit and Terminal desc.
-       __u8  bInCollection;            // n
-       __u8  baInterfaceNr[];          // [n]
+       __u8  bLength;                  /* 8+n */
+       __u8  bDescriptorType;          /* USB_DT_CS_INTERFACE */
+       __u8  bDescriptorSubtype;       /* USB_MS_HEADER */
+       __le16 bcdADC;                  /* 0x0100 */
+       __le16 wTotalLength;            /* includes Unit and Terminal desc. */
+       __u8  bInCollection;            /* n */
+       __u8  baInterfaceNr[];          /* [n] */
 } __attribute__ ((packed));
 
 #define USB_DT_AC_HEADER_SIZE(n)       (8+(n))
@@ -50,4 +50,4 @@ struct usb_ac_header_descriptor_##n {                         \
        __u8  baInterfaceNr[n];                                 \
 } __attribute__ ((packed))
 
-#endif
+#endif /* __LINUX_USB_AUDIO_H */