* Gustavo Padovan <gustavo@xxxxxxxxxxx> [2012-06-14 10:47:33 -0300]: > Hi Luiz, > > * Luiz Augusto von Dentz <luiz.dentz@xxxxxxxxx> [2012-06-14 16:41:09 +0300]: > > > From: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> > > > > The local endpoints are no use without the internal IPC. > > --- > > audio/a2dp.c | 72 +----------------------------------------------------- > > audio/audio.conf | 5 ---- > > 2 files changed, 1 insertion(+), 76 deletions(-) > > > > diff --git a/audio/a2dp.c b/audio/a2dp.c > > index 96137e4..094476e 100644 > > --- a/audio/a2dp.c > > +++ b/audio/a2dp.c > > @@ -1436,13 +1436,10 @@ static struct a2dp_server *find_server(GSList *list, const bdaddr_t *src) > > > > int a2dp_register(DBusConnection *conn, const bdaddr_t *src, GKeyFile *config) > > { > > - int sbc_srcs = 0, sbc_sinks = 0; > > - int mpeg12_srcs = 0, mpeg12_sinks = 0; > > - gboolean source = TRUE, sink = FALSE, socket = FALSE; > > + gboolean source = TRUE, sink = FALSE; > > You need to remove 'Socket' from > > #Disable=Gateway,Source,Socket > > On audio.conf too. The following patch do this, forget about this comment. Gustavo -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html