Home
last modified time | relevance | path

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

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/sound/
Dasequencer.h258 struct snd_seq_remove_events { struct
259 unsigned int remove_mode;
260 union snd_seq_timestamp time;
261 unsigned char queue;
262 struct snd_seq_addr dest;
263 unsigned char channel;
264 int type;
265 char tag;
266 int reserved[10];
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/sound/
Dasequencer.h251 struct snd_seq_remove_events { struct
252 unsigned int remove_mode;
253 union snd_seq_timestamp time;
254 unsigned char queue;
255 struct snd_seq_addr dest;
256 unsigned char channel;
257 int type;
258 char tag;
259 int reserved[10];
/kernel/linux/linux-5.10/include/uapi/sound/
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 */