diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2008-01-16 09:08:26 +0000 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2008-01-16 09:08:26 +0000 |
commit | 3eb854122f31b55fc4ba56b5ce555c380947f710 (patch) | |
tree | 5bfa292df6b6fca3f013a75555859402571bd0ef /audio/headset.h | |
parent | e65858be07f86fe12756c67a20a5f45debfcc250 (diff) |
Reorganize audio.conf parsing in a more modular manner
Diffstat (limited to 'audio/headset.h')
-rw-r--r-- | audio/headset.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/headset.h b/audio/headset.h index 4869bb36..a70ad973 100644 --- a/audio/headset.h +++ b/audio/headset.h @@ -47,6 +47,8 @@ struct headset *headset_init(struct device *dev, sdp_record_t *record, void headset_free(struct device *dev); +int headset_config_init(GKeyFile *config); + void headset_update(struct device *dev, sdp_record_t *record, uint16_t svc); unsigned int headset_request_stream(struct device *dev, headset_stream_cb_t cb, |