summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build SharedAccount <android-build@sekiwake.mtv.corp.google.com>2010-02-23 16:26:13 -0800
committerandroid-build SharedAccount <android-build@sekiwake.mtv.corp.google.com>2010-02-23 16:26:13 -0800
commit562ac30bddb37b8bebeedfb035111dda41187332 (patch)
tree2f5a0b6e100787432b1a2276d9fb7bce7ad59e32
parent699f7ce33d715f49a89f584034436b85e9d7a6e7 (diff)
downloadbase-eclair-passion-release.tar.gz
This reverts commit 699f7ce33d715f49a89f584034436b85e9d7a6e7.
-rw-r--r--media/libmedia/AudioSystem.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/media/libmedia/AudioSystem.cpp b/media/libmedia/AudioSystem.cpp
index 1787e1fefda1..5352234f7984 100644
--- a/media/libmedia/AudioSystem.cpp
+++ b/media/libmedia/AudioSystem.cpp
@@ -694,9 +694,7 @@ bool AudioSystem::isBluetoothScoDevice(audio_devices device)
bool AudioSystem::isLowVisibility(stream_type stream)
{
- if (stream == AudioSystem::SYSTEM ||
- stream == AudioSystem::NOTIFICATION ||
- stream == AudioSystem::RING) {
+ if (stream == AudioSystem::SYSTEM || stream == AudioSystem::NOTIFICATION) {
return true;
} else {
return false;