Go to the documentation of this file. 1 #ifndef __SOUND_RAWMIDI_H
2 #define __SOUND_RAWMIDI_H
28 #include <linux/wait.h>
32 #if defined(CONFIG_SND_SEQUENCER) || defined(CONFIG_SND_SEQUENCER_MODULE)
40 #define SNDRV_RAWMIDI_DEVICES 8
42 #define SNDRV_RAWMIDI_LFLG_OUTPUT (1<<0)
43 #define SNDRV_RAWMIDI_LFLG_INPUT (1<<1)
44 #define SNDRV_RAWMIDI_LFLG_OPEN (3<<0)
45 #define SNDRV_RAWMIDI_LFLG_APPEND (1<<2)
128 #ifdef CONFIG_SND_OSSEMUL
145 #if defined(CONFIG_SND_SEQUENCER) || defined(CONFIG_SND_SEQUENCER_MODULE)
187 const unsigned char *
buf,
long count);