Home
last modified time | relevance | path

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

/linux/include/uapi/sound/
H A Dasequencer.h444 #define SNDRV_SEQ_PORT_CAP_NO_EXPORT (1<<7) /* routing not allowed */
434 #define SNDRV_SEQ_PORT_CAP_NO_EXPORT global() macro
/linux/sound/core/seq/
H A Dseq_clientmgr.c1468 if (check_port_perm(sport, SNDRV_SEQ_PORT_CAP_NO_EXPORT)) in check_subscription_permission()
1470 if (check_port_perm(dport, SNDRV_SEQ_PORT_CAP_NO_EXPORT)) in check_subscription_permission()
2653 #define FLAG_PERM_EX(perm) ((perm) & SNDRV_SEQ_PORT_CAP_NO_EXPORT ? '-' : 'e')