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

Commit 5533ccbc authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "hal : Fix voice call tx mute issue on BT"

parents c661e5c8 25780e48
Loading
Loading
Loading
Loading
+11 −13
Original line number Diff line number Diff line
@@ -2602,7 +2602,6 @@ static int reset_a2dp_source_dec_config_params()
    struct abr_dec_cfg_t dummy_reset_cfg;
    int ret = 0;

    if (a2dp.abr_config.is_abr_enabled) {
    ctl_dec_data = mixer_get_ctl_by_name(a2dp.adev->mixer, MIXER_SOURCE_DEC_CONFIG_BLOCK);
    if (!ctl_dec_data) {
        ALOGE("%s: ERROR A2DP decoder config mixer control not identifed", __func__);
@@ -2615,7 +2614,6 @@ static int reset_a2dp_source_dec_config_params()
        ALOGE("%s: Failed to set dummy decoder config", __func__);
        return ret;
    }
    }

    return ret;
}