mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 05:05:20 -05:00
iBasso DX50/DX90: User selectable freq scaling governor.
Depends on http://gerrit.rockbox.org/r/#/c/1043/. This patch adds a new setting in Settings -> General -> System: Freq Scaling Governor Usable in Quickscreen and Shortcuts. Possible settings are: - Conservative: Slow frequency switching. - Ondemand or Interactive: Fast frequency switching. - Powersave: Allways lowest frequency. - Performance: Allways highest frequency. German translation provided. This may be genric for Android kernel based devices but is only enabled for iBasso Devices. Other maintainers may choose do adopt this. Change-Id: I10296f5be9586ad3a409105db0cd03682a30e9c1
This commit is contained in:
parent
dbabd0d9c3
commit
040306a716
10 changed files with 232 additions and 3 deletions
|
|
@ -33,6 +33,7 @@
|
|||
# - Kaspar Rothenfußer
|
||||
# - Johannes Linke
|
||||
# - Kai Posadowsky
|
||||
# - Udo Schläpfer
|
||||
<phrase>
|
||||
id: LANG_SET_BOOL_YES
|
||||
desc: bool true representation
|
||||
|
|
@ -13054,3 +13055,23 @@
|
|||
*: "Beschränke automatischen Verzeichniswechsel"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_IBASSO_FREQ_SCALING_GOVERNOR
|
||||
desc: in Settings -> General -> System -> Freq Scaling Governor
|
||||
user: core
|
||||
<source>
|
||||
*: none
|
||||
ibassodx50: "Freq Scaling Governor"
|
||||
ibassodx90: "Freq Scaling Governor"
|
||||
</source>
|
||||
<dest>
|
||||
*: none
|
||||
ibassodx50: "Freq Scaling Governor"
|
||||
ibassodx90: "Freq Scaling Governor"
|
||||
</dest>
|
||||
<voice>
|
||||
*: none
|
||||
ibassodx50: "Freq Scaling Governor"
|
||||
ibassodx90: "Freq Scaling Governor"
|
||||
</voice>
|
||||
</phrase>
|
||||
|
|
|
|||
|
|
@ -13373,3 +13373,23 @@
|
|||
swcodec: "Dry / Wet Mix"
|
||||
</voice>
|
||||
</phrase>
|
||||
<phrase>
|
||||
id: LANG_IBASSO_FREQ_SCALING_GOVERNOR
|
||||
desc: in Settings -> General -> System -> Freq Scaling Governor
|
||||
user: core
|
||||
<source>
|
||||
*: none
|
||||
ibassodx50: "Freq Scaling Governor"
|
||||
ibassodx90: "Freq Scaling Governor"
|
||||
</source>
|
||||
<dest>
|
||||
*: none
|
||||
ibassodx50: "Freq Scaling Governor"
|
||||
ibassodx90: "Freq Scaling Governor"
|
||||
</dest>
|
||||
<voice>
|
||||
*: none
|
||||
ibassodx50: "Freq Scaling Governor"
|
||||
ibassodx90: "Freq Scaling Governor"
|
||||
</voice>
|
||||
</phrase>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue