From 9494c146cec1df466c2f331957748beeac8d745a Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Sat, 11 Aug 2007 15:52:27 +0000 Subject: Remove redundant stream fd from config response --- audio/device.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio/device.h') 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); -- cgit