]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit77ed9da1cf9f099909bb83aec324ee8a75ca4dde
tree29a1af746b1ed100fecff34b12dd7fec355eb20b
parente2824ebcdc6710e0e5d908ce55fc813c0a5d9260
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