From d4e24bf6a3d8af6479abce92fbbf1869a59669aa Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Wed, 21 Nov 2007 20:24:11 +0000 Subject: Integrate new ipc API implementation. --- audio/device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio/device.c') diff --git a/audio/device.c b/audio/device.c index c86f711d..a5b9b0a9 100644 --- a/audio/device.c +++ b/audio/device.c @@ -450,7 +450,6 @@ static headset_state_t ipc_to_hs_state(uint8_t ipc_state) return HEADSET_STATE_DISCONNECTED; } } -#endif static uint8_t avdtp_to_ipc_state(avdtp_state_t state) { @@ -504,6 +503,7 @@ uint8_t device_get_state(struct device *dev) return STATE_DISCONNECTED; } +#endif gboolean device_is_connected(struct device *dev, const char *interface) { -- cgit