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

Commit 6d609025 authored by Sachin Mohan Gadag's avatar Sachin Mohan Gadag Committed by Gerrit - the friendly Code Review server
Browse files

rtac: Reduce RTAC buffer size



Currently RTAC buffer size is 163k which is uint32_t max, but
dsp expects buffer size of max of uint16_t for get_param_data_V5 api.
Hence reduce size to 57344 which is highest unsigned 2byte (0xE000)
integer and multiple of 8192.

CRs-Fixed: 2237328
Change-Id: I5cf1873b9c1d221c90c11433c848e04434feb476
Signed-off-by: default avatarSachin Mohan Gadag <sgadag@codeaurora.org>
parent 31994032
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment