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, 4 insertions, 2 deletions
diff --git a/apps/settings.c b/apps/settings.c
index 4bb9adbc81..2ee4126adb 100644
--- a/apps/settings.c
+++ b/apps/settings.c
@@ -307,8 +307,8 @@ static const struct bit_entry hd_bits[] =
307#if CONFIG_HWCODEC == MAS3587F 307#if CONFIG_HWCODEC == MAS3587F
308 /* recording */ 308 /* recording */
309 {1, S_O(rec_editable), false, "editable recordings", off_on }, 309 {1, S_O(rec_editable), false, "editable recordings", off_on },
310 {4, S_O(rec_timesplit), 0, "rec timesplit", /* 0...13 */ 310 {4, S_O(rec_timesplit), 0, "rec timesplit", /* 0...15 */
311 "off,00:05,00:10,00:15,00:30,01:00,02:00,04:00,06:00,08:00,10:00,12:00,18:00,24:00" }, 311 "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" },
312 {1, S_O(rec_channels), 0, "rec channels", "stereo,mono" }, 312 {1, S_O(rec_channels), 0, "rec channels", "stereo,mono" },
313 {4, S_O(rec_mic_gain), 8, "rec mic gain", NULL }, 313 {4, S_O(rec_mic_gain), 8, "rec mic gain", NULL },
314 {3, S_O(rec_quality), 5, "rec quality", NULL }, 314 {3, S_O(rec_quality), 5, "rec quality", NULL },
@@ -1532,6 +1532,8 @@ static const unsigned long rec_timer_seconds[] =
1532 15*60, /* 00:15 */ 1532 15*60, /* 00:15 */
1533 30*60, /* 00:30 */ 1533 30*60, /* 00:30 */
1534 60*60, /* 01:00 */ 1534 60*60, /* 01:00 */
1535 74*60, /* 74:00 */
1536 80*60, /* 80:00 */
1535 2*60*60, /* 02:00 */ 1537 2*60*60, /* 02:00 */
1536 4*60*60, /* 04:00 */ 1538 4*60*60, /* 04:00 */
1537 6*60*60, /* 06:00 */ 1539 6*60*60, /* 06:00 */