]> Git Repo - linux.git/commitdiff
include/linux/usb/audio.h: add __attribute__((packed))
authorDaniel Mack <[email protected]>
Tue, 11 May 2010 16:13:49 +0000 (18:13 +0200)
committerTakashi Iwai <[email protected]>
Tue, 11 May 2010 20:43:50 +0000 (22:43 +0200)
This was missing on the definition of struct uac_iso_endpoint_descriptor

Signed-off-by: Daniel Mack <[email protected]>
Cc: Clemens Ladisch <[email protected]>
Signed-off-by: Takashi Iwai <[email protected]>
include/linux/usb/audio.h

index 57f20551939d1759790cc49b4426c4035dcd5dbb..9fae6bdab3387151259f937cbf7c2649c23c64bb 100644 (file)
@@ -456,7 +456,7 @@ struct uac_iso_endpoint_descriptor {
        __u8  bmAttributes;
        __u8  bLockDelayUnits;
        __le16 wLockDelay;
-};
+} __attribute__((packed));
 #define UAC_ISO_ENDPOINT_DESC_SIZE     7
 
 #define UAC_EP_CS_ATTR_SAMPLE_RATE     0x01
This page took 0.058297 seconds and 4 git commands to generate.