Lines Matching defs:role
785 const char *role;
790 role = pa_proplist_gets(sink_input->proplist, PA_PROP_MEDIA_ROLE);
793 if (role && sink->card == u->card)
794 pa_alsa_ucm_roled_stream_begin(&u->ucm, role, PA_DIRECTION_OUTPUT);
800 const char *role;
805 role = pa_proplist_gets(source_output->proplist, PA_PROP_MEDIA_ROLE);
808 if (role && source->card == u->card)
809 pa_alsa_ucm_roled_stream_begin(&u->ucm, role, PA_DIRECTION_INPUT);
815 const char *role;
820 role = pa_proplist_gets(sink_input->proplist, PA_PROP_MEDIA_ROLE);
823 if (role && sink->card == u->card)
824 pa_alsa_ucm_roled_stream_end(&u->ucm, role, PA_DIRECTION_OUTPUT);
830 const char *role;
835 role = pa_proplist_gets(source_output->proplist, PA_PROP_MEDIA_ROLE);
838 if (role && source->card == u->card)
839 pa_alsa_ucm_roled_stream_end(&u->ucm, role, PA_DIRECTION_INPUT);
963 /* A little bit later than module-role-cork */
970 /* A little bit later than module-role-cork */