summaryrefslogtreecommitdiffstats
path: root/audio/headset.c
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2007-08-31 10:25:18 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2007-08-31 10:25:18 +0000
commitfc0d501d82773718d0f2d040f786136332c39813 (patch)
tree44b5cc14b72a8fd393f1c67917a7d10c9985f1a9 /audio/headset.c
parent03490d81bbe11641c47cd8e7e0c64a45db4f80f4 (diff)
Cleanup and fixes of stream handling
Diffstat (limited to 'audio/headset.c')
-rw-r--r--audio/headset.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/headset.c b/audio/headset.c
index 5a626c17..25a5ebc6 100644
--- a/audio/headset.c
+++ b/audio/headset.c
@@ -1604,7 +1604,7 @@ gboolean headset_is_active(struct device *dev)
return FALSE;
}
-gboolean headset_lock(struct device *dev, void *data)
+gboolean headset_lock(struct device *dev)
{
struct headset *hs = dev->headset;
@@ -1616,7 +1616,7 @@ gboolean headset_lock(struct device *dev, void *data)
return TRUE;
}
-gboolean headset_unlock(struct device *dev, void *data)
+gboolean headset_unlock(struct device *dev)
{
struct headset *hs = dev->headset;