Lines Matching defs:error
192 #define error(...) do {\
198 #define error(args...) do {\
279 error(_("no soundcards found..."));
288 error("control open (%i): %s", card, snd_strerror(err));
292 error("control hardware info (%i): %s", card, snd_strerror(err));
300 error("snd_ctl_pcm_next_device");
308 error("control digital audio info (%i): %s", card, snd_strerror(err));
322 error("control digital audio playback info (%i): %s", card, snd_strerror(err));
332 error("snd_card_next");
443 * make sure we write all bytes or return an error
562 error(_("command should be named either arecord or aplay"));
607 error(_("unrecognized file format %s"), optarg);
614 error(_("invalid channels argument '%s'"), optarg);
618 error(_("value %i for channels is invalid"), rhwparams.channels);
638 error(_("wrong extended format '%s'"), optarg);
650 error(_("wrong extended subformat '%s'"), optarg);
657 error(_("invalid rate argument '%s'"), optarg);
664 error(_("bad speed value %i"), tmp);
670 error(_("duration and samples arguments cannot be used together"));
675 error(_("invalid duration argument '%s'"), optarg);
682 error(_("samples and duration arguments cannot be used together"));
687 error(_("invalid samples argument '%s'"), optarg);
699 error(_("invalid period time argument '%s'"), optarg);
706 error(_("invalid buffer time argument '%s'"), optarg);
713 error(_("invalid period size argument '%s'"), optarg);
720 error(_("invalid buffer size argument '%s'"), optarg);
727 error(_("invalid min available space argument '%s'"), optarg);
734 error(_("invalid start delay argument '%s'"), optarg);
741 error(_("invalid stop delay argument '%s'"), optarg);
796 error(_("invalid test coef argument '%s'"), optarg);
808 error(_("invalid max file time argument '%s'"), optarg);
850 error(_("audio open error: %s"), snd_strerror(err));
855 error(_("info error: %s"), snd_strerror(err));
862 error(_("nonblock setting error: %s"), snd_strerror(err));
880 error(_("not enough memory"));
904 error(_("Cannot create process ID file %s: %s"),
994 error(_("read error (called from line %i)"), line);
1004 error(_("not enough memory")); \
1062 error(_("unknown length of 'fmt ' chunk (read %u, should be %u at least)"),
1073 error(_("unknown length of extensible 'fmt ' chunk (read %u, should be %u at least)"),
1078 error(_("wrong format tag in extensible 'fmt ' chunk"));
1086 error(_("can't play WAVE-file format 0x%04x which is not PCM or FLOAT encoded"), format);
1091 error(_("can't play WAVE-files with %d tracks"), channels);
1096 error(_("valid bps greater than bps: %d > %d"), vbps, TO_CPU_SHORT(f->bit_p_spl, big_endian));
1142 error(_(" can't play WAVE-files with sample %d bits in %d bytes wide (%d channels)"),
1175 error(_(" can't play WAVE-files with sample %d bits wide"),
1258 error(_("read error"));
1288 error(_("Channel numbers don't match between hw_params and channel map"));
1310 error(_("not enough memory"));
1331 error(_("Channel %d doesn't match with hw_params"), ch);
1358 error(_("Broken configuration for this PCM: no configurations available"));
1382 error(_("Access type not available"));
1387 error(_("Sample format non available"));
1393 error(_("Sample subformat not available"));
1398 error(_("Channels count non available"));
1456 error(_("Unable to install hw params:"));
1463 error(_("Can't use period equal to buffer size (%lu == %lu)"),
1469 error(_("Unable to get current sw params."));
1509 error(_("unable to install sw params:"));
1526 error(_("not enough memory"));
1544 error(_("snd_pcm_mmap_begin problem: %s"), snd_strerror(err));
1618 error(_("pause push error: %s"), snd_strerror(err));
1629 error(_("pause release error: %s"), snd_strerror(err));
1679 /* I/O error handler */
1687 error(_("status error: %s"), snd_strerror(res));
1717 error(_("fatal %s: %s"),
1723 error(_("xrun: prepare error: %s"), snd_strerror(res));
1736 error(_("xrun(DRAINING): prepare error: %s"), snd_strerror(res));
1746 error(_("read/write error, state = %s"), snd_pcm_state_name(snd_pcm_status_get_state(status)));
1765 error(_("suspend: prepare error: %s"), snd_strerror(res));
2106 error(_("not enough memory"));
2136 error(_("not enough memory"));
2178 error(_("write error: %s"), snd_strerror(r));
2226 error(_("writev error: %s"), snd_strerror(r));
2272 error(_("read error: %s"), snd_strerror(r));
2319 error(_("readv error: %s"), snd_strerror(r));
2368 error(_("can't allocate buffer for silence"));
2369 return; /* not fatal error */
2377 error(_("write error"));
2390 fprintf(stderr, _("voc_pcm_flush - silence error"));
2393 error(_("voc_pcm_flush error"));
2418 error(_("malloc error"));
2427 error(_("read error"));
2434 error(_("read error"));
2491 error(_("can't play packed .voc files"));
2546 error(_("can't play loops; %s isn't seekable\n"), name);
2586 error(_("can't play packed .voc files"));
2595 error(_("unknown blocktype %d. terminate."), bp->type);
2606 error(_("write error"));
2611 error(_("write error"));
2663 error(_("write error"));
2672 error(_("write error"));
2679 error(_("write error"));
2689 error(_("write error"));
2695 error(_("write error"));
2731 error(_("Wave doesn't support %s format..."), snd_pcm_format_name(hwparams.format));
2767 error(_("write error"));
2791 error(_("Sparc Audio doesn't support %s format..."), snd_pcm_format_name(hwparams.format));
2797 error(_("write error"));
2811 error(_("write error"));
2964 error(_("read error"));
3483 error(_("You need to specify %u files"), channels);
3536 error(_("You need to specify %d files"), channels);