Lines Matching defs:channel
94 unsigned int *port_bindings; /* index = channel number, value = LADSPA port */
431 SNDERR("unable to add channel %u for audio %s plugin '%s'", idx, io->pdesc & LADSPA_PORT_INPUT ? "input" : "output", plugin->desc->Name);
478 SNDERR("unable to add channel %u for audio %s plugin '%s'", idx, io->pdesc & LADSPA_PORT_INPUT ? "input" : "output", plugin->desc->Name);
651 SNDERR("Unable to connect duplicate port of plugin '%s' channel %u depth %u", plugin->desc->Name, idx, instance->depth);
1313 long channel;
1316 err = safe_strtol(id, &channel);
1317 if (err < 0 || channel < 0) {
1318 SNDERR("Invalid channel number: %s", id);
1321 if (lplug->policy == SND_PCM_LADSPA_POLICY_DUPLICATE && channel > 0) {
1322 SNDERR("Wrong channel specification for duplicate policy");
1325 if (count < (unsigned int)(channel + 1))
1326 count = (unsigned int)(channel + 1);
1338 long channel, port;
1341 err = safe_strtol(id, &channel);
1342 if (err < 0 || channel < 0) {
1348 err = snd_pcm_ladspa_find_port(&array[channel], lplug, io->pdesc | LADSPA_PORT_AUDIO, port);
1350 SNDERR("Unable to find an audio port (%li) for channel %s", port, id);
1360 err = snd_pcm_ladspa_find_sport(&array[channel], lplug, io->pdesc | LADSPA_PORT_AUDIO, sport);
1362 SNDERR("Unable to find an audio port (%s) for channel %s", sport, id);
1576 * \param channels Force input channel count to LADSPA plugin chain, 0 = no force (auto)
1661 channel zero. This definition is automatically duplicated for all channels.
1667 in the ALSA plugin chain. If ALSA channel does not exist for given LADSPA
1670 If specific ALSA channel does not exist, the LADSPA output port is
1697 C INT or STR # C - channel, INT - audio port index, STR - audio port name