summaryrefslogtreecommitdiffstats
path: root/audio/device.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2007-08-11 15:52:27 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2007-08-11 15:52:27 +0000
commit9494c146cec1df466c2f331957748beeac8d745a (patch)
treeee76a5688fc5a3576ac2f68331038a72988001ed /audio/device.h
parentc1761757dfeb3bf1802c5486d652d8f3852f939e (diff)
Remove redundant stream fd from config response
Diffstat (limited to 'audio/device.h')
-rw-r--r--audio/device.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/device.h b/audio/device.h
index 62c13e9e..d7608741 100644
--- a/audio/device.h
+++ b/audio/device.h
@@ -77,7 +77,7 @@ int device_store(struct device *device, gboolean is_default);
void device_finish_sdp_transaction(struct device *device);
int device_get_config(struct device *dev, int sock, struct ipc_packet *req,
- int pkt_len, struct ipc_data_cfg **rsp);
+ int pkt_len, struct ipc_data_cfg **rsp, int *fd);
void device_set_state(struct device *dev, uint8_t state);