From: "Frédéric Dalleau" <frederic.dalleau@linux.intel.com>
To: linux-bluetooth@vger.kernel.org
Cc: "Frédéric Dalleau" <frederic.dalleau@linux.intel.com>
Subject: [PATCH v5 3/6] Fix state to "playing" on SCO establishment
Date: Tue, 6 Sep 2011 15:55:50 +0200 [thread overview]
Message-ID: <1315317353-14412-4-git-send-email-frederic.dalleau@linux.intel.com> (raw)
In-Reply-To: <1315317353-14412-1-git-send-email-frederic.dalleau@linux.intel.com>
---
audio/gateway.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/audio/gateway.c b/audio/gateway.c
index 4c28721..b788de7 100644
--- a/audio/gateway.c
+++ b/audio/gateway.c
@@ -260,6 +260,7 @@ static void sco_connect_cb(GIOChannel *chan, GError *err, gpointer user_data)
g_io_add_watch(gw->sco, G_IO_ERR | G_IO_HUP | G_IO_NVAL,
(GIOFunc) sco_io_cb, dev);
+ change_state(dev, GATEWAY_STATE_PLAYING);
run_connect_cb(dev, NULL);
}
--
1.7.1
next prev parent reply other threads:[~2011-09-06 13:55 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-09-06 13:55 [PATCH v5 0/6] Add support for HandsfreeGateway to Media Frédéric Dalleau
2011-09-06 13:55 ` [PATCH v5 1/6] Fix disconnect SCO at same time than RFCOMM Frédéric Dalleau
2011-09-21 8:41 ` Luiz Augusto von Dentz
2011-09-06 13:55 ` [PATCH v5 2/6] Fix asynchronously run request stream cb Frédéric Dalleau
2011-09-21 8:45 ` Luiz Augusto von Dentz
2011-09-06 13:55 ` Frédéric Dalleau [this message]
2011-09-21 8:42 ` [PATCH v5 3/6] Fix state to "playing" on SCO establishment Luiz Augusto von Dentz
2011-09-06 13:55 ` [PATCH v5 4/6] Set state to "connecting" on connection requested Frédéric Dalleau
2011-09-21 8:46 ` Luiz Augusto von Dentz
2011-09-06 13:55 ` [PATCH v5 5/6] Fix reference count issue in incoming connections Frédéric Dalleau
2011-09-21 8:47 ` Luiz Augusto von Dentz
2011-09-06 13:55 ` [PATCH v5 6/6] Check all states before allowing gw connection Frédéric Dalleau
2011-09-21 8:54 ` Luiz Augusto von Dentz
2011-09-27 9:25 ` [PATCH v5 0/6] Add support for HandsfreeGateway to Media Johan Hedberg
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1315317353-14412-4-git-send-email-frederic.dalleau@linux.intel.com \
--to=frederic.dalleau@linux.intel.com \
--cc=linux-bluetooth@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).