summaryrefslogtreecommitdiffstats
path: root/audio/sink.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-05-29 08:05:16 +0000
committerMarcel Holtmann <marcel@holtmann.org>2008-05-29 08:05:16 +0000
commitcaf9fdd6d0183afc3b21d1cd82eb637773c131de (patch)
treecf4034e4ffe2b65562d04663e0c88419ec1e92da /audio/sink.h
parentba4e3484118a69f49772b7e8dba9d8a02f8dff61 (diff)
Replace struct device with struct audio_device
Diffstat (limited to 'audio/sink.h')
-rw-r--r--audio/sink.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/audio/sink.h b/audio/sink.h
index fb9391df..5e4b6aaa 100644
--- a/audio/sink.h
+++ b/audio/sink.h
@@ -24,9 +24,9 @@
#define AUDIO_SINK_INTERFACE "org.bluez.audio.Sink"
-struct sink *sink_init(struct device *dev);
-void sink_free(struct device *dev);
-gboolean sink_is_active(struct device *dev);
-avdtp_state_t sink_get_state(struct device *dev);
-gboolean sink_new_stream(struct device *dev, struct avdtp *session,
+struct sink *sink_init(struct audio_device *dev);
+void sink_free(struct audio_device *dev);
+gboolean sink_is_active(struct audio_device *dev);
+avdtp_state_t sink_get_state(struct audio_device *dev);
+gboolean sink_new_stream(struct audio_device *dev, struct avdtp *session,
struct avdtp_stream *stream);