summaryrefslogtreecommitdiff
path: root/apps/sound_menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/sound_menu.c')
-rw-r--r--apps/sound_menu.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/sound_menu.c b/apps/sound_menu.c
index e41153c29b..4a6857d0cb 100644
--- a/apps/sound_menu.c
+++ b/apps/sound_menu.c
@@ -191,12 +191,13 @@ static bool avc(void)
191{ 191{
192 struct opt_items names[] = { 192 struct opt_items names[] = {
193 { STR(LANG_OFF) }, 193 { STR(LANG_OFF) },
194 { "20ms", TALK_ID(20, UNIT_MS) },
194 { "2s", TALK_ID(2, UNIT_SEC) }, 195 { "2s", TALK_ID(2, UNIT_SEC) },
195 { "4s", TALK_ID(4, UNIT_SEC) }, 196 { "4s", TALK_ID(4, UNIT_SEC) },
196 { "8s", TALK_ID(8, UNIT_SEC) } 197 { "8s", TALK_ID(8, UNIT_SEC) }
197 }; 198 };
198 return set_option(str(LANG_DECAY), &global_settings.avc, INT, 199 return set_option(str(LANG_DECAY), &global_settings.avc, INT,
199 names, 4, set_avc); 200 names, 5, set_avc);
200} 201}
201 202
202static bool recsource(void) 203static bool recsource(void)