Home
last modified time | relevance | path

Searched refs:profile_set (Results 1 – 7 of 7) sorted by relevance

/third_party/pulseaudio/src/modules/alsa/
Dmodule-alsa-card.c121 pa_alsa_profile_set *profile_set; member
140 PA_HASHMAP_FOREACH(ap, u->profile_set->profiles, state) { in add_profiles()
634 if (u->profile_set->output_paths) in init_jacks()
635 PA_HASHMAP_FOREACH(path, u->profile_set->output_paths, state) in init_jacks()
640 if (u->profile_set->input_paths) in init_jacks()
641 PA_HASHMAP_FOREACH(path, u->profile_set->input_paths, state) in init_jacks()
891 u->profile_set = pa_alsa_ucm_add_profile_set(&u->ucm, &u->core->default_channel_map); in pa__init()
918 u->profile_set = pa_alsa_profile_set_new(fn, &u->core->default_channel_map); in pa__init()
922 if (!u->profile_set) in pa__init()
925 u->profile_set->ignore_dB = ignore_dB; in pa__init()
[all …]
Dalsa-mixer.h284 pa_alsa_profile_set *profile_set; member
326 pa_alsa_profile_set *profile_set; member
350 pa_alsa_profile_set *profile_set; member
Dalsa-source.c1974 pa_alsa_profile_set *profile_set = NULL; in pa_alsa_source_new() local
2143 if (!(profile_set = pa_alsa_profile_set_new(NULL, &map))) in pa_alsa_source_new()
2152 &b, &d, profile_set, &mapping))) in pa_alsa_source_new()
2391 if (profile_set) in pa_alsa_source_new()
2392 pa_alsa_profile_set_free(profile_set); in pa_alsa_source_new()
2402 if (profile_set) in pa_alsa_source_new()
2403 pa_alsa_profile_set_free(profile_set); in pa_alsa_source_new()
Dalsa-sink.c2269 pa_alsa_profile_set *profile_set = NULL; in pa_alsa_sink_new() local
2446 if (!(profile_set = pa_alsa_profile_set_new(NULL, &map))) in pa_alsa_sink_new()
2455 &b, &d, profile_set, &mapping))) in pa_alsa_sink_new()
2727 if (profile_set) in pa_alsa_sink_new()
2728 pa_alsa_profile_set_free(profile_set); in pa_alsa_sink_new()
2755 if (profile_set) in pa_alsa_sink_new()
2756 pa_alsa_profile_set_free(profile_set); in pa_alsa_sink_new()
Dalsa-mixer.c3395 pa_assert(m->profile_set); in pa_alsa_path_set_new()
3396 pa_assert(m->profile_set->decibel_fixes); in pa_alsa_path_set_new()
3428 p = profile_set_get_path(m->profile_set, *in); in pa_alsa_path_set_new()
3440 profile_set_add_path(m->profile_set, p); in pa_alsa_path_set_new()
3497 PA_HASHMAP_FOREACH(db_fix, m->profile_set->decibel_fixes, state) { in pa_alsa_path_set_new()
3510 e->db_fix->profile_set = NULL; in pa_alsa_path_set_new()
3897 m->profile_set = ps; in pa_alsa_mapping_get()
3922 p->profile_set = ps; in profile_get()
3948 db_fix->profile_set = ps; in decibel_fix_get()
4482 if (pa_alsa_path_probe(p, m, mixer_handle, m->profile_set->ignore_dB) < 0) in mapping_paths_probe()
[all …]
Dalsa-ucm.c1753 p->profile_set = ps; in ucm_create_profile()
/third_party/cups-filters/cupsfilters/
Dcolormanager.c93 int profile_set = 0; /* 'is profile found' flag */ in cmGetPrinterIccProfile() local
97 profile_set = _get_colord_profile(printer_name, icc_profile, ppd); in cmGetPrinterIccProfile()
102 return profile_set; in cmGetPrinterIccProfile()