summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--audio/manager.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/manager.h b/audio/manager.h
index 9fd98d65..b23a4bae 100644
--- a/audio/manager.h
+++ b/audio/manager.h
@@ -54,9 +54,11 @@ typedef struct audio_device {
headset_t *headset;
/*
+ audio_gw_t *audio_gw;
sink_t *sink;
source_t *source;
control_t *control;
+ target_t *target;
*/
} audio_device_t;