summaryrefslogtreecommitdiff
path: root/firmware/export/config-gigabeat-s.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-gigabeat-s.h')
-rw-r--r--firmware/export/config-gigabeat-s.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/firmware/export/config-gigabeat-s.h b/firmware/export/config-gigabeat-s.h
index 69028822f0..64f351c1ce 100644
--- a/firmware/export/config-gigabeat-s.h
+++ b/firmware/export/config-gigabeat-s.h
@@ -79,12 +79,25 @@
79/* Define this if you have the WM8978 audio codec */ 79/* Define this if you have the WM8978 audio codec */
80#define HAVE_WM8978 80#define HAVE_WM8978
81 81
82/* Define bitmask of input sources - recordable bitmask can be defined
83 explicitly if different */
82#define INPUT_SRC_CAPS SRC_CAP_FMRADIO 84#define INPUT_SRC_CAPS SRC_CAP_FMRADIO
83 85
86/* define the bitmask of hardware sample rates */
84#define HW_SAMPR_CAPS (SAMPR_CAP_48 | SAMPR_CAP_44 | SAMPR_CAP_32 | \ 87#define HW_SAMPR_CAPS (SAMPR_CAP_48 | SAMPR_CAP_44 | SAMPR_CAP_32 | \
85 SAMPR_CAP_24 | SAMPR_CAP_22 | SAMPR_CAP_16 | \ 88 SAMPR_CAP_24 | SAMPR_CAP_22 | SAMPR_CAP_16 | \
86 SAMPR_CAP_12 | SAMPR_CAP_11 | SAMPR_CAP_8) 89 SAMPR_CAP_12 | SAMPR_CAP_11 | SAMPR_CAP_8)
87 90
91/* define the bitmask of recording sample rates */
92#define REC_SAMPR_CAPS HW_SAMPR_CAPS /* Same as playback */
93
94/* define default recording levels */
95#define DEFAULT_REC_LEFT_GAIN 0
96#define DEFAULT_REC_RIGHT_GAIN 0
97
98/* Define this if you have recording capability */
99#define HAVE_RECORDING
100
88/* Define this if your LCD can be put to sleep. */ 101/* Define this if your LCD can be put to sleep. */
89#define HAVE_LCD_SLEEP 102#define HAVE_LCD_SLEEP
90/* We don't use a setting but a fixed delay after the backlight has 103/* We don't use a setting but a fixed delay after the backlight has