diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2007-05-16 11:03:50 +0000 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2007-05-16 11:03:50 +0000 |
commit | d342f2a2b1457a25c50cb661afb56f10595b925c (patch) | |
tree | 36af27aca462fe40f44294246ace5d8d1a48daf8 /audio | |
parent | 2ebe2befb56e62e81ec42f81450118a8721724e0 (diff) |
Add place holders for AudioGW and Target interface support
Diffstat (limited to 'audio')
-rw-r--r-- | audio/manager.h | 2 |
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; |