Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 2bd0ae46 authored by Wang, Xiaoming's avatar Wang, Xiaoming Committed by Takashi Iwai
Browse files

ALSA: compress: Cancel the optimization of compiler and fix the size of struct for all platform.



Cancel the optimization of compiler for struct snd_compr_avail
which size will be 0x1c in 32bit kernel while 0x20 in 64bit
kernel under the optimizer. That will make compaction between
32bit and 64bit. So add packed to fix the size of struct
snd_compr_avail to 0x1c for all platform.

Signed-off-by: default avatarZhang Dongxing <dongxing.zhang@intel.com>
Signed-off-by: default avatarxiaoming wang <xiaoming.wang@intel.com>
Acked-by: default avatarVinod Koul <vinod.koul@intel.com>
Cc: <stable@vger.kernel.org>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 6538de03
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment