summaryrefslogtreecommitdiffstats
path: root/audio/device.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2007-07-23 15:43:32 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2007-07-23 15:43:32 +0000
commit6eb1dc5328b10dc8bece447947f36b1504357a35 (patch)
treea598bd9afa53970bb08579acdc88ad457daf7b08 /audio/device.h
parentc5acbd150f5addb50a8c16df7afed6aaddc283ee (diff)
Add first files for to start A2DP implementation
Diffstat (limited to 'audio/device.h')
-rw-r--r--audio/device.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/device.h b/audio/device.h
index 12e15806..71e1053f 100644
--- a/audio/device.h
+++ b/audio/device.h
@@ -25,6 +25,7 @@
#include "headset.h"
#include "gateway.h"
+#include "sink.h"
#define AUDIO_DEVICE_INTERFACE "org.bluez.audio.Device"
@@ -45,12 +46,10 @@
#define AVRCP_TARGET_UUID "0000110C-0000-1000-8000-00805F9B34FB"
/* Move these to respective .h files once they exist */
-#define AUDIO_SINK_INTERFACE "org.bluez.audio.Sink"
#define AUDIO_SOURCE_INTERFACE "org.bluez.audio.Source"
#define AUDIO_CONTROL_INTERFACE "org.bluez.audio.Control"
#define AUDIO_TARGET_INTERFACE "org.bluez.audio.Target"
-struct sink;
struct source;
struct control;
struct target;