commit | 513ace79b657e2022a592e77f24074e088681ecc | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Sun Feb 28 11:23:09 2016 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Sun Feb 28 17:44:35 2016 +0100 |
tree | 88e700a897d8c83465c6d2d4ce8975af15993cfe | |
parent | 6236d8bb2afcfe71b88ecea554e0dc638090a45f [diff] |
ALSA: pcm: Fix ioctls for X32 ABI X32 ABI uses the 64bit timespec in addition to 64bit alignment of 64bit values. This leads to incompatibilities in some PCM ioctls involved with snd_pcm_channel_info, snd_pcm_status and snd_pcm_sync_ptr structs. Fix the PCM compat ABI for these ioctls like the previous commit for ctl API. Reported-by: Steven Newbury <steve@snewbury.org.uk> Cc: <stable@vger.kernel.org> # v3.4+ Signed-off-by: Takashi Iwai <tiwai@suse.de>