summaryrefslogtreecommitdiffstats
path: root/audio/headset.h
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.dentz@openbossa.org>2007-12-11 14:39:30 +0000
committerLuiz Augusto von Dentz <luiz.dentz@openbossa.org>2007-12-11 14:39:30 +0000
commitd3a05810c6855dbd8664b29a984726d80f42d3dd (patch)
treecb91b3a0969b342b5a0f8f317eda9edf66a75173 /audio/headset.h
parent720c7262b6d88d296d15de907cd21ad3b30d9aa0 (diff)
Fix connecting to hfp headset. (Patch from fdalleau)
Diffstat (limited to 'audio/headset.h')
-rw-r--r--audio/headset.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/headset.h b/audio/headset.h
index 5e19cd9a..b151dbd9 100644
--- a/audio/headset.h
+++ b/audio/headset.h
@@ -54,8 +54,8 @@ typedef enum {
typedef void (*headset_stream_cb_t) (struct device *dev, void *user_data);
-struct headset *headset_init(struct device *dev, sdp_record_t *record,
- uint16_t svc);
+struct headset *headset_init(struct device *dev, int enable_hfp,
+ sdp_record_t *record, uint16_t svc);
void headset_free(struct device *dev);