From ea2e15278276ce547ea88e7b6a827c81cca6e9da Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Wed, 18 Jan 2017 19:14:55 +0100 Subject: sys: improve /dev/snd/seq and /dev/snd/timer descriptions --- sys/sndseq_amd64.const | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'sys/sndseq_amd64.const') 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 -- cgit mrf-deployment