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

Commit c6de6639 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Merge commit '716d2d46' into 121"

parents cc6c6926 f50f3606
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;