netfilter: xtables: add CT target
[safe/jmp/linux-2.6] / include / sound / rawmidi.h
index b550a41..2480e7d 100644 (file)
 #define SNDRV_RAWMIDI_LFLG_INPUT       (1<<1)
 #define SNDRV_RAWMIDI_LFLG_OPEN                (3<<0)
 #define SNDRV_RAWMIDI_LFLG_APPEND      (1<<2)
-#define        SNDRV_RAWMIDI_LFLG_NOOPENLOCK   (1<<3)
 
 struct snd_rawmidi;
 struct snd_rawmidi_substream;
 struct snd_seq_port_info;
+struct pid;
 
 struct snd_rawmidi_ops {
        int (*open) (struct snd_rawmidi_substream * substream);
@@ -98,6 +98,7 @@ struct snd_rawmidi_substream {
        struct snd_rawmidi_str *pstr;
        char name[32];
        struct snd_rawmidi_runtime *runtime;
+       struct pid *pid;
        /* hardware layer */
        struct snd_rawmidi_ops *ops;
 };