Home
last modified time | relevance | path

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

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