Lines Matching refs:active_profile
194 if (!pa_streq(card->active_profile->name, "headset_head_unit") && !pa_streq(card->active_profile->name, "handsfree_head_unit"))
198 if (pa_streq(card->active_profile->name, "a2dp_sink"))
202 if (!pa_streq(card->active_profile->name, "a2dp_sink"))
206 if (pa_streq(card->active_profile->name, "headset_head_unit") || pa_streq(card->active_profile->name, "handsfree_head_unit"))
308 if (card->active_profile &&
309 !pa_streq(card->active_profile->name, "a2dp_sink"))
330 pa_card_profile *result = card->active_profile;
366 is_active_profile = card->active_profile == profile;
372 if (card->active_profile->available == PA_AVAILABLE_YES && card->active_profile->priority >= profile->priority)
382 if (selected_profile == card->active_profile)