summaryrefslogtreecommitdiffstats
path: root/audio/manager.h
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2007-05-16 11:03:50 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2007-05-16 11:03:50 +0000
commitd342f2a2b1457a25c50cb661afb56f10595b925c (patch)
tree36af27aca462fe40f44294246ace5d8d1a48daf8 /audio/manager.h
parent2ebe2befb56e62e81ec42f81450118a8721724e0 (diff)
Add place holders for AudioGW and Target interface support
Diffstat (limited to 'audio/manager.h')
-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;