summaryrefslogtreecommitdiffstats
path: root/audio/headset.h
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.dentz@openbossa.org>2008-11-25 16:11:24 -0300
committerLuiz Augusto von Dentz <luiz.dentz@openbossa.org>2008-11-25 16:11:24 -0300
commitc6ca785eb241e6e93bcc6ef1ef430cf09ae362b3 (patch)
tree666c45cfd8e2ad75aa1309e26242b3163f9fcd6e /audio/headset.h
parentc3a264a57a6e61c22280b52dd01f2677600a04f2 (diff)
Make hfp/hsp to suspend properly.
Diffstat (limited to 'audio/headset.h')
-rw-r--r--audio/headset.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/audio/headset.h b/audio/headset.h
index 18205c4d..25c7acf2 100644
--- a/audio/headset.h
+++ b/audio/headset.h
@@ -56,6 +56,10 @@ unsigned int headset_request_stream(struct audio_device *dev,
headset_stream_cb_t cb,
headset_lock_t lock,
void *user_data);
+unsigned int headset_suspend_stream(struct audio_device *dev,
+ headset_stream_cb_t cb,
+ headset_lock_t lock,
+ void *user_data);
gboolean headset_cancel_stream(struct audio_device *dev, unsigned int id);
gboolean get_hfp_active(struct audio_device *dev);