Lines Matching refs:profiles
109 /* dynamic profile priority bonus, for all alsa profiles, the original priority
111 bonus. So far there are 2 kinds of alsa profiles, one is from alsa ucm, the
149 PA_HASHMAP_FOREACH(ap, u->profile_set->profiles, state) {
193 static void add_disabled_profile(pa_hashmap *profiles) {
202 pa_hashmap_put(profiles, p->name, p);
458 /* Update profile availabilities. Ideally we would mark all profiles
482 * The rest profiles will not be marked unavailable and will not be
489 PA_HASHMAP_FOREACH(profile, u->card->profiles, state) {
500 if (!pa_hashmap_get(port->profiles, profile->name))
528 * has an updated view of all profiles' availabilities. */
958 pa_log_info("Found UCM profiles");
1025 add_profiles(u, data.profiles, data.ports);
1027 if (pa_hashmap_isempty(data.profiles)) {
1033 add_disabled_profile(data.profiles);
1083 profile = pa_hashmap_get(u->card->profiles, profile_str);