]> git.alsa-project.org Git - alsa-gobject.git/commit
timer: enum: rename EventType from EventDataType
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Sun, 5 Jun 2022 03:39:24 +0000 (12:39 +0900)
committer坂本 貴史 <o-takashi@sakamocchi.jp>
Mon, 6 Jun 2022 02:14:34 +0000 (11:14 +0900)
commit75f2e971421d0ec58b39ff42b050e5ba7182f2f2
treebae61afa60bf5151d8845a45b2cd22de3635eaa6
parent1197dce0d0e2eac8c089381390b8264f8faac828
timer: enum: rename EventType from EventDataType

ALSATimer.EventDataType is used to distinguish the type of event from
either tick or timestamp.

This commit renames the enumerations with explicit name.

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
samples/timer
src/timer/alsatimer-enum-types.h
src/timer/alsatimer.map
src/timer/instance-params.c
src/timer/user-instance.c
src/timer/user-instance.h
tests/alsatimer-enums
tests/alsatimer-user-instance