Searched refs:SNDRV_SEQ_PORT_CAP_NO_EXPORT (Results 1 – 4 of 4) sorted by relevance
424 #define SNDRV_SEQ_PORT_CAP_NO_EXPORT (1<<7) /* routing not allowed */ macro
1416 if (check_port_perm(sport, SNDRV_SEQ_PORT_CAP_NO_EXPORT)) in check_subscription_permission()1418 if (check_port_perm(dport, SNDRV_SEQ_PORT_CAP_NO_EXPORT)) in check_subscription_permission()2418 #define FLAG_PERM_EX(perm) ((perm) & SNDRV_SEQ_PORT_CAP_NO_EXPORT ? '-' : 'e')