Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5f596f30 authored by Aalique Grahame's avatar Aalique Grahame Committed by Gerrit - the friendly Code Review server
Browse files

hal: msm8974: initialize speaker_lr_swap

Initialize speaker_lr_swap field in my_data

CRs-Fixed: 2162745
Change-Id: Iff1dcf03dbf9a7a6e23ae267ad06f514e2889b7a
parent 1d8964f7
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
/*
 * 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 @@ void *platform_init(struct audio_device *adev)
    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;