diff --git a/profiles/audio/transport.c b/profiles/audio/transport.c
index 9bf3b47..4800570 100644
--- a/profiles/audio/transport.c
+++ b/profiles/audio/transport.c
struct media_owner *owner)
{
struct bap_transport *bap = transport->data;
- struct iovec *meta;
guint id;
if (!bap->stream)
return bap->resume_id;
}
- meta = bt_bap_stream_get_metadata(bap->stream);
- id = bt_bap_stream_enable(bap->stream, bap->linked, meta,
+ id = bt_bap_stream_enable(bap->stream, bap->linked, NULL,
bap_enable_complete, owner);
if (!id)
return 0;