Lines Matching refs:profile_set
121 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()
927 …pa_alsa_profile_set_probe(u->profile_set, u->mixers, u->device_id, &m->core->default_sample_spec, … in pa__init()
928 pa_alsa_profile_set_dump(u->profile_set); in pa__init()
1041 if (!pa_hashmap_isempty(u->profile_set->decibel_fixes)) in pa__init()
1105 if (u->profile_set) in pa__done()
1106 pa_alsa_profile_set_free(u->profile_set); in pa__done()