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

Commit 383f816d authored by Eric Laurent's avatar Eric Laurent
Browse files

post proc: volume listener: remove unecessary warning log

Remove warning logged in vol_effect_process() in a legitimate
situation where input and output buffer are the same.

Change-Id: Icce8e22d7d78b7577bac5a1a443e1b0527b33899
parent ad1cec25
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -346,9 +346,6 @@ static int vol_effect_process(effect_handle_t self,
            memcpy(out_buffer->raw, in_buffer->raw, out_buffer->frameCount * 2 * sizeof(int16_t));
        }

    } else {
        ALOGW("%s: something wrong, didn't handle in_buffer and out_buffer same address case",
              __func__);
    }

exit: