diff --git a/src/pulsecore/cli-text.c b/src/pulsecore/cli-text.c index b97c87090..f52968d7b 100644 --- a/src/pulsecore/cli-text.c +++ b/src/pulsecore/cli-text.c @@ -145,6 +145,11 @@ char *pa_card_list_to_string(pa_core *c) { pa_strbuf_printf(s, "\t\t%s: %s\n", p->name, p->description); } + if (card->active_profile) + pa_strbuf_printf( + s, + "\tactive profile: <%s>\n", + card->active_profile->name); } return pa_strbuf_tostring_free(s);