diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2007-08-16 15:42:10 +0000 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2007-08-16 15:42:10 +0000 |
commit | cdd9e2e17ad674e5fc1a5ed19643880ef61d28c7 (patch) | |
tree | 5292da714c803e54ad8e199f3a06d6db9d9d42f2 /audio/headset.h | |
parent | 3863eba35ca65bb4ea17d3763ae27afafdf0f4c2 (diff) |
Rework interfacing with the avdtp state machine
Diffstat (limited to 'audio/headset.h')
-rw-r--r-- | audio/headset.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/audio/headset.h b/audio/headset.h index 2a65d136..29e2e496 100644 --- a/audio/headset.h +++ b/audio/headset.h @@ -68,3 +68,8 @@ void headset_set_state(struct device *dev, headset_state_t state); int headset_get_channel(struct device *dev); gboolean headset_is_active(struct device *dev); + +gboolean headset_lock(struct device *dev, void *data); +gboolean headset_unlock(struct device *dev, void *data); +gboolean headset_suspend(struct device *dev, void *data); +gboolean headset_play(struct device *dev, void *data); |