diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2007-08-12 23:58:15 +0000 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2007-08-12 23:58:15 +0000 |
commit | d013a1eaa7beebbb49c1fe0015c70ad81566d97c (patch) | |
tree | d4f99165dd4ee46c5bb3b73fc31a490a88744299 /audio/a2dp.c | |
parent | f9d8837abad3b67b70425157ac854deb892b2b91 (diff) |
Clean up mess with header files
Diffstat (limited to 'audio/a2dp.c')
-rw-r--r-- | audio/a2dp.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/a2dp.c b/audio/a2dp.c index 1f34fc24..03cb8868 100644 --- a/audio/a2dp.c +++ b/audio/a2dp.c @@ -35,6 +35,7 @@ #include "logging.h" #include "manager.h" +#include "device.h" #include "avdtp.h" #include "sink.h" #include "a2dp.h" @@ -72,7 +73,7 @@ static gboolean setconf_ind(struct avdtp *session, return FALSE; } - sink_new_stream(session, stream, dev); + sink_new_stream(dev, session, stream); return TRUE; } |