]> git.baikalelectronics.ru Git - kernel.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)
committerTakashi Iwai <tiwai@suse.de>
Sun, 28 Feb 2016 16:48:11 +0000 (17:48 +0100)
commit474b0dec2c4668db7fd45e595189bed47f8c1592
tree66ff2b9ec5543c882b6a02e84fbbba0355f01c1f
parentd1d2843e8a0e406efb818b7579d51df4beb55d4e
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