pass profile priority value to clients

This commit is contained in:
Lennart Poettering 2009-03-03 00:32:10 +01:00
parent f8a085f5cf
commit 297515a39e
4 changed files with 5 additions and 2 deletions

View file

@ -427,7 +427,7 @@ static void get_card_info_callback(pa_context *c, const pa_card_info *i, int is_
printf(_("\tProfiles:\n"));
for (p = i->profiles; p->name; p++)
printf("\t\t%s: %s\n", p->name, p->description);
printf("\t\t%s: %s (sinks: %u, sources: %u, priority. %u)\n", p->name, p->description, p->n_sinks, p->n_sources, p->priority);
}
if (i->active_profile)