summaryrefslogtreecommitdiff
path: root/apps/settings.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.c')
-rw-r--r--apps/settings.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/settings.c b/apps/settings.c
index 454ba183ee..d4359fda79 100644
--- a/apps/settings.c
+++ b/apps/settings.c
@@ -100,7 +100,7 @@ const char rec_base_directory[] = REC_BASE_DIR;
100#include "eq_menu.h" 100#include "eq_menu.h"
101#endif 101#endif
102 102
103#define CONFIG_BLOCK_VERSION 57 103#define CONFIG_BLOCK_VERSION 58
104#define CONFIG_BLOCK_SIZE 512 104#define CONFIG_BLOCK_SIZE 512
105#define RTC_BLOCK_SIZE 44 105#define RTC_BLOCK_SIZE 44
106 106
@@ -581,7 +581,7 @@ static const struct bit_entry hd_bits[] =
581 {1, S_O(replaygain_noclip), false, "replaygain noclip", off_on }, 581 {1, S_O(replaygain_noclip), false, "replaygain noclip", off_on },
582 {8 | SIGNED, S_O(replaygain_preamp), 0, "replaygain preamp", NULL }, 582 {8 | SIGNED, S_O(replaygain_preamp), 0, "replaygain preamp", NULL },
583 {2, S_O(beep), 0, "beep", "off,weak,moderate,strong" }, 583 {2, S_O(beep), 0, "beep", "off,weak,moderate,strong" },
584 {2, S_O(crossfade), 0, "crossfade", "off,shuffle,track skip,always"}, 584 {3, S_O(crossfade), 0, "crossfade", "off,shuffle,track skip,shuffle and track skip,always"},
585 {3, S_O(crossfade_fade_in_delay), 0, "crossfade fade in delay", NULL}, 585 {3, S_O(crossfade_fade_in_delay), 0, "crossfade fade in delay", NULL},
586 {3, S_O(crossfade_fade_out_delay), 0, "crossfade fade out delay", NULL}, 586 {3, S_O(crossfade_fade_out_delay), 0, "crossfade fade out delay", NULL},
587 {4, S_O(crossfade_fade_in_duration), 0, "crossfade fade in duration", NULL}, 587 {4, S_O(crossfade_fade_in_duration), 0, "crossfade fade in duration", NULL},