]> 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)
committerTakashi Sakamoto <o-takashi@sakamocchi.jp>
Wed, 1 Jun 2022 02:35:44 +0000 (11:35 +0900)
commitee20989ea6343758a20aaff5efe46090db75f6a4
tree6e45716af51a077dd9aeb7e666a552fcb598fed5
parent4a7adcd66f8de306d2338c7da882a65c8981de0a
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