From: Lars-Peter Clausen Date: Mon, 27 Apr 2015 10:20:29 +0000 (+0200) Subject: ALSA: Close holes in struct snd_pcm_constraint_list X-Git-Tag: omap-for-v4.2/fixes-rc1^2~113^2~111^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=782e50e0b38ff284dead13265f1c3e04004e507d;p=pandora-kernel.git ALSA: Close holes in struct snd_pcm_constraint_list On a 64-bit system there is a 32-bit hole in struct snd_pcm_constraint_list and then 32-bit padding at the end. Reordering things slightly gets rid of the hole and padding, reducing the size of the struct by 50% from its original size. Signed-off-by: Lars-Peter Clausen Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed