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

Commit b4d368e0 authored by Eric Laurent's avatar Eric Laurent Committed by Vineeta Srivastava
Browse files

hal: msm8974: fix VOICE_HANDSET selection for non-TMUS operators

Change-Id: I5033faeaa568b1c31c3ef4b7386cc5c1b3127f69
parent eb772b77
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -951,7 +951,7 @@ snd_device_t platform_get_output_snd_device(void *platform, audio_devices_t devi
            if (is_operator_tmus())
                snd_device = SND_DEVICE_OUT_VOICE_HANDSET_TMUS;
            else
                snd_device = SND_DEVICE_OUT_HANDSET;
                snd_device = SND_DEVICE_OUT_VOICE_HANDSET;
        }
        if (snd_device != SND_DEVICE_NONE) {
            goto exit;