summaryrefslogtreecommitdiffstats
path: root/audio/device.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2007-08-11 11:05:24 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2007-08-11 11:05:24 +0000
commit6763ebb3c231740c66a235f94d56e8d8cc213d90 (patch)
tree527ad7a778289b70ac64b2d4e49512eae6d634e2 /audio/device.h
parent46e860574f3d6d70d961e38270522764191cea20 (diff)
Integrate A2DP work from Johan's and Luiz's GIT trees
Diffstat (limited to 'audio/device.h')
-rw-r--r--audio/device.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/audio/device.h b/audio/device.h
index 71e1053f..62c13e9e 100644
--- a/audio/device.h
+++ b/audio/device.h
@@ -75,3 +75,10 @@ struct device *device_register(DBusConnection *conn,
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);
+
+void device_set_state(struct device *dev, uint8_t state);
+
+uint8_t device_get_state(struct device *dev);