On Fri, 2012-03-23 at 09:46 +0200, Tanu Kaskinen wrote: > --- > src/modules/dbus/iface-device.c | 1 - > 1 files changed, 0 insertions(+), 1 deletions(-) > > diff --git a/src/modules/dbus/iface-device.c b/src/modules/dbus/iface-device.c > index df64d36..97ccd91 100644 > --- a/src/modules/dbus/iface-device.c > +++ b/src/modules/dbus/iface-device.c > @@ -604,7 +604,6 @@ static void handle_get_latency(DBusConnection *conn, DBusMessage *msg, void *use > else if (d->type == PA_DEVICE_TYPE_SOURCE && !(d->source->flags & PA_SOURCE_LATENCY)) > pa_dbus_send_error(conn, msg, PA_DBUS_ERROR_NO_SUCH_PROPERTY, > "Source %s doesn't support latency querying.", d->source->name); > - return; > > latency = (d->type == PA_DEVICE_TYPE_SINK) ? pa_sink_get_latency(d->sink) : pa_source_get_latency(d->source); Sorry, I'm clearly not thinking what I'm doing. Please ignore this patch. -- Tanu