Home
last modified time | relevance | path

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

/third_party/alsa-utils/seq/aconnect/
Daconnect.c91 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()
/third_party/alsa-lib/include/
Dseq.h224 #define SND_SEQ_PORT_CAP_NO_EXPORT (1<<7) /**< routing not allowed */ macro