Home
last modified time | relevance | path

Searched refs:SNDRV_SEQ_PORT_SUBS_EXCLUSIVE (Results 1 – 2 of 2) sorted by relevance

/third_party/alsa-lib/include/sound/uapi/
Dasequencer.h542 #define SNDRV_SEQ_PORT_SUBS_EXCLUSIVE (1<<0) /* exclusive connection */ macro
/third_party/alsa-lib/src/seq/
Dseq.c2561 return (info->flags & SNDRV_SEQ_PORT_SUBS_EXCLUSIVE) ? 1 : 0; in snd_seq_port_subscribe_get_exclusive()
2640 info->flags |= SNDRV_SEQ_PORT_SUBS_EXCLUSIVE; in snd_seq_port_subscribe_set_exclusive()
2642 info->flags &= ~SNDRV_SEQ_PORT_SUBS_EXCLUSIVE; in snd_seq_port_subscribe_set_exclusive()
2886 return (info->flags & SNDRV_SEQ_PORT_SUBS_EXCLUSIVE) ? 1 : 0; in snd_seq_query_subscribe_get_exclusive()