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

Commit ed773ea8 authored by Glenn Kasten's avatar Glenn Kasten Committed by Android Git Automerger
Browse files

am 8fc4d57d: Merge "Avoid a building error"

* commit '8fc4d57d':
  Avoid a building error
parents aa0390b7 8fc4d57d
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -629,7 +629,9 @@ int Downmix_Configure(downmix_module_t *pDwmModule, effect_config_t *pConfig, bo
        return -EINVAL;
    }

    if (&pDwmModule->config != pConfig) {
        memcpy(&pDwmModule->config, pConfig, sizeof(effect_config_t));
    }

    if (init) {
        pDownmixer->type = DOWNMIX_TYPE_FOLD;