Skip to content

Commit

Permalink
Merge "Keep bundle effects enabled for volume apply with unsupported …
Browse files Browse the repository at this point in the history
…devices" into 24D1-dev am: 08525c3

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/av/+/27630490

Change-Id: Ibbd2f31efe8c1bd98006986a66eded682cf2ed58
Signed-off-by: Automerger Merge Worker <[email protected]>
  • Loading branch information
Lynn Yeh authored and android-build-merge-worker-robot committed Jun 12, 2024
2 parents 41b05e8 + 08525c3 commit f1afc12
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion media/libeffects/lvm/wrapper/Aidl/BundleContext.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}

Expand Down

0 comments on commit f1afc12

Please sign in to comment.