summaryrefslogtreecommitdiff
path: root/firmware/export/config-h100.h
diff options
context:
space:
mode:
authorBrandon Low <lostlogic@rockbox.org>2006-01-21 23:43:57 +0000
committerBrandon Low <lostlogic@rockbox.org>2006-01-21 23:43:57 +0000
commit8d5a6609a33f3269bc80975b81e0e859a056d952 (patch)
tree9bef78c29941956fc6473f58e1657624c150f2d5 /firmware/export/config-h100.h
parent0a9179cb0a4bda8191fcfcb45404ea361fcacdc5 (diff)
downloadrockbox-8d5a6609a33f3269bc80975b81e0e859a056d952.tar.gz
rockbox-8d5a6609a33f3269bc80975b81e0e859a056d952.zip
AB-repeat mode for software codecs. Accessible through menu as a repeat mode, with buttom mappings much like those on other rockbox targets for now.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8409 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-h100.h')
-rw-r--r--firmware/export/config-h100.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/config-h100.h b/firmware/export/config-h100.h
index 34c0cc4f70..ea49dd8e2c 100644
--- a/firmware/export/config-h100.h
+++ b/firmware/export/config-h100.h
@@ -47,6 +47,8 @@
47/* The number of bytes reserved for loadable plugins */ 47/* The number of bytes reserved for loadable plugins */
48#define PLUGIN_BUFFER_SIZE 0x80000 48#define PLUGIN_BUFFER_SIZE 0x80000
49 49
50#define AB_REPEAT_ENABLE 1
51
50#define CONFIG_TUNER TEA5767 52#define CONFIG_TUNER TEA5767
51#define CONFIG_TUNER_XTAL 32768 53#define CONFIG_TUNER_XTAL 32768
52 54