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/
H A Dasequencer.h579 #define SNDRV_SEQ_PORT_SUBS_EXCLUSIVE (1<<0) /* exclusive connection */ macro
/third_party/alsa-lib/src/seq/
H A Dseq.c2803 return (info->flags & SNDRV_SEQ_PORT_SUBS_EXCLUSIVE) ? 1 : 0; in snd_seq_port_subscribe_get_exclusive()
2882 info->flags |= SNDRV_SEQ_PORT_SUBS_EXCLUSIVE; in snd_seq_port_subscribe_set_exclusive()
2884 info->flags &= ~SNDRV_SEQ_PORT_SUBS_EXCLUSIVE; in snd_seq_port_subscribe_set_exclusive()
3128 return (info->flags & SNDRV_SEQ_PORT_SUBS_EXCLUSIVE) ? 1 : 0; in snd_seq_query_subscribe_get_exclusive()

Completed in 8 milliseconds