mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
pass profile priority value to clients
This commit is contained in:
parent
f8a085f5cf
commit
297515a39e
4 changed files with 5 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue