summaryrefslogtreecommitdiffstats
path: root/polyp/pactl.c
diff options
context:
space:
mode:
Diffstat (limited to 'polyp/pactl.c')
-rw-r--r--polyp/pactl.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/polyp/pactl.c b/polyp/pactl.c
index fbedc6fa..29c06f91 100644
--- a/polyp/pactl.c
+++ b/polyp/pactl.c
@@ -437,11 +437,12 @@ static void get_autoload_info_callback(struct pa_context *c, const struct pa_aut
printf("\n");
nl = 1;
- printf("*** Autoload Entry ***\n"
+ printf("*** Autoload Entry #%u ***\n"
"Name: %s\n"
"Type: %s\n"
"Module: %s\n"
"Argument: %s\n",
+ i->index,
i->name,
i->type == PA_AUTOLOAD_SINK ? "sink" : "source",
i->module,