From caf9fdd6d0183afc3b21d1cd82eb637773c131de Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 29 May 2008 08:05:16 +0000 Subject: Replace struct device with struct audio_device --- audio/sink.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'audio/sink.h') 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); -- cgit