aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2010-05-11 22:51:05 +0200
committerTakashi Iwai <tiwai@suse.de>2010-05-11 22:51:05 +0200
commit06e360803322c09d3a3ba4fb1762e43b9666a7f6 (patch)
tree9c488f2308c173d90f9bed42cafa83e708ffe265
parent1d5f6b6c053f1349063a4639e4e4df5a8cfe8cf0 (diff)
downloadalsa-driver-build-unstable-06e360803322c09d3a3ba4fb1762e43b9666a7f6.tar.gz
Add missing packed attribute to usb_audio_compat.h
Signed-off-by: Takashi Iwai <tiwai@suse.de>
-rw-r--r--include/usb_audio_compat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/usb_audio_compat.h b/include/usb_audio_compat.h
index 57f205519..9fae6bdab 100644
--- a/include/usb_audio_compat.h
+++ b/include/usb_audio_compat.h
@@ -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