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

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

Merge "hal: Update STHAL about Voicecall usecase." into audio-hal.lnx.4.0

parents 4797e2c5 b46af6cf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -513,7 +513,7 @@ void audio_extn_sound_trigger_update_stream_status(struct audio_usecase *uc_info
                ALOGW("%s:invalid event %d, for usecase %d",
                                      __func__, event, uc_info->id);
            }
        } else if (uc_info->type == PCM_CAPTURE) {
        } else if ((uc_info->type == PCM_CAPTURE) || (uc_info->type == VOICE_CALL)) {
            if (event == ST_EVENT_STREAM_BUSY)
                ev = AUDIO_EVENT_CAPTURE_STREAM_ACTIVE;
            else