mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-31 22:25:33 -04: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 {
|
||||
/* 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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue