summaryrefslogtreecommitdiffstats
path: root/include/media/AudioSystem.h
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2009-02-19 10:57:31 -0800
committerThe Android Open Source Project <initial-contribution@android.com>2009-02-19 10:57:31 -0800
commit25658fd43d150a45fb37734a9f9f27f48bb5c133 (patch)
tree3b7102362b1c84181f8af6f2752bb6e7eb74881a /include/media/AudioSystem.h
parent7a2146d5807030b2629f347736be5301b61e8811 (diff)
downloadframeworks_av-25658fd43d150a45fb37734a9f9f27f48bb5c133.zip
frameworks_av-25658fd43d150a45fb37734a9f9f27f48bb5c133.tar.gz
frameworks_av-25658fd43d150a45fb37734a9f9f27f48bb5c133.tar.bz2
auto import from //branches/cupcake/...@132276
Diffstat (limited to 'include/media/AudioSystem.h')
-rw-r--r--include/media/AudioSystem.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/include/media/AudioSystem.h b/include/media/AudioSystem.h
index 7437f65..77c90ba 100644
--- a/include/media/AudioSystem.h
+++ b/include/media/AudioSystem.h
@@ -70,7 +70,16 @@ public:
ROUTE_BLUETOOTH_SCO = (1 << 2),
ROUTE_HEADSET = (1 << 3),
ROUTE_BLUETOOTH_A2DP = (1 << 4),
- ROUTE_ALL = 0xFFFFFFFF
+ ROUTE_ALL = -1UL,
+ };
+
+ enum audio_in_acoustics {
+ AGC_ENABLE = 0x0001,
+ AGC_DISABLE = 0,
+ NS_ENABLE = 0x0002,
+ NS_DISABLE = 0,
+ TX_IIR_ENABLE = 0x0004,
+ TX_DISABLE = 0
};
/* These are static methods to control the system-wide AudioFlinger