summaryrefslogtreecommitdiffstats
path: root/polyp/cli-command.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-08-12 23:25:28 +0000
committerLennart Poettering <lennart@poettering.net>2004-08-12 23:25:28 +0000
commit886041aab88930108953af0e9e14b39ec9d03809 (patch)
treef7934a57e25048c75dedf84ef6bed2e3aefdf7f0 /polyp/cli-command.c
parentcbfaf40b45f712c1cdcc6b7cb694f907ce0e7f8f (diff)
add more subscription events
add support for clients/modules in native protocol git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@115 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'polyp/cli-command.c')
-rw-r--r--polyp/cli-command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/polyp/cli-command.c b/polyp/cli-command.c
index 6386d4e4..1d454f2a 100644
--- a/polyp/cli-command.c
+++ b/polyp/cli-command.c
@@ -300,7 +300,7 @@ static int pa_cli_command_sink_volume(struct pa_core *c, struct pa_tokenizer *t,
return -1;
}
- sink->volume = (uint32_t) volume;
+ pa_sink_set_volume(sink, (uint32_t) volume);
return 0;
}