summaryrefslogtreecommitdiff
path: root/profiles/audio/control.c
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/audio/control.c')
-rw-r--r--profiles/audio/control.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/audio/control.c b/profiles/audio/control.c
index ef6df720d..31bbcf9a9 100644
--- a/profiles/audio/control.c
+++ b/profiles/audio/control.c
@@ -141,7 +141,7 @@ int control_connect(struct audio_device *dev, audio_device_cb cb, void *data)
if (control->connect)
return -EINPROGRESS;
- control->session = avctp_connect(&dev->src, &dev->dst);
+ control->session = avctp_connect(dev);
if (!control->session)
return -EIO;