Searched defs:snd_seq_remove_events (Results 1 – 2 of 2) sorted by relevance
305 struct snd_seq_remove_events { struct306 unsigned int remove_mode;307 union snd_seq_timestamp time;309 unsigned char queue;310 struct snd_seq_addr dest;311 unsigned char channel;312 int type;314 char tag;315 int reserved[10];
388 struct snd_seq_remove_events { struct389 unsigned int remove_mode; /* Flags that determine what gets removed */391 union snd_seq_timestamp time;393 unsigned char queue; /* Queue for REMOVE_DEST */394 struct snd_seq_addr dest; /* Address for REMOVE_DEST */395 unsigned char channel; /* Channel for REMOVE_DEST */397 int type; /* For REMOVE_EVENT_TYPE */398 char tag; /* Tag for REMOVE_TAG */400 int reserved[10]; /* To allow for future binary compatibility */