Lines Matching refs:dolog
262 dolog ("alsa_poll_handler: poll %s\n", strerror (errno)); in alsa_poll_handler()
281 dolog ("revents = %d\n", revents); in alsa_poll_handler()
309 dolog ("Unexpected state %d\n", state); in alsa_poll_handler()
320 dolog ("Could not initialize poll mode\n" in alsa_poll_helper()
327 dolog ("Could not initialize poll mode\n"); in alsa_poll_helper()
346 dolog ("POLLOUT %d %d\n", i, pfds[i].fd); in alsa_poll_helper()
352 dolog ("Set handler events=%#x index=%d fd=%d err=%d\n", in alsa_poll_helper()
357 dolog ("Failed to set handler events=%#x index=%d fd=%d err=%d\n", in alsa_poll_helper()
415 dolog ("Internal logic error: Bad audio format %d\n", fmt); in aud_to_alsafmt()
478 dolog ("Unrecognized audio format %d\n", alsafmt); in alsa_to_audfmt()
489 dolog ("parameter | requested value | obtained value\n"); in alsa_dump_info()
490 dolog ("format | %10d | %10d\n", req->fmt, obtfmt); in alsa_dump_info()
491 dolog ("channels | %10d | %10d\n", in alsa_dump_info()
493 dolog ("frequency | %10d | %10d\n", req->freq, obt->freq); in alsa_dump_info()
494 dolog ("============================================\n"); in alsa_dump_info()
495 dolog ("requested: buffer size %d period size %d\n", in alsa_dump_info()
497 dolog ("obtained: samples %ld\n", obt->samples); in alsa_dump_info()
509 dolog ("Could not fully initialize DAC\n"); in alsa_set_threshold()
516 dolog ("Could not fully initialize DAC\n"); in alsa_set_threshold()
524 dolog ("Could not fully initialize DAC\n"); in alsa_set_threshold()
638 dolog ("Requested buffer %s %u was rejected, using %lu\n", in alsa_open()
677 dolog ("Requested period %s %u was rejected, using %lu\n", in alsa_open()
700 dolog ("Invalid format was returned %d\n", obtfmt); in alsa_open()
746 dolog ("Audio parameters for %s\n", typ); in alsa_open()
800 dolog ("Failed to write %d frames (wrote zero)\n", len); in alsa_write_pending()
811 dolog ("Recovering from playback xrun\n"); in alsa_write_pending()
824 dolog ("Resuming suspended output stream\n"); in alsa_write_pending()
853 dolog ("Could not get number of available playback frames\n"); in alsa_run_out()
914 dolog ("Could not allocate DAC buffer (%d samples, each %d bytes)\n", in alsa_init_out()
1019 dolog ("Could not allocate ADC buffer (%d samples, each %d bytes)\n", in alsa_init_in()
1071 dolog ("Could not get number of captured frames\n"); in alsa_run_in()
1086 dolog ("Failed to resume suspended input stream\n"); in alsa_run_in()
1090 dolog ("Resuming suspended input stream\n"); in alsa_run_in()
1095 dolog ("No frames available and ALSA state is %d\n", state); in alsa_run_in()
1132 dolog ("Failed to read %ld frames (read zero)\n", len); in alsa_run_in()
1142 dolog ("Recovering from capture xrun\n"); in alsa_run_in()