Re: [PATCH v5 0/6] Add support for HandsfreeGateway to Media
From: Johan Hedberg <hidden>
Date: 2011-09-27 09:25:41
Hi Frédéric, On Tue, Sep 06, 2011, Frédéric Dalleau wrote:
The first patch in this series fix the issue remaining in v2. It also fix a crash because the request_stream callback was run synchronously. After that various fixes. Changes from v4 : Patch 2: take Luiz comment into account and create error domain for gateway Patch 4: also make sure gateway is set back to disconnected state in case of authorize errors. Best regards, Frédéric Frédéric Dalleau (6): Fix disconnect SCO at same time than RFCOMM Fix asynchronously run request stream cb Fix state to "playing" on SCO establishment Set state to "connecting" on connection requested Fix reference count issue in incoming connections Check all states before allowing gw connection audio/gateway.c | 194 ++++++++++++++++++++++++++++++++++++++----------------- audio/gateway.h | 12 +++- audio/manager.c | 8 ++- audio/unix.c | 13 +--- 4 files changed, 155 insertions(+), 72 deletions(-)
Patches 1-5 have been applied. Thanks. Johan