Searched refs:SNDERR (Results 1 - 25 of 62) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/include/
H A Derror.h64 #define SNDERR(...) snd_lib_error(__FILE__, __LINE__, __FUNCTION__, 0, __VA_ARGS__) /**< Shows a sound error message. */ macro
67 #define SNDERR(args...) snd_lib_error(__FILE__, __LINE__, __FUNCTION__, 0, ##args) /**< Shows a sound error message. */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/modules/mixer/simple/
H A Dsbasedl.c68 SNDERR("Unable to open library '%s'", xlib);
73 SNDERR("Symbol 'alsa_mixer_sbasic_initpriv' was not found in '%s'", xlib);
78 SNDERR("Symbol 'alsa_mixer_sbasic_event' was not found in '%s'", xlib);
83 SNDERR("Symbol 'alsa_mixer_sbasic_selreg' was not found in '%s'", xlib);
88 SNDERR("Symbol 'alsa_mixer_sbasic_sidreg' was not found in '%s'", xlib);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/
H A Dconfmisc.c129 SNDERR("Invalid value for %s", id);
136 SNDERR("Invalid type for %s", id);
186 SNDERR("Invalid value for %s", id);
193 SNDERR("Invalid type for %s", id);
236 SNDERR("field vars not found");
241 SNDERR("error evaluating vars");
246 SNDERR("field default not found");
251 SNDERR("error evaluating default");
256 SNDERR("error getting field default");
268 SNDERR("fiel
[all...]
H A Dconf.c635 SNDERR("Cannot access file %s", str);
980 SNDERR("%s is not a real", *id);
996 SNDERR("%s is not an integer", *id);
1017 SNDERR("%s is not a string", *id);
1062 SNDERR("%s is not a compound", id);
1168 SNDERR("%s is not a compound", id);
1179 SNDERR("%s does not exists", id);
1206 SNDERR("%s does not exists", id);
1220 SNDERR("%s is not a compound", id);
1390 SNDERR("canno
[all...]
H A Ddlmisc.c124 SNDERR("unable to verify version for symbol %s", name);
235 SNDERR("Cannot open shared library %s",
245 SNDERR("symbol %s is not defined inside %s",
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/pcm/
H A Dpcm_asym.c101 SNDERR("Unknown field %s", id);
105 SNDERR("%s slave is not defined",
H A Dpcm_empty.c93 SNDERR("Unknown field %s", id);
97 SNDERR("slave is not defined");
H A Dpcm_direct.c635 SNDERR("dshare interval %i empty?", (int)var);
677 SNDERR("dshare access mask empty?");
685 SNDERR("dshare format mask empty?");
695 SNDERR("dshare channels mask empty?");
865 SNDERR("unable to find a valid configuration for slave");
870 SNDERR("snd_pcm_hw_params_any failed");
877 SNDERR("slave plugin does not support mmap interleaved or mmap noninterleaved access");
910 SNDERR("requested or auto-format is not available");
917 SNDERR("requested count of channels is not available");
922 SNDERR("requeste
[all...]
H A Dpcm_misc.c735 SNDERR("Invalid field %s", id);
740 SNDERR("Cannot get index for %s", str);
751 SNDERR("field %s is not a string", id);
755 SNDERR("Invalid value for '%s'", id);
763 SNDERR("field %s is not a string", id);
770 SNDERR("field %s is not an integer", id);
777 SNDERR("field %s is not an integer", id);
784 SNDERR("field %s is not an integer", id);
792 SNDERR("field %s is not an integer", id);
796 SNDERR("Invali
[all...]
H A Dpcm_hooks.c349 SNDERR("Invalid hook definition");
367 SNDERR("Unknown field %s", id);
371 SNDERR("type is not defined");
376 SNDERR("unable to get id");
381 SNDERR("Invalid type for %s", id);
387 SNDERR("Invalid type for PCM type %s definition", str);
401 SNDERR("Invalid type for %s", id);
409 SNDERR("Invalid type for %s", id);
414 SNDERR("Unknown field %s", id);
427 SNDERR("Canno
[all...]
H A Dpcm_shm.c74 SNDERR("Server has not done the cmd");
128 SNDERR("Server has not done the cmd");
163 SNDERR("Server has not done the cmd");
716 SNDERR("server for socket %s is not running", sockname);
736 SNDERR("write size error");
747 SNDERR("read size error");
861 SNDERR("Invalid type for %s", id);
869 SNDERR("Invalid type for %s", id);
874 SNDERR("Unknown field %s", id);
878 SNDERR("pc
[all...]
H A Dpcm_ladspa.c423 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("Unabl
[all...]
H A Dpcm_softvol.c582 SNDERR("softvol supports only S16_LE, S16_BE, S24_3LE, S32_LE "
716 SNDERR("No card defined for softvol control");
723 SNDERR("Cannot open CTL %s", tmp_name);
742 SNDERR("Cannot get info for CTL %s", tmp_name);
747 SNDERR("Cannot add a control");
761 SNDERR("Control %s mismatch", tmp_name);
766 SNDERR("Cannot add a control");
788 SNDERR("cannot allocate dB table");
801 SNDERR("Cannot handle the given dB range and resolution");
1013 SNDERR("Invali
[all...]
H A Dpcm_dsnoop.c552 SNDERR("The dsnoop plugin supports only capture stream");
579 SNDERR("unable to create IPC semaphore");
595 SNDERR("unable to create IPC shm instance");
613 SNDERR("unable to open slave");
618 SNDERR("dsnoop plugin can be only connected to hw plugin");
624 SNDERR("unable to initialize slave");
633 SNDERR("unable to create server");
645 SNDERR("unable to connect client");
661 SNDERR("unable to open slave");
665 SNDERR("dsnoo
[all...]
H A Dpcm_iec958.c584 SNDERR("Invalid type for %s", id);
592 SNDERR("Invalid type for %s", id);
598 SNDERR("Unknown field %s", id);
609 SNDERR("invalid IEC958 status bits");
614 SNDERR("invalid IEC958 status bits");
640 SNDERR("invalid IEC958 preamble type %s", id);
645 SNDERR("invalid IEC958 preamble value");
652 SNDERR("slave is not defined");
663 SNDERR("invalid slave format");
H A Dpcm_dshare.c639 SNDERR("The dshare plugin supports only playback stream");
654 SNDERR("dshare: specify bindings!!!");
672 SNDERR("unable to create IPC semaphore");
688 SNDERR("unable to create IPC shm instance");
706 SNDERR("unable to open slave");
711 SNDERR("dshare plugin can be only connected to hw plugin");
717 SNDERR("unable to initialize slave");
726 SNDERR("unable to create server");
738 SNDERR("unable to connect client");
754 SNDERR("unabl
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/control/
H A Dsetup.c96 SNDERR("Cannot lock ctl elem");
102 SNDERR("Cannot read ctl elem");
169 SNDERR("Cannot write ctl elem");
191 SNDERR("Cannot unlock ctl elem");
208 SNDERR("Cannot restore ctl elem");
238 SNDERR("Cannot obtain info for CTL elem");
297 SNDERR("Unknown control type: %d", type);
315 SNDERR("bad value content\n");
344 SNDERR("bad value type");
355 SNDERR("ba
[all...]
H A Dcontrol_shm.c63 SNDERR("Server has not done the cmd");
82 SNDERR("Server has not done the cmd");
484 SNDERR("server for socket %s is not running", sockname);
499 SNDERR("write error");
504 SNDERR("write size error");
510 SNDERR("read error");
515 SNDERR("read size error");
586 SNDERR("Invalid type for %s", id);
594 SNDERR("Invalid type for %s", id);
599 SNDERR("Unknow
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/timer/
H A Dtimer_query.c55 SNDERR("Invalid type for TIMER %s definition", name);
57 SNDERR("Invalid type for TIMER definition");
62 SNDERR("type is not defined");
67 SNDERR("unable to get id");
72 SNDERR("Invalid type for %s", id);
78 SNDERR("Invalid type for TIMER type %s definition", str);
92 SNDERR("Invalid type for %s", id);
100 SNDERR("Invalid type for %s", id);
105 SNDERR("Unknown field %s", id);
122 SNDERR("Canno
[all...]
H A Dtimer.c97 SNDERR("Invalid type for TIMER %s definition", name);
99 SNDERR("Invalid type for TIMER definition");
104 SNDERR("type is not defined");
109 SNDERR("unable to get id");
114 SNDERR("Invalid type for %s", id);
120 SNDERR("Invalid type for TIMER type %s definition", str);
133 SNDERR("Invalid type for %s", id);
141 SNDERR("Invalid type for %s", id);
146 SNDERR("Unknown field %s", id);
163 SNDERR("Canno
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/mixer/
H A Dsimple_abst.c84 SNDERR("Unable to open library '%s'", xlib);
91 SNDERR("Symbol 'alsa_mixer_simple_event' was not found in '%s'", xlib);
97 SNDERR("Symbol 'alsa_mixer_simple_init' was not found in '%s'", xlib);
131 SNDERR("Unable to open library '%s'", xlib);
138 SNDERR("Symbol 'alsa_mixer_simple_event' was not found in '%s'", xlib);
144 SNDERR("Symbol 'alsa_mixer_simple_finit' was not found in '%s'", xlib);
306 SNDERR("unable to open simple mixer configuration file '%s'", file);
312 SNDERR("%s may be old or corrupted: consider to remove or fix it", file);
322 SNDERR("unable to open control device '%s': %s", priv->device, snd_strerror(err));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/hwdep/
H A Dhwdep.c57 SNDERR("Invalid type for HWDEP %s definition", name);
59 SNDERR("Invalid type for HWDEP definition");
64 SNDERR("type is not defined");
69 SNDERR("unable to get id");
74 SNDERR("Invalid type for %s", id);
80 SNDERR("Invalid type for HWDEP type %s definition", str);
94 SNDERR("Invalid type for %s", id);
102 SNDERR("Invalid type for %s", id);
107 SNDERR("Unknown field %s", id);
124 SNDERR("Canno
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/rawmidi/
H A Drawmidi.c180 SNDERR("Invalid type for RAWMIDI %s definition", name);
182 SNDERR("Invalid type for RAWMIDI definition");
187 SNDERR("type is not defined");
192 SNDERR("unable to get id");
197 SNDERR("Invalid type for %s", id);
203 SNDERR("Invalid type for RAWMIDI type %s definition", str);
217 SNDERR("Invalid type for %s", id);
225 SNDERR("Invalid type for %s", id);
230 SNDERR("Unknown field %s", id);
247 SNDERR("Canno
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/ucm/
H A Ducm_local.h204 #define uc_error SNDERR
207 #define uc_dbg SNDERR
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/pcm/scopes/
H A Dlevel.c239 SNDERR("Invalid type for %s", id);
247 SNDERR("Invalid type for %s", id);
255 SNDERR("Invalid type for %s", id);
260 SNDERR("Unknown field %s", id);

Completed in 245 milliseconds

123