Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Marijn Suijten
pulseaudio
Commits
c922e2c5
Commit
c922e2c5
authored
Sep 29, 2019
by
ckdo
Browse files
raop: Fix soft volume not applied on initial volume
parent
f18b0c34
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/modules/raop/raop-sink.c
View file @
c922e2c5
...
...
@@ -180,6 +180,7 @@ static int sink_process_msg(pa_msgobject *o, int code, void *data, int64_t offse
}
else
{
/* Set the initial volume */
sink_set_volume_cb
(
u
->
sink
);
pa_sink_process_msg
(
o
,
PA_SINK_MESSAGE_SET_VOLUME
,
data
,
offset
,
chunk
);
}
return
0
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment