samsung ypr0/r1: Shrink audio buffer from 31 to 23MB.

This frees up some headroom in the OS for things like dlopen() and
more effective disk caches.

Change-Id: I8b8dca65ad70adecfcbe674129c294e5ab3b21bb
This commit is contained in:
Solomon Peachy 2025-09-13 08:39:50 -04:00
parent 19ee9363d1
commit c14ea0e01e

4
tools/configure vendored
View file

@ -3562,7 +3562,7 @@ fi
target_id=78 target_id=78
modelname="samsungypr0" modelname="samsungypr0"
target="SAMSUNG_YPR0" target="SAMSUNG_YPR0"
memory=32 memory=24
uname=`uname` uname=`uname`
ypr0cc ypr0cc
tool="cp " tool="cp "
@ -3638,7 +3638,7 @@ fi
target_id=93 target_id=93
modelname="samsungypr1" modelname="samsungypr1"
target="SAMSUNG_YPR1" target="SAMSUNG_YPR1"
memory=32 memory=24
uname=`uname` uname=`uname`
# Linux environment and CPU are the same as for R0, use the same gcc options # Linux environment and CPU are the same as for R0, use the same gcc options
ypr0cc ypr0cc