Re: [PATCH] sound: core: Fix structure definition for X32 ABI

2017-09-22 Thread Takashi Iwai
On Thu, 21 Sep 2017 08:03:29 +0200, Baolin Wang wrote: > > X32 ABI uses the 64bit timespec in addition to 64bit alignment of 64bit > values. We have added compat ABI for these ioctls, but this patch adds > one missing padding into 'struct snd_pcm_mmap_status_x32' to fix > incompatibilities. > > S

[PATCH] sound: core: Fix structure definition for X32 ABI

2017-09-20 Thread Baolin Wang
X32 ABI uses the 64bit timespec in addition to 64bit alignment of 64bit values. We have added compat ABI for these ioctls, but this patch adds one missing padding into 'struct snd_pcm_mmap_status_x32' to fix incompatibilities. Signed-off-by: Baolin Wang --- sound/core/pcm_compat.c |1 + 1 fi