summaryrefslogtreecommitdiff
path: root/sound/pci
diff options
context:
space:
mode:
authorWang, Xiaoming <xiaoming.wang@intel.com>2014-06-12 18:47:07 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-06-26 15:15:42 -0400
commit17f3cebf00d4134accd1842095c80a3a13a1d818 (patch)
treea87821982f7588d4d82478af54dc06e29a2e1a54 /sound/pci
parent5f32449c2863adf190b83402e9a4069cee054f9d (diff)
downloadlinux-stable-17f3cebf00d4134accd1842095c80a3a13a1d818.tar.gz
linux-stable-17f3cebf00d4134accd1842095c80a3a13a1d818.tar.bz2
linux-stable-17f3cebf00d4134accd1842095c80a3a13a1d818.zip
ALSA: compress: Cancel the optimization of compiler and fix the size of struct for all platform.
commit 2bd0ae464a6cf7363bbf72c8545e0aa43caa57f0 upstream. 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> Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'sound/pci')
0 files changed, 0 insertions, 0 deletions