Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dladspa.c180 } 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()
H A Dladspa.h170 #define LADSPA_IS_PORT_CONTROL(x) ((x) & LADSPA_PORT_CONTROL) macro