diff options
author | Takashi Iwai <tiwai@suse.de> | 2016-02-28 11:41:47 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-03-09 15:34:54 -0800 |
commit | 7c0fe28f45a58434011e8fe04fa09f595ed3a97f (patch) | |
tree | 78c1773a6e81511f612cc5605611f02406895f28 /virt | |
parent | 8a1faa9cd284d1d4f218099d8e478e05e5da142f (diff) |
ALSA: timer: Fix ioctls for X32 ABI
commit b24e7ad1fdc22177eb3e51584e1cfcb45d818488 upstream.
X32 ABI takes the 64bit timespec, thus the timer user status ioctl becomes
incompatible with IA32. This results in NOTTY error when the ioctl is
issued.
Meanwhile, this struct in X32 is essentially identical with the one in
X86-64, so we can just bypassing to the existing code for this
specific compat ioctl.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'virt')
0 files changed, 0 insertions, 0 deletions