diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2008-11-26 20:08:40 +0200 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2008-11-26 20:08:40 +0200 |
commit | 7fa0fd3049a4034fc347d7035d56ca1682a24856 (patch) | |
tree | e9f50081b7c30af0880bf8e381c02ecff6207f75 /audio/headset.h | |
parent | b892677f0ba83e28daf6c05561295c1145d1c59f (diff) | |
parent | 09d691ffa7e3d873c140aa05a4c2d6c888e1d769 (diff) |
Merge branch 'for-upstream' of git://gitorious.org/bluez/vudentzs-clone into vudentz
Diffstat (limited to 'audio/headset.h')
-rw-r--r-- | audio/headset.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/audio/headset.h b/audio/headset.h index 25c7acf2..c7b00e02 100644 --- a/audio/headset.h +++ b/audio/headset.h @@ -52,6 +52,10 @@ uint32_t headset_config_init(GKeyFile *config); void headset_update(struct audio_device *dev, uint16_t svc, const char *uuidstr); +unsigned int headset_config_stream(struct audio_device *dev, + headset_stream_cb_t cb, + headset_lock_t lock, + void *user_data); unsigned int headset_request_stream(struct audio_device *dev, headset_stream_cb_t cb, headset_lock_t lock, |