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

Commit ef05c699 authored by Shunkai Yao's avatar Shunkai Yao
Browse files

Keep bundle effects enabled for volume apply with unsupported devices

Bug: 341868013
Test: repo steps in b/341868013
Test: atest --test-mapping hardware/interfaces/audio/aidl/vts:presubmit
Change-Id: Ifd40db1ea11b29c1d1a8841ce3f6d7e8813d41d4
Merged-In: Ifd40db1ea11b29c1d1a8841ce3f6d7e8813d41d4
parent f9e0df6c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -185,7 +185,6 @@ RetCode BundleContext::disableOperatingMode() {
    }
    RETURN_VALUE_IF(LVM_SUCCESS != LVM_SetControlParameters(mInstance, &params),
                    RetCode::ERROR_EFFECT_LIB_ERROR, "failSetControlParams");
    mEnabled = false;
    return limitLevel();
}