summaryrefslogtreecommitdiffstats
path: root/polyp/pacat-simple.c
diff options
context:
space:
mode:
Diffstat (limited to 'polyp/pacat-simple.c')
-rw-r--r--polyp/pacat-simple.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/polyp/pacat-simple.c b/polyp/pacat-simple.c
index 956728fb..2b8ffa08 100644
--- a/polyp/pacat-simple.c
+++ b/polyp/pacat-simple.c
@@ -47,7 +47,7 @@ int main(int argc, char*argv[]) {
int error;
/* Create a new playback stream */
- if (!(s = pa_simple_new(NULL, argv[0], PA_STREAM_PLAYBACK, NULL, "playback", &ss, NULL, &error))) {
+ if (!(s = pa_simple_new(NULL, argv[0], PA_STREAM_PLAYBACK, NULL, "playback", &ss, NULL, PA_VOLUME_NORM, &error))) {
fprintf(stderr, __FILE__": pa_simple_new() failed: %s\n", pa_strerror(error));
goto finish;
}