Searched refs:decibel_fixes (Results 1 – 4 of 4) sorted by relevance
/third_party/pulseaudio/src/modules/alsa/ |
D | alsa-mixer.h | 369 pa_hashmap *decibel_fixes; member
|
D | alsa-mixer.c | 3396 pa_assert(m->profile_set->decibel_fixes); in pa_alsa_path_set_new() 3497 PA_HASHMAP_FOREACH(db_fix, m->profile_set->decibel_fixes, state) { in pa_alsa_path_set_new() 3879 if (ps->decibel_fixes) in pa_alsa_profile_set_free() 3880 pa_hashmap_free(ps->decibel_fixes); in pa_alsa_profile_set_free() 3940 if ((db_fix = pa_hashmap_get(ps->decibel_fixes, alsa_id))) in decibel_fix_get() 3953 pa_hashmap_put(ps->decibel_fixes, db_fix->key, db_fix); in decibel_fix_get() 4894 …ps->decibel_fixes = pa_hashmap_new_full(pa_idxset_string_hash_func, pa_idxset_string_compare_func,… in pa_alsa_profile_set_new() 4926 PA_HASHMAP_FOREACH(db_fix, ps->decibel_fixes, state) in pa_alsa_profile_set_new() 5245 pa_hashmap_size(ps->decibel_fixes)); in pa_alsa_profile_set_dump() 5253 PA_HASHMAP_FOREACH(db_fix, ps->decibel_fixes, state) in pa_alsa_profile_set_dump()
|
D | module-alsa-card.c | 1041 if (!pa_hashmap_isempty(u->profile_set->decibel_fixes)) in pa__init()
|
D | alsa-ucm.c | 2039 ps->decibel_fixes = pa_hashmap_new(pa_idxset_string_hash_func, pa_idxset_string_compare_func); in pa_alsa_ucm_add_profile_set()
|