# HG changeset patch # User rathann # Date 1229178471 0 # Node ID 6698620c1477fb16bd4e5d2617041024512db50e # Parent cd0187d307b4b7f6d3dfdb468d201efceffa61f2 Because of ARM memory alignment issues the struct app_info has to be packed. Patch by Erik Hovland /erik ^ hovland * org \ diff -r cd0187d307b4 -r 6698620c1477 ifo_types.h --- a/ifo_types.h Sun Oct 26 22:16:30 2008 +0000 +++ b/ifo_types.h Sat Dec 13 14:27:51 2008 +0000 @@ -122,7 +122,7 @@ unsigned char dolby_encoded : 1; /* suitable for surround decoding */ unsigned char unknown6 : 3; } surround; - } app_info; + } ATTRIBUTE_PACKED app_info; } ATTRIBUTE_PACKED audio_attr_t;