hal: Fix DisplayPort Passthrough Mixer Command
Address the incorrect mixer command being used
for setting the backend format
Change-Id: I871d3d731eb80e2cd24feaa116ad66dfd4dbfe4c
CRs-Fixed: 2002322
diff --git a/hal/msm8974/platform.c b/hal/msm8974/platform.c
old mode 100755
new mode 100644
index 501a347..c2ebb26
--- a/hal/msm8974/platform.c
+++ b/hal/msm8974/platform.c
@@ -4945,7 +4945,7 @@
ext_disp_format = "HDMI RX Format";
set_ext_disp_format = true;
} else if (backend_idx == DISP_PORT_RX_BACKEND) {
- ext_disp_format = "Display Port Rx Format";
+ ext_disp_format = "Display Port RX Format";
set_ext_disp_format = true;
} else {
ALOGV("%s: Format doesnt have to be set", __func__);