Lines Matching refs:profile_is_sticky
83 bool profile_is_sticky; /* since version 5; must be restored together with profile name */
157 entry->profile_is_sticky = card->profile_is_sticky;
158 if (card->save_profile || entry->profile_is_sticky)
199 if (a->profile_is_sticky != b->profile_is_sticky)
230 pa_tagstruct_put_boolean(t, e->profile_is_sticky);
358 bool profile_is_sticky;
359 if (pa_tagstruct_get_boolean(t, &profile_is_sticky) < 0)
362 e->profile_is_sticky = profile_is_sticky;
460 if (!card->save_profile && !card->profile_is_sticky)
465 entry->profile_is_sticky = card->profile_is_sticky;
589 card->profile_is_sticky = e->profile_is_sticky;
592 card->profile_is_sticky ? "sticky" : "automatically selected",
600 if (profile->available != PA_AVAILABLE_NO || card->profile_is_sticky) {