summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVishal Mahaveer <vishalm@ti.com>2014-11-12 17:55:25 -0600
committerVishal Mahaveer <vishalm@ti.com>2014-11-12 17:55:25 -0600
commit48a87d3d16f159ea6a87eae6d951ec4390ee6118 (patch)
treebef5f5dd57be449e8a9e4c69a46171957529cd38
parentd109492eb4f017669a2d50e1bebc7ad49b46453d (diff)
downloadcommon-open-d-lollipop-release.tar.gz
hdmi_audio: remove obsolete channel configurationHEADmasterd-lollipop-release
AUDIO_CHANNEL_OUT_SURROUND is no longer supported. Change-Id: Idc2959dfa515c76eb60833c27a078eb5effbdae3 Signed-off-by: Vishal Mahaveer <vishalm@ti.com>
-rw-r--r--audio/hw/hdmi_audio_hw.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/audio/hw/hdmi_audio_hw.c b/audio/hw/hdmi_audio_hw.c
index 2de9c05..cb079d4 100644
--- a/audio/hw/hdmi_audio_hw.c
+++ b/audio/hw/hdmi_audio_hw.c
@@ -633,7 +633,6 @@ static int hdmi_adev_open_output_stream(audio_hw_device_t *dev,
pcm_config->channels = 2;
break;
case AUDIO_CHANNEL_OUT_QUAD:
- case AUDIO_CHANNEL_OUT_SURROUND:
pcm_config->channels = 4;
break;
case AUDIO_CHANNEL_OUT_5POINT1: