]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
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>
Wed, 9 Mar 2016 18:15:15 +0000 (13:15 -0500)
commit6dcecec27d0ec5869503ff31b0316c3956a3aa89
treefa6ca78009c51f6aaa48fbc89df94726bd2a69a1
parente59edea51ad3491f1c110acc1a3f2b0b6ee31f62
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