]> 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)
committerTakashi Sakamoto <o-takashi@sakamocchi.jp>
Mon, 27 Jun 2022 08:46:54 +0000 (17:46 +0900)
commit13f2539acd01e23e5fe91c5057d380cc5ad345c3
treeb764e21c6c8de89b3fa8740ed459d40e1f629457
parent9874834a914feac8a61f9f32a29f25f348d24e90
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