Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/sound/
Dasequencer.h542 #define SNDRV_SEQ_PORT_SUBS_EXCLUSIVE (1<<0) /* exclusive connection */ macro
/Linux-v4.19/sound/core/seq/
Dseq_ports.c580 exclusive = !!(info->flags & SNDRV_SEQ_PORT_SUBS_EXCLUSIVE); in snd_seq_port_connect()