Home
last modified time | relevance | path

Searched refs:pa_log_debug (Results 1 – 6 of 6) sorted by relevance

/dports/multimedia/pipewire/pipewire-0.3.43/spa/plugins/alsa/acp/
H A Dalsa-util.c77 pa_log_debug("snd_pcm_hw_params_set_format(%s) failed: %s", in set_format()
107 pa_log_debug("snd_pcm_hw_params_set_format(%s) failed: %s", in set_format()
119 pa_log_debug("snd_pcm_hw_params_set_format(%s) failed: %s", in set_format()
376 pa_log_debug("Set neither period nor buffer size."); in pa_alsa_set_hw_params()
585 pa_log_debug("Trying %s as last resort...", d);
695 pa_log_debug("Managed to open %s", d); in pa_alsa_open_by_device_string()
848 pa_log_debug("snd_pcm_status_dump():\n%s", pa_strnull(s));
1065 pa_log_debug("Got POLLERR from ALSA");
1073 pa_log_debug("Got POLLIN from ALSA");
1075 pa_log_debug("Got POLLOUT from ALSA");
[all …]
H A Dalsa-ucm.c165 pa_log_debug("Got %s for verb %s: %s", id, verb_name, value); in ucm_verb_value()
785 pa_log_debug("UCM _alibpref=%s", ucm->alib_prefix); in pa_alsa_ucm_query_profiles()
1181 pa_log_debug("Check device %s conformance with %d other devices", in ucm_check_conformance()
1184 pa_log_debug("First device in combination, number 1"); in ucm_check_conformance()
1192 pa_log_debug("Conflicting device found"); in ucm_check_conformance()
1200 pa_log_debug("Supported device not found"); in ucm_check_conformance()
1205 pa_log_debug("Not support any other devices"); in ucm_check_conformance()
1421 pa_log_debug("Disable ucm device %s", dev_name); in pa_alsa_ucm_set_port()
1431 pa_log_debug("Enable ucm device %s", enable_devs[i]); in pa_alsa_ucm_set_port()
1587 pa_log_debug("UCM mapping: %s dev %s", m->name, device_name); in ucm_create_mapping_direction()
[all …]
H A Dconf-parser.c169pa_log_debug("Failed to open configuration file '%s': %s", filename, pa_cstrerror(errno)); in pa_config_parse()
177 pa_log_debug("Parsing configuration file '%s'", filename); in pa_config_parse()
236 pa_log_debug("Pattern %s did not match any files, ignoring.", pattern); in pa_config_parse()
278 pa_log_debug("%s does not exist, ignoring.", dir_name); in pa_config_parse()
H A Dalsa-mixer.c3088 pa_log_debug("Probing path '%s'", p->name); in pa_alsa_path_probe()
3094 pa_log_debug("Probe of jack %s failed.", buf); in pa_alsa_path_probe()
3104 pa_log_debug("Probe of element %s failed.", buf); in pa_alsa_path_probe()
3201 pa_log_debug("Setting %s (%s) priority=%u", in pa_alsa_setting_dump()
3216 pa_log_debug("Option %s (%s/%s) index=%i, priority=%u", in pa_alsa_option_dump()
3499 pa_log_debug("Path Set %p, direction=%i", in pa_alsa_path_set_dump()
4464 pa_log_debug("Available mixer paths (after tidying):"); in mapping_paths_probe()
4784 pa_log_debug("Input %s", m->name); in pa_alsa_profile_dump()
4788 pa_log_debug("Output %s", m->name); in pa_alsa_profile_dump()
5207 pa_log_debug("Profile %s supported.", p->name); in pa_alsa_profile_set_probe()
[all …]
H A Dacp.c663 pa_log_debug("Jack '%s' is now %s", pa_strnull(snd_hctl_elem_get_name(elem)), in report_jack_state()
819 pa_log_debug("Found %d jacks.", pa_hashmap_size(impl->jacks)); in init_jacks()
956 pa_log_debug("No ELD device found for port %s (%d).", port->port.name, device); in init_eld_ctls()
1021 pa_log_debug("Probed mixer path %s:", dev->mixer_path->name); in find_mixer()
1074 pa_log_debug(" %d: %d", i, r.values[i]); in read_volume()
1116 pa_log_debug("Requested volume: %d", pa_cvolume_max(&dev->real_volume)); in set_volume()
1117 pa_log_debug("Got hardware volume: %d", pa_cvolume_max(&dev->hardware_volume)); in set_volume()
1118 pa_log_debug("Calculated software volume: %d (accurate-enough=%s)", in set_volume()
1127 pa_log_debug("Wrote hardware volume: %d", pa_cvolume_max(&r)); in set_volume()
1320 pa_log_debug("Enabled ucm modifier %s", mod_name); in device_enable()
[all …]
H A Dcompat.h244 #define pa_log_debug(fmt,...) pa_logl(PA_LOG_DEBUG, fmt, ##__VA_ARGS__) macro