Searched refs:profile_set (Results 1 – 7 of 7) sorted by relevance
/third_party/pulseaudio/src/modules/alsa/ |
D | module-alsa-card.c | 130 pa_alsa_profile_set *profile_set; member 149 PA_HASHMAP_FOREACH(ap, u->profile_set->profiles, state) { in add_profiles() 661 if (u->profile_set->output_paths) in init_jacks() 662 PA_HASHMAP_FOREACH(path, u->profile_set->output_paths, state) in init_jacks() 667 if (u->profile_set->input_paths) in init_jacks() 668 PA_HASHMAP_FOREACH(path, u->profile_set->input_paths, state) in init_jacks() 960 u->profile_set = pa_alsa_ucm_add_profile_set(&u->ucm, &u->core->default_channel_map); in pa__init() 987 u->profile_set = pa_alsa_profile_set_new(fn, &u->core->default_channel_map); in pa__init() 991 if (!u->profile_set) in pa__init() 994 u->profile_set->ignore_dB = ignore_dB; in pa__init() [all …]
|
D | alsa-mixer.h | 284 pa_alsa_profile_set *profile_set; member 326 pa_alsa_profile_set *profile_set; member 350 pa_alsa_profile_set *profile_set; member
|
D | alsa-source.c | 2055 pa_alsa_profile_set *profile_set = NULL; in pa_alsa_source_new() local 2226 if (!(profile_set = pa_alsa_profile_set_new(NULL, &map))) in pa_alsa_source_new() 2235 &b, &d, profile_set, &mapping))) in pa_alsa_source_new() 2478 if (profile_set) in pa_alsa_source_new() 2479 pa_alsa_profile_set_free(profile_set); in pa_alsa_source_new() 2489 if (profile_set) in pa_alsa_source_new() 2490 pa_alsa_profile_set_free(profile_set); in pa_alsa_source_new()
|
D | alsa-sink.c | 2352 pa_alsa_profile_set *profile_set = NULL; in pa_alsa_sink_new() local 2535 if (!(profile_set = pa_alsa_profile_set_new(NULL, &map))) in pa_alsa_sink_new() 2544 &b, &d, profile_set, &mapping))) in pa_alsa_sink_new() 2835 if (profile_set) in pa_alsa_sink_new() 2836 pa_alsa_profile_set_free(profile_set); in pa_alsa_sink_new() 2863 if (profile_set) in pa_alsa_sink_new() 2864 pa_alsa_profile_set_free(profile_set); in pa_alsa_sink_new()
|
D | alsa-mixer.c | 3458 pa_assert(m->profile_set); in pa_alsa_path_set_new() 3459 pa_assert(m->profile_set->decibel_fixes); in pa_alsa_path_set_new() 3491 p = profile_set_get_path(m->profile_set, *in); in pa_alsa_path_set_new() 3503 profile_set_add_path(m->profile_set, p); in pa_alsa_path_set_new() 3560 PA_HASHMAP_FOREACH(db_fix, m->profile_set->decibel_fixes, state) { in pa_alsa_path_set_new() 3573 e->db_fix->profile_set = NULL; in pa_alsa_path_set_new() 3961 m->profile_set = ps; in pa_alsa_mapping_get() 3986 p->profile_set = ps; in profile_get() 4012 db_fix->profile_set = ps; in decibel_fix_get() 4546 if (pa_alsa_path_probe(p, m, mixer_handle, m->profile_set->ignore_dB) < 0) in mapping_paths_probe() [all …]
|
D | alsa-ucm.c | 1785 p->profile_set = ps; in ucm_create_profile()
|
/third_party/cups-filters/cupsfilters/ |
D | colormanager.c | 93 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()
|