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

Commit f50f3606 authored by Manish Kumar's avatar Manish Kumar
Browse files

Merge commit '716d2d46' into 121

Conflicts:
	hal/msm8916/platform.c

Change-Id: I0211b22a2b4f53e446ce05b6157249ae011521f1
parents cc6c6926 716d2d46
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -1309,8 +1309,7 @@ int platform_send_audio_calibration(void *platform, struct audio_usecase *usecas
                                            usecase->stream.out->devices);
        if(usecase->id != USECASE_AUDIO_PLAYBACK_OFFLOAD)
            app_type = APP_TYPE_SYSTEM_SOUNDS;
    }
    else if ((usecase->type == PCM_HFP_CALL) || (usecase->type == PCM_CAPTURE)){
    } else if ((usecase->type == PCM_HFP_CALL) || (usecase->type == PCM_CAPTURE)) {
        snd_device = platform_get_input_snd_device(adev->platform,
                                            adev->primary_output->devices);
        app_type = APP_TYPE_GENERAL_RECORDING;