diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2008-09-06 02:09:05 +0300 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2008-09-06 02:09:05 +0300 |
commit | 26dc8445ffa66aa3c933442848c3a92070b25fb7 (patch) | |
tree | b4c0216eae7e216a6918d227bf72cbcf186cef94 /audio/sink.h | |
parent | 8b2e688eaf5b71006c72cf91a8e4df3c0c41c306 (diff) |
Fix audio and input interfaces match the API documentation
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 b067e19c..f5d56fef 100644 --- a/audio/sink.h +++ b/audio/sink.h @@ -22,7 +22,7 @@ * */ -#define AUDIO_SINK_INTERFACE "org.bluez.audio.Sink" +#define AUDIO_SINK_INTERFACE "org.bluez.Sink" struct sink *sink_init(struct audio_device *dev); void sink_unregister(struct audio_device *dev); |