OSDN Git Service

ALSA: timer: Fix broken compat timer user status ioctl
authorTakashi Iwai <tiwai@suse.de>
Sun, 28 Feb 2016 10:36:14 +0000 (11:36 +0100)
committerTakashi Iwai <tiwai@suse.de>
Sun, 28 Feb 2016 16:48:11 +0000 (17:48 +0100)
commit3a72494ac2a3bd229db941d51e7efe2f6ccd947b
tree66ff2b9ec5543c882b6a02e84fbbba0355f01c1f
parent2251fbbc1539f05b0b206b37a602d5776be37252
ALSA: timer: Fix broken compat timer user status ioctl

The timer user status compat ioctl returned the bogus struct used for
64bit architectures instead of the 32bit one.  This patch addresses
it to return the proper struct.

Cc: <stable@vger.kernel.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/core/timer_compat.c