summaryrefslogtreecommitdiff
path: root/apps/settings.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.c')
-rw-r--r--apps/settings.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/apps/settings.c b/apps/settings.c
index ad1ec70c07..ccf0acd8f9 100644
--- a/apps/settings.c
+++ b/apps/settings.c
@@ -94,7 +94,7 @@ const char rec_base_directory[] = REC_BASE_DIR;
94#include "dsp.h" 94#include "dsp.h"
95#endif 95#endif
96 96
97#define CONFIG_BLOCK_VERSION 41 97#define CONFIG_BLOCK_VERSION 42
98#define CONFIG_BLOCK_SIZE 512 98#define CONFIG_BLOCK_SIZE 512
99#define RTC_BLOCK_SIZE 44 99#define RTC_BLOCK_SIZE 44
100 100
@@ -504,7 +504,11 @@ static const struct bit_entry hd_bits[] =
504 "off,00:05,00:10,00:15,00:30,01:00,01:14,01:20,02:00,04:00,06:00,08:00,10:00,12:00,18:00,24:00" }, 504 "off,00:05,00:10,00:15,00:30,01:00,01:14,01:20,02:00,04:00,06:00,08:00,10:00,12:00,18:00,24:00" },
505 {1, S_O(rec_channels), 0, "rec channels", "stereo,mono" }, 505 {1, S_O(rec_channels), 0, "rec channels", "stereo,mono" },
506 {4, S_O(rec_mic_gain), 4, "rec mic gain", NULL }, 506 {4, S_O(rec_mic_gain), 4, "rec mic gain", NULL },
507#ifdef HAVE_SPDIF_IN
508 {2, S_O(rec_source), 0 /* 0=mic */, "rec source", "mic,line,spdif" },
509#else
507 {1, S_O(rec_source), 0 /* 0=mic */, "rec source", "mic,line" }, 510 {1, S_O(rec_source), 0 /* 0=mic */, "rec source", "mic,line" },
511#endif
508 {3, S_O(rec_frequency), 0, /* 0=44.1kHz */ 512 {3, S_O(rec_frequency), 0, /* 0=44.1kHz */
509 "rec frequency", "44,48,32,22,24,16" }, 513 "rec frequency", "44,48,32,22,24,16" },
510 {4, S_O(rec_left_gain), 2, /* 0dB */ 514 {4, S_O(rec_left_gain), 2, /* 0dB */