Home | History | Annotate | Download | only in audio

Lines Matching full:dolog

48             dolog ("Driver `%s' does not support " NAME "\n", drv->name);
52 dolog ("Driver `%s' does not support %d " NAME " voices, max %d\n",
61 dolog ("drv=`%s' voice_size=0 max_voices=%d\n",
67 dolog ("drv=`%s' voice_size=%d max_voices=0\n",
85 dolog ("Could not allocate " NAME " buffer (%d samples)\n",
119 dolog ("Could not allocate buffer for `%s' (%d samples)\n",
256 dolog ("No host audio driver\n");
261 dolog ("Host audio driver without pcm_ops\n");
267 dolog ("Can not allocate voice `%s' size %d\n",
284 dolog ("hw->samples=%d\n", hw->samples);
360 dolog ("Could not allocate soft voice `%s' (%zu bytes)\n",
399 dolog ("card=%p\n", card);
426 dolog ("card=%p name=%p callback_fn=%p as=%p\n",
437 dolog ("Can not open `%s' (no host audio driver)\n", name);
450 dolog ("Replacing voice %s with %d live samples\n", SW_NAME (sw), live);
451 dolog ("Old %s freq %d, bits %d, channels %d\n",
453 dolog ("New %s freq %d, bits %d, channels %d\n",
477 dolog ("Internal logic error voice `%s' has no hardware store\n",
490 dolog ("Failed to create voice `%s'\n", name);
511 dolog ("Silence will be mixed %d\n", mixed);
518 dolog ("%s\n", name);
554 /* dolog ("cur %" PRId64 " old %" PRId64 "\n", cur_ts, old_ts); */