commit | 782e50e0b38ff284dead13265f1c3e04004e507d | [log] [tgz] |
---|---|---|
author | Lars-Peter Clausen <lars@metafoo.de> | Mon Apr 27 12:20:29 2015 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Mon Apr 27 12:24:49 2015 +0200 |
tree | e82d532113e774c99db77753929360152aee9707 | |
parent | d16efa0626bfd11157d4a622a24aaae98435f26d [diff] |
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 <lars@metafoo.de> Signed-off-by: Takashi Iwai <tiwai@suse.de>