Diff between 68119298acd675dc9c96c314769866b2a172e741 and f00fc7ae6d70ca734be3826534ff18faac3ecdc8

Changed Files

File Additions Deletions Status
audio/gateway.c +1 -0 modified

Full Patch

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);
 }