summaryrefslogtreecommitdiff
path: root/firmware/export/config-mrobe500.h
diff options
context:
space:
mode:
authorKarl Kurbjun <kkurbjun@gmail.com>2009-03-11 01:18:23 +0000
committerKarl Kurbjun <kkurbjun@gmail.com>2009-03-11 01:18:23 +0000
commit3c7ada594142b44bfb543f7ec693ac7250176287 (patch)
treea0a6cc746d5810c2e44643b627d5a181ad9acbdc /firmware/export/config-mrobe500.h
parent2d9caa9aa3aeebed58772eb6ed4b2f4aed85abf6 (diff)
downloadrockbox-3c7ada594142b44bfb543f7ec693ac7250176287.tar.gz
rockbox-3c7ada594142b44bfb543f7ec693ac7250176287.zip
Sound working with rockbox PCM interface on the M:Robe 500. Doom and Rockboy run with sound. There are stability problems that need to be looked into causing the player to reset when music playback is attempted.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20284 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-mrobe500.h')
-rw-r--r--firmware/export/config-mrobe500.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/firmware/export/config-mrobe500.h b/firmware/export/config-mrobe500.h
index 857404b3db..9854d50e01 100644
--- a/firmware/export/config-mrobe500.h
+++ b/firmware/export/config-mrobe500.h
@@ -123,8 +123,7 @@
123/* The number of bytes reserved for loadable plugins */ 123/* The number of bytes reserved for loadable plugins */
124#define PLUGIN_BUFFER_SIZE 0x100000 124#define PLUGIN_BUFFER_SIZE 0x100000
125 125
126#define HW_SAMPR_CAPS (SAMPR_CAP_88 | SAMPR_CAP_44 | SAMPR_CAP_22 | \ 126#define HW_SAMPR_CAPS SAMPR_CAP_44
127 SAMPR_CAP_11)
128 127
129#define BATTERY_CAPACITY_DEFAULT 1100 /* default battery capacity */ 128#define BATTERY_CAPACITY_DEFAULT 1100 /* default battery capacity */
130#define BATTERY_CAPACITY_MIN 500 /* min. capacity selectable */ 129#define BATTERY_CAPACITY_MIN 500 /* min. capacity selectable */