summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJean-Michel Trivi <jmtrivi@google.com>2009-12-10 16:46:13 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2009-12-10 16:46:13 -0800
commit3869dcbacecc5575cdde7b337a39cbd14c1fd7cb (patch)
tree0850074143342d15d4001c762302a05e4210dcbf /include
parentdf08a8102aa0721afec6df5db8f5742f5542473c (diff)
parent48643f38c9e92dd0a3d4a31c293c954f3df4db1b (diff)
downloadframeworks_av-3869dcbacecc5575cdde7b337a39cbd14c1fd7cb.zip
frameworks_av-3869dcbacecc5575cdde7b337a39cbd14c1fd7cb.tar.gz
frameworks_av-3869dcbacecc5575cdde7b337a39cbd14c1fd7cb.tar.bz2
am 86ed86d2: Merge change I0f73439a into eclair
Merge commit '86ed86d2260932bdf2217b1d8431ac9e04d47534' into eclair-mr2 * commit '86ed86d2260932bdf2217b1d8431ac9e04d47534': Partially fix bug 2111240 Detect docking / undocking event by reporting
Diffstat (limited to 'include')
-rw-r--r--include/media/AudioSystem.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/media/AudioSystem.h b/include/media/AudioSystem.h
index bc3dd36..29aaa3f 100644
--- a/include/media/AudioSystem.h
+++ b/include/media/AudioSystem.h
@@ -282,6 +282,7 @@ public:
FORCE_BT_SCO,
FORCE_BT_A2DP,
FORCE_WIRED_ACCESSORY,
+ FORCE_BT_DOCK,
NUM_FORCE_CONFIG,
FORCE_DEFAULT = FORCE_NONE
};
@@ -291,6 +292,7 @@ public:
FOR_COMMUNICATION,
FOR_MEDIA,
FOR_RECORD,
+ FOR_DOCK,
NUM_FORCE_USE
};