mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 10:07:38 -04:00
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:
parent
19ee9363d1
commit
c14ea0e01e
1 changed files with 2 additions and 2 deletions
4
tools/configure
vendored
4
tools/configure
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue