]> git.alsa-project.org Git - alsa-gobject.git/commit
seq: queue-timer-alsa: add class for queue timer specialized to ALSA Timer
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Wed, 1 Jun 2022 02:35:44 +0000 (11:35 +0900)
committer坂本 貴史 <o-takashi@sakamocchi.jp>
Thu, 2 Jun 2022 09:33:12 +0000 (18:33 +0900)
commitc430e11d35664455a38961cbe2d98bab3f48db76
tree154e1b9dea4e83798f1bce38a1ac13436998def6
parent0bbccd614ac81d7785539fc4109f89bc4bc6274f
seq: queue-timer-alsa: add class for queue timer specialized to ALSA Timer

One of the backend timer for queue is an instance of timer in ALSA Timer.

This commit adds gobject class for the type of queue timer. It has two
properties; the identifier of timer and the count of ticks as resolution.

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
src/seq/alsaseq.h
src/seq/alsaseq.map
src/seq/meson.build
src/seq/privates.h
src/seq/queue-timer-alsa.c [new file with mode: 0644]
src/seq/queue-timer-alsa.h [new file with mode: 0644]
src/seq/queue-timer-common.c
tests/alsaseq-queue-timer-alsa [new file with mode: 0644]
tests/meson.build