diff options
Diffstat (limited to 'audio/sink.h')
-rw-r--r-- | audio/sink.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/sink.h b/audio/sink.h index a665e560..8bd6bef1 100644 --- a/audio/sink.h +++ b/audio/sink.h @@ -30,3 +30,4 @@ 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); +gboolean sink_setup_stream(struct sink *sink, struct avdtp *session); |