summaryrefslogtreecommitdiffstats
path: root/polyp/cli-command.c
diff options
context:
space:
mode:
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 1d454f2a..aa61b10e 100644
--- a/polyp/cli-command.c
+++ b/polyp/cli-command.c
@@ -338,7 +338,7 @@ static int pa_cli_command_sink_input_volume(struct pa_core *c, struct pa_tokeniz
return -1;
}
- si->volume = (uint32_t) volume;
+ pa_sink_input_set_volume(si, (uint32_t) volume);
return 0;
}