summaryrefslogtreecommitdiffstats
path: root/audio/device.h
diff options
context:
space:
mode:
Diffstat (limited to 'audio/device.h')
-rw-r--r--audio/device.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/audio/device.h b/audio/device.h
index 2f626a54..cf27f5ee 100644
--- a/audio/device.h
+++ b/audio/device.h
@@ -63,8 +63,13 @@ struct audio_device {
struct source *source;
struct control *control;
struct target *target;
+
+ guint control_timer;
};
+gboolean device_set_control_timer(struct audio_device *dev);
+void device_remove_control_timer(struct audio_device *dev);
+
struct audio_device *audio_device_register(DBusConnection *conn,
const char *path, const bdaddr_t *src,
const bdaddr_t *dst);