commit | 2251fbbc1539f05b0b206b37a602d5776be37252 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Sun Feb 28 11:28:08 2016 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Sun Feb 28 17:44:51 2016 +0100 |
tree | 3f560c5255fcb821d17860640d98c28d32252faa | |
parent | dd7e3f805231cf83317c39bd346d5e4839f5cbb0 [diff] |
ALSA: rawmidi: Fix ioctls X32 ABI Like the previous fixes for ctl and PCM, we need a fix for incompatible X32 ABI regarding the rawmidi: namely, struct snd_rawmidi_status has the timespec, and the size and the alignment on X32 differ from IA32. This patch fixes the incompatible ioctl for X32. Cc: <stable@vger.kernel.org> # v3.4+ Signed-off-by: Takashi Iwai <tiwai@suse.de>