]> git.alsa-project.org Git - alsa-gobject.git/commit
user-client/client-pool: update function comments about event scheduling
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Mon, 27 Jun 2022 08:46:54 +0000 (17:46 +0900)
committer坂本 貴史 <o-takashi@sakamocchi.jp>
Mon, 27 Jun 2022 23:22:04 +0000 (08:22 +0900)
commitc45084e774652244a5273bb409e70cb11ec11a04
treeb764e21c6c8de89b3fa8740ed459d40e1f629457
parent860f302e4297ba01e85d121e76bc68e4dac9bdfe
user-client/client-pool: update function comments about event scheduling

When scheduling events, the user client should take care of free cells in
own output memory pool. The number of free cells is available via property
of ClientPool class. The number of cells consumed by event is available
via method of Event boxed structure.

This commit adds comments about it.

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
src/seq/client-pool.c
src/seq/user-client.c