Searched refs:LADSPA_IS_PORT_CONTROL (Results 1 – 2 of 2) sorted by relevance
180 } else if (LADSPA_IS_PORT_CONTROL(port) && LADSPA_IS_PORT_AUDIO(port)) { in sox_ladspa_getopts()193 LADSPA_IS_PORT_CONTROL(port) && in sox_ladspa_getopts()306 if (LADSPA_IS_PORT_CONTROL(port)) { in sox_ladspa_start()
170 #define LADSPA_IS_PORT_CONTROL(x) ((x) & LADSPA_PORT_CONTROL) macro