From: Vinod Koul Date: Thu, 19 Jun 2014 09:11:00 +0000 (+0530) Subject: ALSA: compress: fix the struct alignment to 4 bytes X-Git-Tag: omap-for-v3.16/fixes-rc4~46^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2da38e0c9465b89518b29328daeb7da0ca1690b7;p=pandora-kernel.git ALSA: compress: fix the struct alignment to 4 bytes In 64bit systems the compiler can default align to 8bytes causing mis-match with 32bit usermode. Avoid this is future by ensuring all the structures shared with usermode are packed and aligned to 4 bytes irrespective of arch used [coding style fixes by tiwai] Signed-off-by: Vinod Koul Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed