Home
last modified time | relevance | path

Searched defs:snd_seq_remove_events (Results 1 – 2 of 2) sorted by relevance

/third_party/alsa-lib/include/sound/uapi/
Dasequencer.h392 struct snd_seq_remove_events { struct
393 unsigned int remove_mode; /* Flags that determine what gets removed */
395 union snd_seq_timestamp time;
397 unsigned char queue; /* Queue for REMOVE_DEST */
398 struct snd_seq_addr dest; /* Address for REMOVE_DEST */
399 unsigned char channel; /* Channel for REMOVE_DEST */
401 int type; /* For REMOVE_EVENT_TYPE */
402 char tag; /* Tag for REMOVE_TAG */
404 int reserved[10]; /* To allow for future binary compatibility */
/third_party/alsa-lib/src/seq/
Dseq.c4599 int snd_seq_remove_events(snd_seq_t *seq, snd_seq_remove_events_t *rmp) in snd_seq_remove_events() function