mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
show active profile
This commit is contained in:
parent
a65c2c7336
commit
86f3fb8b12
1 changed files with 4 additions and 0 deletions
|
|
@ -426,6 +426,10 @@ static void get_card_info_callback(pa_context *c, const pa_card_info *i, int is_
|
|||
printf("\t\t%s: %s\n", p->name, p->description);
|
||||
}
|
||||
|
||||
if (i->active_profile)
|
||||
printf(_("\tActive Profile: %s\n"),
|
||||
i->active_profile->name);
|
||||
|
||||
pa_xfree(pl);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue