summaryrefslogtreecommitdiff
path: root/apps/settings_list.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings_list.c')
-rw-r--r--apps/settings_list.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/settings_list.c b/apps/settings_list.c
index c1b40a64b6..980c74f0a7 100644
--- a/apps/settings_list.c
+++ b/apps/settings_list.c
@@ -807,6 +807,11 @@ const struct settings_list settings[] = {
807 ,ID2P(LANG_REPEAT_AB) 807 ,ID2P(LANG_REPEAT_AB)
808#endif 808#endif
809 ), /* CHOICE_SETTING( repeat_mode ) */ 809 ), /* CHOICE_SETTING( repeat_mode ) */
810#ifdef HAVE_PLAY_FREQ
811 STRINGCHOICE_SETTING(0, play_frequency, LANG_PLAYBACK_FREQUENCY, 0,
812 "playback frequency", "44.1 kHz,48 kHz", NULL, 2,
813 TALK_ID_DECIMAL(441, 1, UNIT_KHZ), TALK_ID(48, UNIT_KHZ)),
814#endif /* HAVE_PLAY_FREQ */
810 /* LCD */ 815 /* LCD */
811#ifdef HAVE_LCD_CONTRAST 816#ifdef HAVE_LCD_CONTRAST
812 /* its easier to leave this one un-macro()ed for the time being */ 817 /* its easier to leave this one un-macro()ed for the time being */