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 36fcff3814..7d1d92fa97 100644
--- a/apps/settings.c
+++ b/apps/settings.c
@@ -71,7 +71,7 @@ char rockboxdir[] = ROCKBOX_DIR; /* config/font/data file directory */
71char rec_base_directory[] = REC_BASE_DIR; 71char rec_base_directory[] = REC_BASE_DIR;
72 72
73 73
74#define CONFIG_BLOCK_VERSION 12 74#define CONFIG_BLOCK_VERSION 13
75#define CONFIG_BLOCK_SIZE 512 75#define CONFIG_BLOCK_SIZE 512
76#define RTC_BLOCK_SIZE 44 76#define RTC_BLOCK_SIZE 44
77 77
@@ -166,7 +166,7 @@ static struct bit_entry rtc_bits[] =
166#ifdef HAVE_MAS3587F 166#ifdef HAVE_MAS3587F
167 {5, S_O(loudness), 0, "loudness", NULL }, /* 0...17 */ 167 {5, S_O(loudness), 0, "loudness", NULL }, /* 0...17 */
168 {7, S_O(bass_boost), 0, "bass boost", NULL }, /* 0...100 */ 168 {7, S_O(bass_boost), 0, "bass boost", NULL }, /* 0...100 */
169 {2, S_O(avc), 0, "auto volume", "off,2,4,8" }, 169 {3, S_O(avc), 0, "auto volume", "off,20ms,2,4,8" },
170#endif 170#endif
171 {3, S_O(channel_config), 6, "channels", 171 {3, S_O(channel_config), 6, "channels",
172 "stereo,stereo narrow,mono,mono left,mono right,karaoke,stereo wide" }, 172 "stereo,stereo narrow,mono,mono left,mono right,karaoke,stereo wide" },