summaryrefslogtreecommitdiffstats
path: root/polyp/pactl.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-10-27 16:23:23 +0000
committerLennart Poettering <lennart@poettering.net>2004-10-27 16:23:23 +0000
commit1bcec3ef5b83ca72c7d32e553566698607bae0e2 (patch)
tree0412d6573ab05381001635c7224f30cd51598434 /polyp/pactl.c
parentf252edb7949c0114b666b1eacea5d6d2774d27a0 (diff)
make autoload list use idxset
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@262 fefdeb5f-60dc-0310-8127-8f9354f1896f
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,