Hi Mike, On Fri, Mar 23, 2012, Mike Brudevold wrote: > From: Michael Brudevold <michael.brudevold@xxxxxxxxxxx> > > --- > audio/avdtp.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/audio/avdtp.c b/audio/avdtp.c > index cd66fd4..8b36f0b 100644 > --- a/audio/avdtp.c > +++ b/audio/avdtp.c > @@ -1520,7 +1520,7 @@ static gboolean avdtp_setconf_cmd(struct avdtp *session, uint8_t transaction, > case AVDTP_SEP_TYPE_SINK: > if (!dev->source) { > btd_device_add_uuid(dev->btd_dev, A2DP_SOURCE_UUID); > - if (!dev->sink) { > + if (!dev->source) { > error("Unable to get a audio source object"); > err = AVDTP_BAD_STATE; > goto failed; Applied. Thanks. Johan -- 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