Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/uapi/sound/
A Dasequencer.h408 #define SNDRV_SEQ_PORT_CAP_NO_EXPORT (1<<7) /* routing not allowed */ macro
/linux-6.3-rc2/sound/core/seq/
A Dseq_clientmgr.c1420 if (check_port_perm(sport, SNDRV_SEQ_PORT_CAP_NO_EXPORT)) in check_subscription_permission()
1422 if (check_port_perm(dport, SNDRV_SEQ_PORT_CAP_NO_EXPORT)) in check_subscription_permission()
2434 #define FLAG_PERM_EX(perm) ((perm) & SNDRV_SEQ_PORT_CAP_NO_EXPORT ? '-' : 'e')

Completed in 10 milliseconds