Home
last modified time | relevance | path

Searched defs:snd_seq_query_subs (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/include/uapi/sound/
Dasequencer.h560 struct snd_seq_query_subs { struct
561 struct snd_seq_addr root; /* client/port id to be searched */
562 int type; /* READ or WRITE */
563 int index; /* 0..N-1 */
564 int num_subs; /* R/O: number of subscriptions on this port */
565 struct snd_seq_addr addr; /* R/O: result */
566 unsigned char queue; /* R/O: result */
567 unsigned int flags; /* R/O: result */
568 char reserved[64]; /* for future use */
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/sound/
Dasequencer.h376 struct snd_seq_query_subs { struct
377 struct snd_seq_addr root;
378 int type;
379 int index;
380 int num_subs;
381 struct snd_seq_addr addr;
382 unsigned char queue;
383 unsigned int flags;
384 char reserved[64];
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/sound/
Dasequencer.h364 struct snd_seq_query_subs { struct
365 struct snd_seq_addr root;
366 int type;
367 int index;
368 int num_subs;
369 struct snd_seq_addr addr;
370 unsigned char queue;
371 unsigned int flags;
372 char reserved[64];
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/sound/
Dasequencer.h364 struct snd_seq_query_subs { struct
365 struct snd_seq_addr root;
366 int type;
367 int index;
368 int num_subs;
369 struct snd_seq_addr addr;
370 unsigned char queue;
371 unsigned int flags;
372 char reserved[64];
/kernel/linux/linux-6.6/include/uapi/sound/
Dasequencer.h581 struct snd_seq_query_subs { struct
582 struct snd_seq_addr root; /* client/port id to be searched */
583 int type; /* READ or WRITE */
584 int index; /* 0..N-1 */
585 int num_subs; /* R/O: number of subscriptions on this port */
586 struct snd_seq_addr addr; /* R/O: result */
587 unsigned char queue; /* R/O: result */
588 unsigned int flags; /* R/O: result */
589 char reserved[64]; /* for future use */