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

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

Merge "audio: Update the mixer control properly."

parents 4d9a2446 98fb5863
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -252,7 +252,8 @@ int offload_effects_bundle_hal_start_output(audio_io_handle_t output, int pcm_id
        free(out_ctxt);
        goto exit;
    } else {
        out_ctxt->ctl = mixer;
        out_ctxt->mixer = mixer;
        out_ctxt->ctl = mixer_get_ctl_by_name(out_ctxt->mixer, mixer_string);
        if (!out_ctxt->ctl) {
            ALOGE("mixer_get_ctl_by_name failed");
            out_ctxt->mixer = NULL;