summaryrefslogtreecommitdiff
path: root/apps/lang/english.lang
diff options
context:
space:
mode:
authorAidan MacDonald <amachronic@protonmail.com>2021-03-13 02:11:45 +0000
committerSolomon Peachy <pizza@shaftnet.org>2021-03-22 13:00:11 +0000
commit55805e13a4ef0152b40e6606fce8b4603ae8cb91 (patch)
tree34171877486e5732233439ef1058007cad36ed29 /apps/lang/english.lang
parent3a254a92c7363aad95cfcc549732e44d9eddc42b (diff)
downloadrockbox-55805e13a4ef0152b40e6606fce8b4603ae8cb91.tar.gz
rockbox-55805e13a4ef0152b40e6606fce8b4603ae8cb91.zip
Add new audiohw capability: POWER_MODE_CAP
This allows the user to make use of the DAC's power-saving abilities. The two modes are "high performance" and "battery saver". This feature is supported by the AK4376 DAC in the upcoming FiiO M3K port. The setting is only a manual toggle right now, but in the future it could be hooked up to the battery level (via another setting) so it can be toggled automatically when the battery gets too low. Change-Id: I482af6e2f969fcbdeb3411bd3ff91f866b12d027
Diffstat (limited to 'apps/lang/english.lang')
-rw-r--r--apps/lang/english.lang51
1 files changed, 51 insertions, 0 deletions
diff --git a/apps/lang/english.lang b/apps/lang/english.lang
index 8365e9d265..5b8391b859 100644
--- a/apps/lang/english.lang
+++ b/apps/lang/english.lang
@@ -12208,6 +12208,57 @@
12208 </voice> 12208 </voice>
12209</phrase> 12209</phrase>
12210<phrase> 12210<phrase>
12211 id: LANG_DAC_POWER_MODE
12212 desc: in sound settings
12213 user: core
12214 <source>
12215 *: none
12216 dac_power_mode: "DAC's power mode"
12217 </source>
12218 <dest>
12219 *: none
12220 dac_power_mode: "DAC's power mode"
12221 </dest>
12222 <voice>
12223 *: none
12224 dac_power_mode: "DAC's power mode"
12225 </voice>
12226</phrase>
12227<phrase>
12228 id: LANG_DAC_POWER_HIGH
12229 desc: in sound settings
12230 user: core
12231 <source>
12232 *: none
12233 dac_power_mode: "High performance"
12234 </source>
12235 <dest>
12236 *: none
12237 dac_power_mode: "High performance"
12238 </dest>
12239 <voice>
12240 *: none
12241 dac_power_mode: "High performance"
12242 </voice>
12243</phrase>
12244<phrase>
12245 id: LANG_DAC_POWER_LOW
12246 desc: in sound settings
12247 user: core
12248 <source>
12249 *: none
12250 dac_power_mode: "Save battery"
12251 </source>
12252 <dest>
12253 *: none
12254 dac_power_mode: "Save battery"
12255 </dest>
12256 <voice>
12257 *: none
12258 dac_power_mode: "Save battery"
12259 </voice>
12260</phrase>
12261<phrase>
12211 id: LANG_VOLUME_LIMIT 12262 id: LANG_VOLUME_LIMIT
12212 desc: in sound_settings 12263 desc: in sound_settings
12213 user: core 12264 user: core