hal: msm8974: initialize speaker_lr_swap

Initialize speaker_lr_swap field in my_data

CRs-Fixed: 2162745
Change-Id: Iff1dcf03dbf9a7a6e23ae267ad06f514e2889b7a
diff --git a/hal/msm8974/platform.c b/hal/msm8974/platform.c
index 39f1af7..b41784e 100644
--- a/hal/msm8974/platform.c
+++ b/hal/msm8974/platform.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013-2017, The Linux Foundation. All rights reserved.
+ * Copyright (c) 2013-2018, The Linux Foundation. All rights reserved.
  * Not a Contribution.
  *
  * Copyright (C) 2013 The Android Open Source Project
@@ -2061,6 +2061,7 @@
     my_data->ext_disp_type = EXT_DISPLAY_TYPE_NONE;
     my_data->hw_dep_fd = -1;
     my_data->mono_speaker = SPKR_1;
+    my_data->speaker_lr_swap = false;
 
     be_dai_name_table = NULL;