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

Commit 65b8bbd3 authored by Eric Laurent's avatar Eric Laurent Committed by Android (Google) Code Review
Browse files

Merge "Fix audio preprocessing library wrapper"

parents 3be5c856 c857958e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1298,7 +1298,7 @@ int PreProcessingFx_Command(effect_handle_t self,
                return -EINVAL;
            }

            Session_GetConfig(effect->session, (effect_config_t *)pCmdData);
            Session_GetConfig(effect->session, (effect_config_t *)pReplyData);
            break;

        case EFFECT_CMD_SET_CONFIG_REVERSE: