[pulseaudio-commits] [Git][pulseaudio/pulseaudio][master] raop: Fix soft volume not applied on initial volume
Georg Chini
gitlab at gitlab.freedesktop.org
Fri Dec 20 19:41:14 UTC 2019
Georg Chini pushed to branch master at PulseAudio / pulseaudio
Commits:
c922e2c5 by ckdo at 2019-12-20T15:17:40Z
raop: Fix soft volume not applied on initial volume
- - - - -
1 changed file:
- src/modules/raop/raop-sink.c
Changes:
=====================================
src/modules/raop/raop-sink.c
=====================================
@@ -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;
View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/commit/c922e2c5b22fe40e5562340039113179c56b62c4
--
View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/commit/c922e2c5b22fe40e5562340039113179c56b62c4
You're receiving this email because of your account on gitlab.freedesktop.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/pulseaudio-commits/attachments/20191220/ebcec82a/attachment.htm>
More information about the pulseaudio-commits
mailing list