Re: [pulseaudio-discuss] [PATCH] dbus: Fix Device.SetActivePort() handler

2014-11-14 Thread Tanu Kaskinen
On Sun, 2014-11-02 at 20:55 +0200, Tanu Kaskinen wrote: On Sun, 2014-11-02 at 20:50 +0200, Tanu Kaskinen wrote: The old code tried to look up the port object by using an object path, but the ports hashmap uses port names as keys, so the method failed always. BugLink:

[pulseaudio-discuss] [PATCH] dbus: Fix Device.SetActivePort() handler

2014-11-02 Thread Tanu Kaskinen
The old code tried to look up the port object by using an object path, but the ports hashmap uses port names as keys, so the method failed always. BugLink: https://bugs.freedesktop.org/show_bug.cgi?id=85369 --- src/modules/dbus/iface-device.c | 11 ++- 1 file changed, 10 insertions(+), 1

Re: [pulseaudio-discuss] [PATCH] dbus: Fix Device.SetActivePort() handler

2014-11-02 Thread Tanu Kaskinen
On Sun, 2014-11-02 at 20:50 +0200, Tanu Kaskinen wrote: The old code tried to look up the port object by using an object path, but the ports hashmap uses port names as keys, so the method failed always. BugLink: https://bugs.freedesktop.org/show_bug.cgi?id=85369 ---