]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: compress: Cancel the optimization of compiler and fix the size of struct for...
authorWang, Xiaoming <xiaoming.wang@intel.com>
Thu, 12 Jun 2014 22:47:07 +0000 (18:47 -0400)
committerTakashi Iwai <tiwai@suse.de>
Thu, 12 Jun 2014 09:55:41 +0000 (11:55 +0200)
commit382728bd8b4869a93eb676b40ca4f6c6c10578f2
tree435a7f632e9e414f672e8667c5f1c1188a5abec3
parent733a739c42bb9ebd5d9b42371e70b1e516e5ff9e
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: Zhang Dongxing <dongxing.zhang@intel.com>
Signed-off-by: xiaoming wang <xiaoming.wang@intel.com>
Acked-by: Vinod Koul <vinod.koul@intel.com>
Cc: <stable@vger.kernel.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
include/uapi/sound/compress_offload.h