Lines Matching defs:bindings
53 SND_PCM_LADSPA_POLICY_NONE, /* use bindings only */
54 SND_PCM_LADSPA_POLICY_DUPLICATE /* duplicate bindings for all channels */
980 snd_output_printf(out, " Audio %s port bindings:\n", io->pdesc == LADSPA_PORT_INPUT ? "input" : "output");
1299 snd_config_t *bindings)
1306 if (snd_config_get_type(bindings) != SND_CONFIG_TYPE_COMPOUND) {
1307 SNDERR("bindings definition must be a compound");
1310 snd_config_for_each(i, next, bindings) {
1335 snd_config_for_each(i, next, bindings) {
1376 snd_config_t *bindings = NULL, *controls = NULL;
1399 if (strcmp(id, "bindings") == 0) {
1400 bindings = n;
1416 if (bindings) {
1417 err = snd_pcm_ladspa_parse_bindings(lplug, io, bindings);
1696 bindings {