Home
last modified time | relevance | path

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

/linux-3.4.99/include/sound/
Dasequencer.h602 #define SNDRV_SEQ_PORT_SUBS_EXCLUSIVE (1<<0) /* exclusive connection */ macro
/linux-3.4.99/sound/core/seq/
Dseq_ports.c513 exclusive = info->flags & SNDRV_SEQ_PORT_SUBS_EXCLUSIVE ? 1 : 0; in snd_seq_port_connect()