diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2007-08-31 10:25:18 +0000 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2007-08-31 10:25:18 +0000 |
commit | fc0d501d82773718d0f2d040f786136332c39813 (patch) | |
tree | 44b5cc14b72a8fd393f1c67917a7d10c9985f1a9 /audio/headset.h | |
parent | 03490d81bbe11641c47cd8e7e0c64a45db4f80f4 (diff) |
Cleanup and fixes of stream handling
Diffstat (limited to 'audio/headset.h')
-rw-r--r-- | audio/headset.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/headset.h b/audio/headset.h index 3f762815..6824e0ce 100644 --- a/audio/headset.h +++ b/audio/headset.h @@ -74,7 +74,7 @@ int headset_get_sco_fd(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_lock(struct device *dev); +gboolean headset_unlock(struct device *dev); gboolean headset_suspend(struct device *dev, void *data); gboolean headset_play(struct device *dev, void *data); |