mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
raop: Fix soft volume not applied on initial volume
This commit is contained in:
parent
f18b0c3402
commit
c922e2c5b2
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue