]> 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)
committer坂本 貴史 <o-takashi@sakamocchi.jp>
Thu, 2 Jun 2022 09:33:12 +0000 (18:33 +0900)
commit0bbccd614ac81d7785539fc4109f89bc4bc6274f
treebd045ae93ead500183b70f65719c5c3146196fbc
parentd32669cef3f4a3d09efb5761a72df677196e8bca
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]