commit | d16efa0626bfd11157d4a622a24aaae98435f26d | [log] [tgz] |
---|---|---|
author | Lars-Peter Clausen <lars@metafoo.de> | Mon Apr 27 12:20:28 2015 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Mon Apr 27 12:24:34 2015 +0200 |
tree | c9ebc113930247353fa6a5352f4f5390d6553143 | |
parent | a0dca822e923e605dbdc2f6ed4fcd96b74df9258 [diff] |
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>