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

Commit c55b3f3f authored by sasevs's avatar sasevs
Browse files

HAL: fix for RTC active usecase for ICC and BT HFP

Fixing Active usecase issue in QACT due to 64 bit
audio service changes.

Change-Id: I4b7f34c14500063df763c3fea9300811df9d088a
Suggested-By: Bhargavi Belagod Manjunatha
parent 4cddf8b6
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1050,7 +1050,8 @@ static int set_stream_app_type_mixer_ctrl(struct audio_device *adev,

    char mixer_ctl_name[MAX_LENGTH_MIXER_CONTROL_IN_INT];
    struct mixer_ctl *ctl;
    int app_type_cfg[MAX_LENGTH_MIXER_CONTROL_IN_INT], len = 0, rc = 0;
    size_t app_type_cfg[MAX_LENGTH_MIXER_CONTROL_IN_INT] = {0};
    int len = 0, rc = 0;
    int snd_device_be_idx = -1;

    if (stream_type == PCM_PLAYBACK) {