ALSA: Close holes in struct snd_pcm_hw_rule
authorLars-Peter Clausen <lars@metafoo.de>
Mon, 27 Apr 2015 10:20:28 +0000 (12:20 +0200)
committerTakashi Iwai <tiwai@suse.de>
Mon, 27 Apr 2015 10:24:34 +0000 (12:24 +0200)
commitd16efa0626bfd11157d4a622a24aaae98435f26d
treec9ebc113930247353fa6a5352f4f5390d6553143
parenta0dca822e923e605dbdc2f6ed4fcd96b74df9258
ALSA: Close holes in struct snd_pcm_hw_rule

On a 64-bit system there are two 32-bit holes due to the alignment of 64-bit
fields. Reordering things slightly gets rid of those holes, reducing the
size of the struct by 17% percent of its original size.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
include/sound/pcm.h