]> git.alsa-project.org Git - alsa-gobject.git/commit
seq: queue-timer-common: add common interface for queue 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)
commit4a7adcd66f8de306d2338c7da882a65c8981de0a
tree9cd9acc027ca378ffcbf3e6568c13140ee2b22df
parent2cda0ee6b150fc61ed8ad0a7ac002348cdb79b2c
seq: queue-timer-common: add common interface for queue timer

In UAPI of ALSA Sequencer, queue timer is expressed by union to support
several types of backend timer.

This commit adds common interface for the timer. It should implements
two properties; the identifier of queue and the type of timer.

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-common.c [new file with mode: 0644]
src/seq/queue-timer-common.h [new file with mode: 0644]