Lines Matching defs:profile
687 pa_card_profile *profile;
689 profile = pa_card_profile_new("RAOP", _("RAOP standard profile"), 0);
690 profile->priority = 10;
691 profile->n_sinks = 1;
692 profile->n_sources = 0;
693 profile->max_sink_channels = 2;
694 profile->max_source_channels = 0;
696 return profile;
699 static pa_card *raop_create_card(pa_module *m, pa_device_port *port, pa_card_profile *profile, const char *server, const char *nicename) {
715 pa_hashmap_put(data.profiles, profile->name, profile);
742 pa_card_profile *profile;
881 profile = raop_create_profile();
882 pa_hashmap_put(port->profiles, profile->name, profile);
888 u->card = raop_create_card(m, port, profile, server, description);