diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2008-01-22 18:01:19 +0000 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2008-01-22 18:01:19 +0000 |
commit | 4f47f8ab1c25fb08b37bafe97a88def3e749098c (patch) | |
tree | d6d52a21c5b5a2cf35f1a1c130b8886f07a14a44 /audio/headset.h | |
parent | af43115ad952518c6124c9f2e2c48f87b164e97f (diff) |
Initialize HFP supported features properly
Diffstat (limited to 'audio/headset.h')
-rw-r--r-- | audio/headset.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/headset.h b/audio/headset.h index a70ad973..67155f73 100644 --- a/audio/headset.h +++ b/audio/headset.h @@ -47,7 +47,7 @@ struct headset *headset_init(struct device *dev, sdp_record_t *record, void headset_free(struct device *dev); -int headset_config_init(GKeyFile *config); +uint32_t headset_config_init(GKeyFile *config); void headset_update(struct device *dev, sdp_record_t *record, uint16_t svc); |