[pulseaudio-commits] [Git][pulseaudio/pulseaudio][master] raop-sink: Don't set device.intended_roles=music
Arun Raghavan
gitlab at gitlab.freedesktop.org
Mon Nov 23 19:15:50 UTC 2020
Arun Raghavan pushed to branch master at PulseAudio / pulseaudio
Commits:
093dd2f1 by Tanu Kaskinen at 2020-11-23T19:11:31+00:00
raop-sink: Don't set device.intended_roles=music
If there are RAOP devices in the network, it doesn't necessarily mean
that the user wants to play music to them.
Fixes: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/issues/993
- - - - -
1 changed file:
- src/modules/raop/raop-sink.c
Changes:
=====================================
src/modules/raop/raop-sink.c
=====================================
@@ -826,7 +826,6 @@ pa_sink* pa_raop_sink_new(pa_module *m, pa_modargs *ma, const char *driver) {
pa_sink_new_data_set_channel_map(&data, &map);
pa_proplist_sets(data.proplist, PA_PROP_DEVICE_STRING, server);
- pa_proplist_sets(data.proplist, PA_PROP_DEVICE_INTENDED_ROLES, "music");
pa_proplist_setf(data.proplist, PA_PROP_DEVICE_DESCRIPTION, "RAOP sink '%s'", server);
if (pa_modargs_get_proplist(ma, "sink_properties", data.proplist, PA_UPDATE_REPLACE) < 0) {
View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/commit/093dd2f18180f38df0304946933661b116d314dc
--
View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/commit/093dd2f18180f38df0304946933661b116d314dc
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/20201123/29ca177c/attachment.htm>
More information about the pulseaudio-commits
mailing list