Searched refs:SNDRV_SEQ_PORT_SUBS_EXCLUSIVE (Results 1 – 2 of 2) sorted by relevance
542 #define SNDRV_SEQ_PORT_SUBS_EXCLUSIVE (1<<0) /* exclusive connection */ macro
2561 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()