summaryrefslogtreecommitdiffstats
path: root/audio/a2dp.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2007-08-28 12:22:29 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2007-08-28 12:22:29 +0000
commitd1fb0b25a9882016de70f102408f10101b348e57 (patch)
treee9a28f98b63eec38c78e8df150198d63635a50de /audio/a2dp.h
parent10abd63aeb3665b2dcade32b6397a485579638ec (diff)
Fix unix client disconnects before headset has been successfully connected
Diffstat (limited to 'audio/a2dp.h')
-rw-r--r--audio/a2dp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/a2dp.h b/audio/a2dp.h
index 4804c5f1..7358473e 100644
--- a/audio/a2dp.h
+++ b/audio/a2dp.h
@@ -72,7 +72,7 @@ unsigned int a2dp_source_request_stream(struct avdtp *session,
gboolean start, a2dp_stream_cb_t cb,
void *user_data,
struct a2dp_sep **sep);
-gboolean a2dp_source_cancel_stream(int id);
+gboolean a2dp_source_cancel_stream(struct device *dev, unsigned int id);
gboolean a2dp_source_lock(struct device *dev, struct avdtp *session);
gboolean a2dp_source_unlock(struct device *dev, struct avdtp *session);