summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Jinsuk Kim <jinsukkim@google.com> 2014-07-16 11:20:26 +0900
committer Jinsuk Kim <jinsukkim@google.com> 2014-07-16 22:54:39 +0000
commit55021797c637c5bd4d828b515b403a29d79ca274 (patch)
tree3af008407813cbb117e458496925baf281d8500e
parentef7d656d44ae92f1b525cf05947f8f857cfff2bd (diff)
Remove system audio output option for HdmiControlService
Turned out it is not necessary to specify the audio output device for system audio mode, as it will be chosen based on audio policy. Change-Id: I611381d38bf188425f0833fe9d1f454400f6c69a
-rw-r--r--core/java/android/provider/Settings.java11
1 files changed, 0 insertions, 11 deletions
diff --git a/core/java/android/provider/Settings.java b/core/java/android/provider/Settings.java
index 9f1279adaf56..b06b51ae7d18 100644
--- a/core/java/android/provider/Settings.java
+++ b/core/java/android/provider/Settings.java
@@ -5145,17 +5145,6 @@ public final class Settings {
public static final String HDMI_SYSTEM_AUDIO_ENABLED = "hdmi_system_audio_enabled";
/**
- * Output of the audio to be used for system audio mode, as defined in AudioSystem.java.
- * <ul>
- * <li>DEVICE_OUT_SPDIF</li>
- * <li>DEVICE_OUT_HDMI_ARC</li>
- * <li>DEVICE_OUT_LINE</li>
- * </ul>
- * @hide
- */
- public static final String HDMI_SYSTEM_AUDIO_OUTPUT = "hdmi_system_audio_output";
-
- /**
* Whether TV will automatically turn on upon reception of the CEC command
* &lt;Text View On&gt; or &lt;Image View On&gt;. (0 = false, 1 = true)
* @hide