summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2008-09-08 11:40:32 +0300
committerJohan Hedberg <johan.hedberg@nokia.com>2008-09-08 11:40:32 +0300
commit779b2cbee39544eefd8c09152e856ecc854c6707 (patch)
tree30445319da05e58af5fb19b27e746414bc435656 /audio
parent17370895fde2d210bb50dfaa1c89fe6601de3467 (diff)
Rename Source and Sink to AudioSource and AudioSink
Diffstat (limited to 'audio')
-rw-r--r--audio/device.h3
-rw-r--r--audio/sink.h2
2 files changed, 2 insertions, 3 deletions
diff --git a/audio/device.h b/audio/device.h
index 20bc4d99..bdcba754 100644
--- a/audio/device.h
+++ b/audio/device.h
@@ -39,9 +39,8 @@
#define AVRCP_TARGET_UUID "0000110C-0000-1000-8000-00805F9B34FB"
/* Move these to respective .h files once they exist */
-#define AUDIO_SOURCE_INTERFACE "org.bluez.Source"
+#define AUDIO_SOURCE_INTERFACE "org.bluez.AudioSource"
#define AUDIO_CONTROL_INTERFACE "org.bluez.Control"
-#define AUDIO_TARGET_INTERFACE "org.bluez.Target"
struct source;
struct control;
diff --git a/audio/sink.h b/audio/sink.h
index f5d56fef..5752a3da 100644
--- a/audio/sink.h
+++ b/audio/sink.h
@@ -22,7 +22,7 @@
*
*/
-#define AUDIO_SINK_INTERFACE "org.bluez.Sink"
+#define AUDIO_SINK_INTERFACE "org.bluez.AudioSink"
struct sink *sink_init(struct audio_device *dev);
void sink_unregister(struct audio_device *dev);