ALSA: seq: change ioctl command operation to get data in kernel space
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Sat, 13 Aug 2016 01:13:35 +0000 (10:13 +0900)
committerTakashi Iwai <tiwai@suse.de>
Mon, 22 Aug 2016 09:11:04 +0000 (11:11 +0200)
commit04a56dd8ed0de401ccc10e7825d5785844c307fa
tree29a1af746b1ed100fecff34b12dd7fec355eb20b
parent8ce8eb601c71d4eec4c83ac2398a2cb847f4ef4d
ALSA: seq: change ioctl command operation to get data in kernel space

In previous commit, a new table for functions with data in kernel space
is added to replace current table.

This commit changes existent functions to fit the table. These functions
are added to the new table and removed from the old table.

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/core/seq/seq_clientmgr.c