From c14ea0e01e03f73f8c327fb01c674bf08e20788e Mon Sep 17 00:00:00 2001 From: Solomon Peachy Date: Sat, 13 Sep 2025 08:39:50 -0400 Subject: [PATCH] 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 --- tools/configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/configure b/tools/configure index 8d1fb7fdc6..0e0b143da1 100755 --- a/tools/configure +++ b/tools/configure @@ -3562,7 +3562,7 @@ fi target_id=78 modelname="samsungypr0" target="SAMSUNG_YPR0" - memory=32 + memory=24 uname=`uname` ypr0cc tool="cp " @@ -3638,7 +3638,7 @@ fi target_id=93 modelname="samsungypr1" target="SAMSUNG_YPR1" - memory=32 + memory=24 uname=`uname` # Linux environment and CPU are the same as for R0, use the same gcc options ypr0cc