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/sink.h | |
parent | c1761757dfeb3bf1802c5486d652d8f3852f939e (diff) |
Remove redundant stream fd from config response
Diffstat (limited to 'audio/sink.h')
-rw-r--r-- | audio/sink.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/sink.h b/audio/sink.h index 9d65e278..b14a29a7 100644 --- a/audio/sink.h +++ b/audio/sink.h @@ -32,7 +32,7 @@ struct sink *sink_init(void *device); void sink_new_stream(void *device, void *lsep); void sink_free(void *device); int sink_get_config(void *device, int sock, struct ipc_packet *req, - int pkt_len, struct ipc_data_cfg **rsp); + int pkt_len, struct ipc_data_cfg **rsp, int *fd); gboolean sink_is_active(void *device); void sink_set_state(void *device, avdtp_state_t state); avdtp_state_t sink_get_state(void *device); |