Go to the documentation of this file. 1 #ifndef __SOUND_SEQ_KERNEL_H
2 #define __SOUND_SEQ_KERNEL_H
24 #include <linux/time.h>
31 #define SNDRV_SEQ_MAX_DEQUEUE 50
34 #define SNDRV_SEQ_MAX_QUEUES 8
37 #define SNDRV_SEQ_MAX_CLIENTS 192
40 #define SNDRV_SEQ_MAX_PORTS 254
43 #define SNDRV_SEQ_MAX_EVENTS 2000
46 #define SNDRV_SEQ_DEFAULT_CHUNK_EVENTS 64
49 #define SNDRV_SEQ_DEFAULT_EVENTS 500
52 #define SNDRV_SEQ_MAX_CLIENT_EVENTS 2000
55 #define SNDRV_SEQ_DEFAULT_CLIENT_EVENTS 200
58 #define SNDRV_SEQ_MAX_HOPS 10
61 #define SNDRV_SEQ_MAX_EVENT_LEN 0x3fffffff
86 #define SNDRV_SEQ_EXT_MASK 0xc0000000
87 #define SNDRV_SEQ_EXT_USRPTR 0x80000000
88 #define SNDRV_SEQ_EXT_CHAINED 0x40000000
92 int in_kernel,
int size_aligned);
105 int cap,
int type,
int midi_channels,
int midi_voices,
char *portname);
108 #ifdef CONFIG_MODULES
112 #define snd_seq_autoload_lock()
113 #define snd_seq_autoload_unlock()