Merge "Remove system audio output option for HdmiControlService" into lmp-dev
diff --git a/core/java/android/provider/Settings.java b/core/java/android/provider/Settings.java
index bc069ca..a64e2a1 100644
--- a/core/java/android/provider/Settings.java
+++ b/core/java/android/provider/Settings.java
@@ -5154,17 +5154,6 @@
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
* <Text View On> or <Image View On>. (0 = false, 1 = true)
* @hide