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)
committerSasha Levin <sasha.levin@oracle.com>
Fri, 11 Mar 2016 14:45:23 +0000 (09:45 -0500)
commit803c982725b28e0a50f11ddbb14fe2dbcc23eef2
treec0677751851793743545305889c9e5e7208333f3
parent58dff559bf681260612aef1e5943325be2117604
ALSA: timer: Fix broken compat timer user status ioctl

[ Upstream commit 3a72494ac2a3bd229db941d51e7efe2f6ccd947b ]

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>
Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
sound/core/timer_compat.c