diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2007-08-11 15:52:27 +0000 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2007-08-11 15:52:27 +0000 |
commit | 9494c146cec1df466c2f331957748beeac8d745a (patch) | |
tree | ee76a5688fc5a3576ac2f68331038a72988001ed /audio/headset.h | |
parent | c1761757dfeb3bf1802c5486d652d8f3852f939e (diff) |
Remove redundant stream fd from config response
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 530bdea8..db1fef65 100644 --- a/audio/headset.h +++ b/audio/headset.h @@ -65,7 +65,7 @@ void headset_free(void *device); void headset_update(void *device, sdp_record_t *record, uint16_t svc); int headset_get_config(void *device, int sock, struct ipc_packet *pkt, - int pkt_len, struct ipc_data_cfg **rsp); + int pkt_len, struct ipc_data_cfg **rsp, int *fd); headset_type_t headset_get_type(void *device); void headset_set_type(void *device, headset_type_t type); |