summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/settings.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/settings.c b/apps/settings.c
index e87e5247e6..6ea7c34a31 100644
--- a/apps/settings.c
+++ b/apps/settings.c
@@ -90,7 +90,7 @@ const char rec_base_directory[] = REC_BASE_DIR;
90#include "dsp.h" 90#include "dsp.h"
91#endif 91#endif
92 92
93#define CONFIG_BLOCK_VERSION 38 93#define CONFIG_BLOCK_VERSION 39
94#define CONFIG_BLOCK_SIZE 512 94#define CONFIG_BLOCK_SIZE 512
95#define RTC_BLOCK_SIZE 44 95#define RTC_BLOCK_SIZE 44
96 96
@@ -213,6 +213,9 @@ static const struct bit_entry rtc_bits[] =
213#elif defined HAVE_UDA1380 213#elif defined HAVE_UDA1380
214 {5, S_O(bass), 0, "bass", NULL }, /* 0..+24 */ 214 {5, S_O(bass), 0, "bass", NULL }, /* 0..+24 */
215 {3, S_O(treble), 0, "treble", NULL }, /* 0..+6 */ 215 {3, S_O(treble), 0, "treble", NULL }, /* 0..+6 */
216#elif defined(HAVE_WM8975) || defined(HAVE_WM8758) || defined(HAVE_WM8731)
217 {4 | SIGNED, S_O(bass), 0, "bass", NULL }, /* -6..+9 */
218 {4 | SIGNED, S_O(treble), 0, "treble", NULL }, /* -6..+9 */
216#endif 219#endif
217#if (CONFIG_CODEC == MAS3587F) || (CONFIG_CODEC == MAS3539F) 220#if (CONFIG_CODEC == MAS3587F) || (CONFIG_CODEC == MAS3539F)
218 {5, S_O(loudness), 0, "loudness", NULL }, /* 0...17 */ 221 {5, S_O(loudness), 0, "loudness", NULL }, /* 0...17 */