]> git.alsa-project.org Git - alsa-gobject.git/commitdiff
timer: move ALSATimer.TickEvent files for future rename
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Wed, 22 Jun 2022 03:05:26 +0000 (12:05 +0900)
committerTakashi Sakamoto <o-takashi@sakamocchi.jp>
Wed, 22 Jun 2022 03:05:26 +0000 (12:05 +0900)
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
src/timer/alsatimer.h
src/timer/meson.build
src/timer/tick-time-event.c [moved from src/timer/tick-event.c with 100% similarity]
src/timer/tick-time-event.h [moved from src/timer/tick-event.h with 100% similarity]
tests/alsatimer-tick-time-event [moved from tests/alsatimer-tick-event with 100% similarity]
tests/meson.build

index 68adfcc809cbd8aaff092f3a5e9c895fb5eb9f42..a32f867abad67ed4a5ffbe1cb58b9f009df1d610 100644 (file)
@@ -10,7 +10,7 @@
 #include <alsatimer-enum-types.h>
 #include <alsatimer-enums.h>
 
-#include <tick-event.h>
+#include <tick-time-event.h>
 #include <tstamp-event.h>
 
 #include <device-id.h>
index 4cb6c0cfb83dfc16958a1324bb2aad9770c22d5e..06e2ab1187f98a6952d9954cc3b6f254472f8cda 100644 (file)
@@ -18,7 +18,7 @@ sources = files(
   'instance-info.c',
   'instance-params.c',
   'instance-status.c',
-  'tick-event.c',
+  'tick-time-event.c',
   'tstamp-event.c',
 )
 
@@ -32,7 +32,7 @@ headers = files(
   'instance-info.h',
   'instance-params.h',
   'instance-status.h',
-  'tick-event.h',
+  'tick-time-event.h',
   'tstamp-event.h',
 )
 
index 394906597ed39803b44300245ed47044fdd3be77..72e3578353ad3ebde9e01dadf4a5e3eda4187f8e 100644 (file)
@@ -28,7 +28,7 @@ tests = {
     'alsatimer-instance-params',
     'alsatimer-instance-status',
     'alsatimer-device-id',
-    'alsatimer-tick-event',
+    'alsatimer-tick-time-event',
     'alsatimer-tstamp-event',
     'alsatimer-functions',
   ],