mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-31 22:25:33 -04: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
This commit is contained in:
parent
9055f5baf3
commit
093dd2f181
1 changed files with 0 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue