Searched refs:LADSPA_PORT_OUTPUT (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/pcm/
H A Dladspa.h157 /* Property LADSPA_PORT_OUTPUT indicates that the port is an output. */
158 #define LADSPA_PORT_OUTPUT 0x2 macro
169 #define LADSPA_IS_PORT_OUTPUT(x) ((x) & LADSPA_PORT_OUTPUT)
H A Dpcm_ladspa.c631 out_ports = snd_pcm_ladspa_count_ports(plugin, LADSPA_PORT_OUTPUT | LADSPA_PORT_AUDIO);
1413 if (controls && !(io->pdesc & LADSPA_PORT_OUTPUT)) {
1500 lplug->output.pdesc = LADSPA_PORT_OUTPUT;

Completed in 31 milliseconds