summaryrefslogtreecommitdiff
path: root/firmware/export/config
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config')
-rw-r--r--firmware/export/config/iriverh120.h2
-rw-r--r--firmware/export/config/iriverh300.h2
2 files changed, 4 insertions, 0 deletions
diff --git a/firmware/export/config/iriverh120.h b/firmware/export/config/iriverh120.h
index 8751c121cc..55ef43dad2 100644
--- a/firmware/export/config/iriverh120.h
+++ b/firmware/export/config/iriverh120.h
@@ -111,6 +111,8 @@
111/* define this if you have recording possibility */ 111/* define this if you have recording possibility */
112#define HAVE_RECORDING 112#define HAVE_RECORDING
113 113
114#define HAVE_RECORDING_HISTOGRAM
115
114/* Define bitmask of input sources - recordable bitmask can be defined 116/* Define bitmask of input sources - recordable bitmask can be defined
115 explicitly if different */ 117 explicitly if different */
116#define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_LINEIN | \ 118#define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_LINEIN | \
diff --git a/firmware/export/config/iriverh300.h b/firmware/export/config/iriverh300.h
index d2348397d2..9b92c8616b 100644
--- a/firmware/export/config/iriverh300.h
+++ b/firmware/export/config/iriverh300.h
@@ -107,6 +107,8 @@
107/* define this if you have recording possibility */ 107/* define this if you have recording possibility */
108#define HAVE_RECORDING 108#define HAVE_RECORDING
109 109
110#define HAVE_RECORDING_HISTOGRAM
111
110/* Define bitmask of input sources - recordable bitmask can be defined 112/* Define bitmask of input sources - recordable bitmask can be defined
111 explicitly if different */ 113 explicitly if different */
112#define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_LINEIN | SRC_CAP_FMRADIO) 114#define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_LINEIN | SRC_CAP_FMRADIO)