diff options
| author | Udo Schläpfer <rockbox-2014.10@desktopwarrior.net> | 2015-01-30 22:47:30 +0100 |
|---|---|---|
| committer | Udo Schläpfer <rockbox-2014.10@desktopwarrior.net> | 2015-02-02 21:58:25 +0100 |
| commit | 040306a71663d98f1ca568b61010ee125d1e6501 (patch) | |
| tree | 369840173d587df590ce9674cfd0f62163034105 /apps/lang | |
| parent | dbabd0d9c34a33bc0c51243ec37f230d117db955 (diff) | |
| download | rockbox-040306a71663d98f1ca568b61010ee125d1e6501.zip rockbox-040306a71663d98f1ca568b61010ee125d1e6501.tar.gz rockbox-040306a71663d98f1ca568b61010ee125d1e6501.tar.bz2 rockbox-040306a71663d98f1ca568b61010ee125d1e6501.tar.xz | |
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
Diffstat (limited to 'apps/lang')
| -rw-r--r-- | apps/lang/deutsch.lang | 21 | ||||
| -rw-r--r-- | apps/lang/english.lang | 20 |
2 files changed, 41 insertions, 0 deletions
diff --git a/apps/lang/deutsch.lang b/apps/lang/deutsch.lang index 55377c2..6d9c025 100644 --- a/apps/lang/deutsch.lang +++ b/apps/lang/deutsch.lang @@ -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> diff --git a/apps/lang/english.lang b/apps/lang/english.lang index ca5e687..081e33d 100644 --- a/apps/lang/english.lang +++ b/apps/lang/english.lang @@ -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> |