Home | History | Annotate | Download | only in audio

Lines Matching full:failed

189         alsa_logerr (err, "Failed to close PCM handle %p\n", *handlep);
315 alsa_logerr (err, "Failed to get current software parameters\n");
322 alsa_logerr (err, "Failed to set software threshold to %ld\n",
330 alsa_logerr (err, "Failed to set software parameters\n");
361 alsa_logerr2 (err, typ, "Failed to open `%s':\n", pcm_name);
367 alsa_logerr2 (err, typ, "Failed to initialize hardware parameters\n");
377 alsa_logerr2 (err, typ, "Failed to set access type\n");
383 alsa_logerr2 (err, typ, "Failed to set format %d\n", req->fmt);
389 alsa_logerr2 (err, typ, "Failed to set frequency %d\n", req->freq);
399 alsa_logerr2 (err, typ, "Failed to set number of channels %d\n",
437 alsa_logerr2 (err, typ, "Failed to set buffer %s to %d\n",
476 alsa_logerr2 (err, typ, "Failed to set period %s to %d\n",
488 alsa_logerr2 (err, typ, "Failed to apply audio parameters\n");
494 alsa_logerr2 (err, typ, "Failed to get buffer size\n");
501 alsa_logerr2 (err, typ, "Failed to get format\n");
570 alsa_logerr (err, "Failed to prepare handle %p\n", handle);
638 dolog ("Failed to write %d frames (wrote zero)\n", len);
644 alsa_logerr (written, "Failed to write %d frames\n",
657 alsa_logerr (written, "Failed to write %d frames to %p\n",
907 dolog ("Failed to read %ld frames (read zero)\n", len);
913 alsa_logerr (nread, "Failed to read %ld frames\n", len);
927 "Failed to read %ld frames from %p\n",
992 ldebug("%s: failed to open library\n", __FUNCTION__);