From d3a05810c6855dbd8664b29a984726d80f42d3dd Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Tue, 11 Dec 2007 14:39:30 +0000 Subject: Fix connecting to hfp headset. (Patch from fdalleau) --- audio/headset.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'audio/headset.h') 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); -- cgit