From 86f3fb8b12790ba1b7d160d83d0b62ac7abddc78 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 20 Jan 2009 20:33:28 +0100 Subject: show active profile --- src/utils/pactl.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/utils') diff --git a/src/utils/pactl.c b/src/utils/pactl.c index 75b46d2d..ba91f50f 100644 --- a/src/utils/pactl.c +++ b/src/utils/pactl.c @@ -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); } -- cgit