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

Commit 69fa5daa authored by Eric Laurent's avatar Eric Laurent Committed by Android Git Automerger
Browse files

am 65b8bbd3: Merge "Fix audio preprocessing library wrapper"

* commit '65b8bbd3':
  Fix audio preprocessing library wrapper
parents 1bb11784 65b8bbd3
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: