Home
last modified time | relevance | path

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

/linux/include/uapi/sound/
H A Dasequencer.h563 #define SNDRV_SEQ_PORT_SUBS_EXCLUSIVE (1<<0) /* exclusive connection */ macro
/linux/sound/core/seq/
H A Dseq_ports.c589 exclusive = !!(info->flags & SNDRV_SEQ_PORT_SUBS_EXCLUSIVE); in snd_seq_port_connect()