raop: Fix soft volume not applied on initial volume

This commit is contained in:
ckdo 2019-09-29 19:01:33 +02:00
parent f18b0c3402
commit c922e2c5b2

View file

@ -180,6 +180,7 @@ static int sink_process_msg(pa_msgobject *o, int code, void *data, int64_t offse
} else { } else {
/* Set the initial volume */ /* Set the initial volume */
sink_set_volume_cb(u->sink); sink_set_volume_cb(u->sink);
pa_sink_process_msg(o, PA_SINK_MESSAGE_SET_VOLUME, data, offset, chunk);
} }
return 0; return 0;