summaryrefslogtreecommitdiff
path: root/apps/lang/english-us.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-us.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-us.lang')
-rw-r--r--apps/lang/english-us.lang51
1 files changed, 51 insertions, 0 deletions
diff --git a/apps/lang/english-us.lang b/apps/lang/english-us.lang
index cd7bfe0abf..0dc53e7110 100644
--- a/apps/lang/english-us.lang
+++ b/apps/lang/english-us.lang
@@ -12015,6 +12015,57 @@
12015 </voice> 12015 </voice>
12016</phrase> 12016</phrase>
12017<phrase> 12017<phrase>
12018 id: LANG_DAC_POWER_MODE
12019 desc: in sound settings
12020 user: core
12021 <source>
12022 *: none
12023 dac_power_mode: "DAC's power mode"
12024 </source>
12025 <dest>
12026 *: none
12027 dac_power_mode: "DAC power mode"
12028 </dest>
12029 <voice>
12030 *: none
12031 dac_power_mode: "DAC power mode"
12032 </voice>
12033</phrase>
12034<phrase>
12035 id: LANG_DAC_POWER_HIGH
12036 desc: in sound settings
12037 user: core
12038 <source>
12039 *: none
12040 dac_power_mode: "High performance"
12041 </source>
12042 <dest>
12043 *: none
12044 dac_power_mode: "High performance"
12045 </dest>
12046 <voice>
12047 *: none
12048 dac_power_mode: "High performance"
12049 </voice>
12050</phrase>
12051<phrase>
12052 id: LANG_DAC_POWER_LOW
12053 desc: in sound settings
12054 user: core
12055 <source>
12056 *: none
12057 dac_power_mode: "Save battery"
12058 </source>
12059 <dest>
12060 *: none
12061 dac_power_mode: "Save battery"
12062 </dest>
12063 <voice>
12064 *: none
12065 dac_power_mode: "Save battery"
12066 </voice>
12067</phrase>
12068<phrase>
12018 id: VOICE_BLACK 12069 id: VOICE_BLACK
12019 desc: spoken only, for announcing chess piece color 12070 desc: spoken only, for announcing chess piece color
12020 user: core 12071 user: core