Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
--- /dev/null
+#!/usr/bin/env python3
+
+from sys import exit
+from errno import ENXIO
+
+from helper import test_struct
+
+import gi
+gi.require_version('ALSASeq', '0.0')
+from gi.repository import ALSASeq
+
+target_type = ALSASeq.EventCntr
+methods = (
+ 'deserialize',
+)
+
+if not test_struct(target_type, methods):
+ exit(ENXIO)
'alsaseq-queue-tempo',
'alsaseq-queue-timer-alsa',
'alsaseq-addr',
+ 'alsaseq-event-cntr',
],
'hwdep': [
'alsahwdep-enums',