ALSA: seq: add documentation for snd_seq_kernel_client_ctl
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Sat, 13 Aug 2016 01:13:33 +0000 (10:13 +0900)
committerTakashi Iwai <tiwai@suse.de>
Mon, 22 Aug 2016 09:11:02 +0000 (11:11 +0200)
commit77dfa8d3196a0cd219dfd6c65e4ff5a3e696fd8c
tree30f08a6733f4bd67ba80e05768eebb7972a09597
parent289ef679086cf0389173a3c08174df2cacc536f3
ALSA: seq: add documentation for snd_seq_kernel_client_ctl

This kernel API is used by kernel implementation. Currently, it's used for
kernel clients of ALSA sequencer, while it can be used for application
clients. The difference is just on address spaces of argument. In short,
this kernel API can be available for application client with data in kernel
space.

This commit adds a document about this.

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