aboutsummaryrefslogtreecommitdiffstats
path: root/sys/sndseq_amd64.const
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2017-01-18 19:14:55 +0100
committerDmitry Vyukov <dvyukov@google.com>2017-01-18 19:58:12 +0100
commitea2e15278276ce547ea88e7b6a827c81cca6e9da (patch)
tree0f82a49e1b80a1f77cee9b67618cb27e0e1de027 /sys/sndseq_amd64.const
parentfdfe23f9f6de20aa0aa7de6c791e11687b2b2601 (diff)
sys: improve /dev/snd/seq and /dev/snd/timer descriptions
Diffstat (limited to 'sys/sndseq_amd64.const')
-rw-r--r--sys/sndseq_amd64.const13
1 files changed, 13 insertions, 0 deletions
diff --git a/sys/sndseq_amd64.const b/sys/sndseq_amd64.const
index 844ee6a72..d2f86a0b7 100644
--- a/sys/sndseq_amd64.const
+++ b/sys/sndseq_amd64.const
@@ -80,6 +80,19 @@ SNDRV_SEQ_REMOVE_TIME_TICK = 64
SNDRV_SEQ_TIMER_ALSA = 0
SNDRV_SEQ_TIMER_MIDI_CLOCK = 1
SNDRV_SEQ_TIMER_MIDI_TICK = 2
+SNDRV_TIMER_CLASS_CARD = 2
+SNDRV_TIMER_CLASS_GLOBAL = 1
+SNDRV_TIMER_CLASS_NONE = 18446744073709551615
+SNDRV_TIMER_CLASS_PCM = 3
+SNDRV_TIMER_CLASS_SLAVE = 0
+SNDRV_TIMER_GLOBAL_HPET = 2
+SNDRV_TIMER_GLOBAL_HRTIMER = 3
+SNDRV_TIMER_GLOBAL_RTC = 1
+SNDRV_TIMER_GLOBAL_SYSTEM = 0
+SNDRV_TIMER_SCLASS_APPLICATION = 1
+SNDRV_TIMER_SCLASS_NONE = 0
+SNDRV_TIMER_SCLASS_OSS_SEQUENCER = 3
+SNDRV_TIMER_SCLASS_SEQUENCER = 2
USER_CLIENT = 1
__NR_ioctl = 16
__NR_write = 1