Hi Frédéric, 2011/8/12 Frédéric Dalleau <frederic.dalleau@xxxxxxxxxxxxxxx>: > --- > audio/media.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/audio/media.c b/audio/media.c > index ae2b471..5ab3eab 100644 > --- a/audio/media.c > +++ b/audio/media.c > @@ -639,7 +639,7 @@ static struct media_endpoint *media_endpoint_create(struct media_adapter *adapte > if (endpoint->sep == NULL) > goto failed; > } else if (strcasecmp(uuid, HFP_AG_UUID) == 0 || > - g_strcmp0(uuid, HSP_AG_UUID) == 0) { > + strcasecmp(uuid, HSP_AG_UUID) == 0) { > struct audio_device *dev; > > endpoint->hs_watch = headset_add_state_cb(headset_state_changed, > -- > 1.7.1 > Nice catch, ack. -- Luiz Augusto von Dentz -- 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