Searched refs:SND_SEQ_PORT_CAP_NO_EXPORT (Results 1 – 2 of 2) sorted by relevance
91 if (snd_seq_port_info_get_capability(pinfo) & SND_SEQ_PORT_CAP_NO_EXPORT) in check_permission()227 (snd_seq_port_info_get_capability(port) & SND_SEQ_PORT_CAP_NO_EXPORT)) { in remove_connection()
224 #define SND_SEQ_PORT_CAP_NO_EXPORT (1<<7) /**< routing not allowed */ macro