summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;