Searched refs:snd_strerror (Results 1 - 25 of 28) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/test/
H A Dpcm_min.c23 printf("Playback open error: %s\n", snd_strerror(err));
33 printf("Playback open error: %s\n", snd_strerror(err));
42 printf("snd_pcm_writei failed: %s\n", snd_strerror(err));
H A Dnamehint.c14 errx(1, "snd_device_name_hint error: %s", snd_strerror(err));
H A Dcontrol.c21 printf("Card next error: %s\n", snd_strerror(err));
28 printf("Open error: %s\n", snd_strerror(err));
32 printf("HW info error: %s\n", snd_strerror(err));
47 printf(" PCM next device error: %s\n", snd_strerror(err));
56 printf(" PCM info error: %s\n", snd_strerror(err));
77 printf(" RAWMIDI next device error: %s\n", snd_strerror(err));
86 printf(" RAWMIDI info error: %s\n", snd_strerror(err));
H A Dpcm.c106 printf("Broken configuration for playback: no configurations available: %s\n", snd_strerror(err));
112 printf("Resampling setup failed for playback: %s\n", snd_strerror(err));
118 printf("Access type not available for playback: %s\n", snd_strerror(err));
124 printf("Sample format not available for playback: %s\n", snd_strerror(err));
130 printf("Channels count (%i) not available for playbacks: %s\n", channels, snd_strerror(err));
137 printf("Rate %iHz not available for playback: %s\n", rate, snd_strerror(err));
147 printf("Unable to set buffer time %i for playback: %s\n", buffer_time, snd_strerror(err));
152 printf("Unable to get buffer size for playback: %s\n", snd_strerror(err));
159 printf("Unable to set period time %i for playback: %s\n", period_time, snd_strerror(err));
164 printf("Unable to get period size for playback: %s\n", snd_strerror(er
[all...]
H A Dseq-sender.c81 fprintf(stderr, "Playback info error: %s\n", snd_strerror(err));
90 fprintf(stderr, "Sequencer PCM timer setup failed: %s\n", snd_strerror(err));
96 fprintf(stderr, "Timer event output error: %s\n", snd_strerror(err));
105 fprintf(stderr, "Unable to set client info: %s\n", snd_strerror(err));
124 fprintf(stderr, "Event output error: %s\n", snd_strerror(err));
130 fprintf(stderr, "Event output error: %s\n", snd_strerror(err));
138 fprintf(stderr, "Event output error: %s\n", snd_strerror(err));
140 fprintf(stderr, "Event drain error: %s\n", snd_strerror(err));
160 fprintf(stderr, "Cannot determine client number: %s\n", snd_strerror(client));
165 fprintf(stderr, "Cannot allocate queue: %s\n", snd_strerror(queu
[all...]
H A Dlatency.c66 printf("Broken configuration for %s PCM: no configurations available: %s\n", snd_strerror(err), id);
71 printf("Resample setup failed for %s (val %i): %s\n", id, resample, snd_strerror(err));
76 printf("Access type not available for %s: %s\n", id, snd_strerror(err));
81 printf("Sample format not available for %s: %s\n", id, snd_strerror(err));
86 printf("Channels count (%i) not available for %s: %s\n", channels, id, snd_strerror(err));
92 printf("Rate %iHz not available for %s: %s\n", rate, id, snd_strerror(err));
115 printf("Unable to set buffer size %li for %s: %s\n", bufsize * 2, id, snd_strerror(err));
124 printf("Unable to set period size %li for %s: %s\n", periodsize, id, snd_strerror(err));
140 printf("Unable to set hw params for %s: %s\n", id, snd_strerror(err));
145 printf("Unable to determine current swparams for %s: %s\n", id, snd_strerror(er
[all...]
H A Dtimer.c14 fprintf(stderr, "timer status %i (%s)\n", err, snd_strerror(err));
38 fprintf(stderr, "snd_timer_poll_descriptors error: %s\n", snd_strerror(err));
118 fprintf(stderr, "snd_timer_query_open error: %s\n", snd_strerror(err));
124 fprintf(stderr, "timer next device error: %s\n", snd_strerror(err));
141 fprintf(stderr, "timer open %i (%s)\n", err, snd_strerror(err));
146 fprintf(stderr, "timer info %i (%s)\n", err, snd_strerror(err));
165 fprintf(stderr, "timer params %i (%s)\n", err, snd_strerror(err));
172 fprintf(stderr, "unable to add async handler %i (%s)\n", err, snd_strerror(err));
177 fprintf(stderr, "timer start %i (%s)\n", err, snd_strerror(err));
H A Dseq-decoder.c255 fprintf(stderr, "Timer event output error: %s\n", snd_strerror(err));
271 fprintf(stderr, "Cannot determine client number: %s\n", snd_strerror(client));
276 fprintf(stderr, "Cannot allocate queue: %s\n", snd_strerror(queue));
281 fprintf(stderr, "Cannot set nonblock mode: %s\n", snd_strerror(err));
287 fprintf(stderr, "Cannot create input port: %s\n", snd_strerror(err));
304 fprintf(stderr, "Cannot subscribe announce port: %s\n", snd_strerror(err));
312 fprintf(stderr, "Cannot subscribe timer port: %s\n", snd_strerror(err));
333 fprintf(stderr, "Cannot subscribe port %i from client %i: %s\n", v2, v1, snd_strerror(err));
H A Dseq.c32 fprintf(stderr, "Set client info error: %s\n", snd_strerror(err));
44 fprintf(stderr, "System info error: %s\n", snd_strerror(err));
72 fprintf(stderr, "Client %i info error: %s\n", idx, snd_strerror(err));
96 fprintf(stderr, "Port %i/%i info error: %s\n", client, idx, snd_strerror(err));
124 fprintf(stderr, "Client %i info error: %s\n", idx, snd_strerror(err));
203 fprintf(stderr, "Open error: %s\n", snd_strerror(err));
H A Dplaymidi1.c113 printf("written = %i (%s)\n", rc, snd_strerror(rc));
123 printf("poll error = %i (%s)\n", rc, snd_strerror(errno));
381 printf("poll error = %i (%s)\n", errno, snd_strerror(errno));
388 printf("alsa_sync error!:%s\n", snd_strerror(left));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A Dlaudio_alsa.c94 DPRINTF(E_WARN, L_LAUDIO, "Couldn't recover from underrun: %s\n", snd_strerror(ret));
117 DPRINTF(E_WARN, L_LAUDIO, "Couldn't recover from suspend: %s\n", snd_strerror(ret));
138 DPRINTF(E_LOG, L_LAUDIO, "Could not allocate sw params: %s\n", snd_strerror(ret));
146 DPRINTF(E_LOG, L_LAUDIO, "Could not retrieve current sw params: %s\n", snd_strerror(ret));
154 DPRINTF(E_LOG, L_LAUDIO, "Could not set start threshold: %s\n", snd_strerror(ret));
162 DPRINTF(E_LOG, L_LAUDIO, "Could not set sw params: %s\n", snd_strerror(ret));
250 DPRINTF(E_LOG, L_LAUDIO, "PCM write error: %s\n", snd_strerror(ret));
262 DPRINTF(E_LOG, L_LAUDIO, "PCM write error: %s\n", snd_strerror(nsamp));
301 DPRINTF(E_WARN, L_LAUDIO, "Could not obtain PCM delay: %s\n", snd_strerror(ret));
350 DPRINTF(E_LOG, L_LAUDIO, "Could not prepare PCM device: %s\n", snd_strerror(re
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/test/lsb/
H A Dtest.h21 __FILE__, __LINE__, snd_strerror(err), #fn); \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/
H A Derror.c12 * snd_strerror routine needs to be recoded for the locale support
51 const char *snd_strerror(int errnum) function
81 fprintf(stderr, ": %s", snd_strerror(err));
135 fprintf(stderr, ": %s", snd_strerror(err));
H A Dconfmisc.c680 SNDERR("snd_ctl_card_info error: %s", snd_strerror(err));
881 SNDERR("snd_ctl_card_info error: %s", snd_strerror(err));
933 SNDERR("snd_ctl_card_info error: %s", snd_strerror(err));
1020 SNDERR("snd_ctl_pcm_info error: %s", snd_strerror(err));
1192 SNDERR("snd_ctl_pcm_info error: %s", snd_strerror(err));
1269 SNDERR("Unable to open file %s: %s", file, snd_strerror(err));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/include/
H A Derror.h45 const char *snd_strerror(int errnum);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavdevice/
H A Dalsa-audio-common.c198 audio_device, snd_strerror(res));
205 snd_strerror(res));
212 snd_strerror(res));
219 snd_strerror(res));
226 *codec_id, format, snd_strerror(res));
233 snd_strerror(res));
240 channels, snd_strerror(res));
250 snd_strerror(res));
260 snd_strerror(res));
268 snd_strerror(re
[all...]
H A Dalsa-audio-dec.c116 snd_strerror(res));
H A Dalsa-audio-enc.c107 snd_strerror(res));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavdevice/
H A Dalsa-audio-common.c217 audio_device, snd_strerror(res));
224 snd_strerror(res));
231 snd_strerror(res));
238 snd_strerror(res));
245 *codec_id, format, snd_strerror(res));
252 snd_strerror(res));
259 channels, snd_strerror(res));
269 snd_strerror(res));
279 snd_strerror(res));
287 snd_strerror(re
[all...]
H A Dalsa-audio-dec.c86 snd_strerror(ret));
97 snd_strerror(ret));
135 snd_strerror(res));
H A Dalsa-audio-enc.c95 snd_strerror(res));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/alsalisp/
H A Dalsalisp.c45 fprintf(stderr, "unable to open filename '%s' (%s)\n", file, snd_strerror(err));
50 fprintf(stderr, "unable to attach stdin '%s' (%s)\n", file, snd_strerror(err));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/modules/mixer/simple/
H A Dpython.c519 PyErr_Format(PyExc_RuntimeError, "Cannot attach hcontrol element to mixer element: %s", snd_strerror(err));
539 PyErr_Format(PyExc_RuntimeError, "Cannot detach hcontrol element to mixer element: %s", snd_strerror(err));
666 PyErr_Format(PyExc_RuntimeError, "Cannot attach hctl: %s", snd_strerror(err));
691 PyErr_Format(PyExc_RuntimeError, "Cannot register mixer: %s", snd_strerror(err));
748 PyErr_Format(PyExc_RuntimeError, "Cannot add mixer element: %s", snd_strerror(err));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/pcm/
H A Dpcm.c7342 SNDERR("cannot recovery from %s, prepare failed: %s", s, snd_strerror(err));
7354 SNDERR("cannot recovery from suspend, prepare failed: %s", snd_strerror(err));
7402 SNDERR("Resampling setup failed for %s: %s", s, snd_strerror(err));
7408 SNDERR("Access type not available for %s: %s", s, snd_strerror(err));
7414 SNDERR("Sample format not available for %s: %s", s, snd_strerror(err));
7420 SNDERR("Channels count (%i) not available for %s: %s", channels, s, snd_strerror(err));
7427 SNDERR("Rate %iHz not available for playback: %s", rate, snd_strerror(err));
7442 SNDERR("Unable to set period time %i for %s: %s", period_time, s, snd_strerror(err));
7447 SNDERR("Unable to get period size for %s: %s", s, snd_strerror(err));
7453 SNDERR("Unable to set buffer size %lu %s: %s", buffer_size, s, snd_strerror(er
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/mixer/
H A Dsimple_abst.c322 SNDERR("unable to open control device '%s': %s", priv->device, snd_strerror(err));

Completed in 234 milliseconds

12