diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2008-09-08 11:40:32 +0300 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2008-09-08 11:40:32 +0300 |
commit | 779b2cbee39544eefd8c09152e856ecc854c6707 (patch) | |
tree | 30445319da05e58af5fb19b27e746414bc435656 /audio/sink.h | |
parent | 17370895fde2d210bb50dfaa1c89fe6601de3467 (diff) |
Rename Source and Sink to AudioSource and AudioSink
Diffstat (limited to 'audio/sink.h')
-rw-r--r-- | audio/sink.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |