Lines Matching refs:pa_log_debug
196 …pa_log_debug("Suspending sink %s, because another application requested us to release the device."… in reserve_cb()
264 …pa_log_debug("Suspending sink %s, because another application is blocking the access to the device… in monitor_cb()
267 …pa_log_debug("Resuming sink %s, because other applications aren't blocking access to the device an… in monitor_cb()
473 pa_log_debug("Buffer time: %lu ms; Sleep time: %lu ms; Process time: %lu ms", in hw_sleep_time()
510 pa_log_debug("%s: %s", call, pa_alsa_strerror(err)); in try_recover()
515 pa_log_debug("%s: Buffer underrun!", call); in try_recover()
518 pa_log_debug("%s: System suspended!", call); in try_recover()
562 pa_log_debug("%0.2f ms left to play; inc threshold = %0.2f ms; dec threshold = %0.2f ms", in check_left_to_play()
625 pa_log_debug("avail: %lu", (unsigned long) n_bytes); in mmap_write()
642 pa_log_debug("Not filling up, because too early."); in mmap_write()
660 pa_log_debug("Not filling up, because not necessary."); in mmap_write()
669 pa_log_debug("Not filling up, because already too many iterations."); in mmap_write()
675 … pa_log_debug("Not filling up, because <%g%% available.", DEFAULT_WRITE_ITERATION_THRESHOLD * 100); in mmap_write()
684 pa_log_debug("Filling up"); in mmap_write()
760 …pa_log_debug("Wrote %lu bytes (of possible %lu bytes)", (unsigned long) written, (unsigned long) n… in mmap_write()
819 pa_log_debug("avail: %lu", (unsigned long) n_bytes); in unix_write()
856 pa_log_debug("Not filling up, because already too many iterations."); in unix_write()
862 … pa_log_debug("Not filling up, because <%g%% available.", DEFAULT_WRITE_ITERATION_THRESHOLD * 100); in unix_write()
1073 pa_log_debug("Latency set to %0.2fms", (double) latency / PA_USEC_PER_MSEC); in update_sw_params()
1089 pa_log_debug("hwbuf_unused=%lu", (unsigned long) u->hwbuf_unused); in update_sw_params()
1101 pa_log_debug("setting avail_min=%lu", (unsigned long) avail_min); in update_sw_params()
1116 pa_log_debug("Requesting rewind due to latency change."); in update_sw_params()
1479 pa_log_debug("Read hardware volume: %s", in sink_get_volume_cb()
1527 pa_log_debug("Requested volume: %s", in sink_set_volume_cb()
1529 pa_log_debug("Got hardware volume: %s", in sink_set_volume_cb()
1531 pa_log_debug("Calculated software volume: %s (accurate-enough=%s)", in sink_set_volume_cb()
1539 pa_log_debug("Wrote hardware volume: %s", in sink_set_volume_cb()
1578 pa_log_debug("Written HW volume did not match with the request: %s (request) != %s", in sink_write_volume_cb()
1826 pa_log_debug("Requested to rewind %lu bytes.", (unsigned long) rewind_nbytes); in process_rewind()
1853 pa_log_debug("Limited to %lu bytes.", (unsigned long) rewind_nbytes); in process_rewind()
1856 pa_log_debug("before: %lu", (unsigned long) in_frames); in process_rewind()
1866 pa_log_debug("after: %lu", (unsigned long) out_frames); in process_rewind()
1874 pa_log_debug("Rewound %lu bytes.", (unsigned long) rewind_nbytes); in process_rewind()
1881 pa_log_debug("Mhmm, actually there is nothing to rewind."); in process_rewind()
1894 pa_log_debug("Thread starting up"); in thread_func()
1906 pa_log_debug("Loop"); in thread_func()
1958 pa_log_debug("Cutting sleep time for the initial iterations by half."); in thread_func()
1965 … pa_log_debug("Waking up in %0.2fms (sound card clock).", (double) sleep_usec / PA_USEC_PER_MSEC); in thread_func()
1973 … pa_log_debug("Waking up in %0.2fms (system clock).", (double) cusec / PA_USEC_PER_MSEC); in thread_func()
2009 pa_log_debug("Expected sleep: %0.2fms, real sleep: %0.2fms (diff %0.2f ms)", in thread_func()
2052 pa_log_debug("Wakeup from ALSA!"); in thread_func()
2065 pa_log_debug("Thread shutting down"); in thread_func()
2129 pa_log_debug("Probed mixer path %s:", u->mixer_path->name); in find_mixer()
2432 pa_log_debug("Enabled ucm modifier %s", mod_name); in pa_alsa_sink_new()