forked from len0rd/rockbox
Make peakmeter release setting work in units per tick (was units per read), add the unit and make it voiced. Make old leftover in lang file deprecated
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14390 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
022d026594
commit
ebcf06d237
6 changed files with 35 additions and 11 deletions
|
|
@ -782,6 +782,8 @@ int talk_value(long n, int unit, bool enqueue)
|
|||
= LANG_MEGABYTE,
|
||||
[UNIT_KBIT]
|
||||
= VOICE_KBIT_PER_SEC,
|
||||
[UNIT_PM_TICK]
|
||||
= VOICE_PM_UNITS_PER_TICK,
|
||||
};
|
||||
|
||||
#if CONFIG_CODEC != SWCODEC
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue