Lines Matching refs:profile_set
3395 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()
4614 p->profile_set = ps; in profile_set_add_auto_pair()
4696 …if (!(m = pa_hashmap_get(p->profile_set->mappings, *name)) || m->direction == PA_ALSA_DIRECTION_IN… in profile_verify()
4732 …if (!(m = pa_hashmap_get(p->profile_set->mappings, *name)) || m->direction == PA_ALSA_DIRECTION_OU… in profile_verify()