summaryrefslogtreecommitdiff
path: root/firmware/export/config/iriverh300.h
diff options
context:
space:
mode:
authorPeter D'Hoye <peter.dhoye@gmail.com>2010-03-03 22:16:08 +0000
committerPeter D'Hoye <peter.dhoye@gmail.com>2010-03-03 22:16:08 +0000
commitbe90f74e89978224a169c793d4e688867dc38b41 (patch)
treedce0af0eb60cd29e421b55a213a3fbfdb993031f /firmware/export/config/iriverh300.h
parent5c80a838e4f6217970998df9d2bef44a9dddc795 (diff)
downloadrockbox-be90f74e89978224a169c793d4e688867dc38b41.tar.gz
rockbox-be90f74e89978224a169c793d4e688867dc38b41.zip
Histogram display on recording screen. Based on the work of Jvo Studer in FS #5021 but reduced and reworked since the recording screen code changed quite a bit since his patch. For now enabled on iriver h1x0 and h3x0 only.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25007 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config/iriverh300.h')
-rw-r--r--firmware/export/config/iriverh300.h2
1 files changed, 2 insertions, 0 deletions
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)