Lines Matching refs:dolog
176 dolog ("frequency=%d nchannels=%d fmt=", as->freq, as->nchannels); in audio_print_settings()
406 dolog ("notification %d sent\n", cmd); in audio_notify_capture()
493 dolog ("Added %s active = %d\n", sw->name, sw->active); in audio_attach_capture()
522 dolog("live=%zu hw->conv_buf.size=%zu\n", live, hw->conv_buf.size); in audio_pcm_hw_get_live_in()
592 dolog("live_in=%zu hw->conv_buf.size=%zu\n", live, hw->conv_buf.size); in audio_pcm_sw_read()
644 dolog("live=%zu hw->mix_buf.size=%zu\n", live, hw->mix_buf.size); in audio_pcm_hw_get_live_out()
721 dolog("live=%zu hw->mix_buf.size=%zu\n", live, hw->mix_buf.size); in audio_pcm_sw_write()
727 dolog ("%s is full %zu\n", sw->name, live); in audio_pcm_sw_write()
777 dolog ( in audio_pcm_sw_write()
792 dolog("%s: bits %d, sign %d, float %d, freq %d, nchan %d\n", in audio_pcm_print_info()
873 dolog ("Writing to disabled voice %s\n", SW_NAME (sw)); in AUD_write()
895 dolog ("Reading from disabled voice %s\n", SW_NAME (sw)); in AUD_read()
1014 dolog("live=%zu sw->hw->conv_buf.size=%zu\n", live, in audio_get_avail()
1039 dolog("live=%zu sw->hw->mix_buf.size=%zu\n", live, in audio_get_free()
1047 dolog("%s: get_free live %zu dead %zu frontend frames %u\n", in audio_get_free()
1084 dolog("Could not mix %zu frames into a capture " in audio_capture_mix_and_clear()
1197 dolog("live=%zu hw->mix_buf.size=%zu\n", live, hw->mix_buf.size); in audio_run_out()
1204 dolog ("Disabling voice\n"); in audio_run_out()
1229 dolog("hw->mix_buf.pos=%zu hw->mix_buf.size=%zu played=%zu\n", in audio_run_out()
1235 dolog("played=%zu\n", played); in audio_run_out()
1249 dolog("played=%zu sw->total_hw_samples_mixed=%zu\n", in audio_run_out()
1375 dolog("captured=%zu sw->total_hw_samples_mixed=%zu\n", in audio_run_capture()
1404 dolog ("Elapsed since last %s: %f\n", msg, currtime - prevtime); in audio_run()
1781 dolog ("warning: Could not register change state handler\n" in audio_init()
1850 dolog("Can't capture with mixeng disabled\n"); in AUD_add_capture()
1855 dolog ("Invalid settings were passed when trying to add capture\n"); in AUD_add_capture()
1923 dolog ("freeing %s\n", sw->name); in AUD_del_capture()