At Tue, 11 May 2010 18:13:49 +0200, Daniel Mack wrote: > > This was missing on the definition of struct uac_iso_endpoint_descriptor > > Signed-off-by: Daniel Mack <daniel@xxxxxxxx> > Cc: Takashi Iwai <tiwai@xxxxxxx> > Cc: Clemens Ladisch <clemens@xxxxxxxxxx> Applied these fixes now. Thanks. Takashi > --- > include/linux/usb/audio.h | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/include/linux/usb/audio.h b/include/linux/usb/audio.h > index 57f2055..9fae6bd 100644 > --- a/include/linux/usb/audio.h > +++ b/include/linux/usb/audio.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 > -- > 1.7.1 > _______________________________________________ Alsa-devel mailing list Alsa-devel@xxxxxxxxxxxxxxxx http://mailman.alsa-project.org/mailman/listinfo/alsa-devel