• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/pcm/

Lines Matching refs:SNDERR

423         		        SNDERR("unable to find audio %s port %u plugin '%s'", io->pdesc & LADSPA_PORT_INPUT ? "input" : "output", idx, plugin->desc->Name);
431 SNDERR("unable to add channel %u for audio %s plugin '%s'", idx, io->pdesc & LADSPA_PORT_INPUT ? "input" : "output", plugin->desc->Name);
436 SNDERR("unable to add port %u for audio %s plugin '%s'", port, io->pdesc & LADSPA_PORT_INPUT ? "input" : "output", plugin->desc->Name);
472 SNDERR("unable to find audio %s port %u plugin '%s'", io->pdesc & LADSPA_PORT_INPUT ? "input" : "output", (unsigned int)0, 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);
483 SNDERR("unable to add port %u for audio %s plugin '%s'", port, io->pdesc & LADSPA_PORT_INPUT ? "input" : "output", plugin->desc->Name);
599 SNDERR("%s port for plugin %s depth %u is not connected", io->pdesc & LADSPA_PORT_INPUT ? "input" : "output", plugin->desc->Name, depth);
605 SNDERR("%i connection errors total", err);
649 SNDERR("Unable to create instance of LADSPA plugin '%s'", plugin->desc->Name);
659 SNDERR("Unable to connect duplicate port of plugin '%s' channel %u depth %u", plugin->desc->Name, idx, instance->depth);
665 SNDERR("Unable to connect plugin '%s' depth %u", plugin->desc->Name, depth);
1262 SNDERR("controls definition must be a compound");
1281 SNDERR("Unable to find an control port (%s)", id);
1285 SNDERR("Control port %s has not an float or integer value", id);
1290 SNDERR("internal error");
1310 SNDERR("bindings definition must be a compound");
1321 SNDERR("Invalid channel number: %s", id);
1325 SNDERR("Wrong channel specification for duplicate policy");
1353 SNDERR("Unable to find an audio port (%li) for channel %s", port, id);
1360 SNDERR("Invalid LADSPA port field type for %s", id);
1365 SNDERR("Unable to find an audio port (%s) for channel %s", sport, id);
1385 SNDERR("error adding default controls");
1394 SNDERR("input or output definition must be a compound");
1477 SNDERR("policy field must be a string");
1485 SNDERR("unknown policy definition");
1492 SNDERR("no plugin label or id");
1505 SNDERR("Unable to load plugin '%s' ID %li, filename '%s'", label, ladspa_id, filename);
1512 SNDERR("Unable to find or load plugin '%s' ID %li, path '%s'", label, ladspa_id, path);
1542 SNDERR("plugins must be defined inside a compound");
1555 SNDERR("id of field %s is not an integer", id);
1568 SNDERR("empty plugin list is not accepted");
1782 SNDERR("Unknown field %s", id);
1786 SNDERR("slave is not defined");
1791 SNDERR("'plugins' definition cannot be combined with 'playback_plugins' or 'capture_plugins'");