summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-01-27 19:16:20 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-01-27 19:16:20 +0000
commit557fc20f3a2e04097a3e298d3042d6b6ec149461 (patch)
treea67cb9199487213b48f9bc997d6c2d7b634c0fe0
parent9c394a3e0193bb7febaf4b5681fb134115f842a4 (diff)
downloadrockbox-557fc20f3a2e04097a3e298d3042d6b6ec149461.tar.gz
rockbox-557fc20f3a2e04097a3e298d3042d6b6ec149461.zip
define gmini and iriver to use sf codec (= MASNONE)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5680 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/export/config-gmini120.h3
-rw-r--r--firmware/export/config-h100.h3
-rw-r--r--firmware/export/config.h1
3 files changed, 7 insertions, 0 deletions
diff --git a/firmware/export/config-gmini120.h b/firmware/export/config-gmini120.h
index e5b69a0c1d..5db05476cb 100644
--- a/firmware/export/config-gmini120.h
+++ b/firmware/export/config-gmini120.h
@@ -24,6 +24,9 @@
24 24
25#define CONFIG_I2C I2C_GMINI 25#define CONFIG_I2C I2C_GMINI
26 26
27/* Define this if you do software codec */
28#define CONFIG_HWCODEC MASNONE
29
27/* Type of mobile power, FIXME: probably different, make new type */ 30/* Type of mobile power, FIXME: probably different, make new type */
28#define CONFIG_BATTERY BATT_LIION2200 31#define CONFIG_BATTERY BATT_LIION2200
29#define BATTERY_SCALE_FACTOR 6465 32#define BATTERY_SCALE_FACTOR 6465
diff --git a/firmware/export/config-h100.h b/firmware/export/config-h100.h
index ae468a2626..ae39a5453f 100644
--- a/firmware/export/config-h100.h
+++ b/firmware/export/config-h100.h
@@ -10,6 +10,9 @@
10 10
11#define CONFIG_KEYPAD IRIVER_H100_PAD 11#define CONFIG_KEYPAD IRIVER_H100_PAD
12 12
13/* Define this if you do software codec */
14#define CONFIG_HWCODEC MASNONE
15
13#ifndef SIMULATOR 16#ifndef SIMULATOR
14 17
15/* Define this if you have a Motorola SCF5249 */ 18/* Define this if you have a Motorola SCF5249 */
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 6a1e896979..4a55fbc622 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -30,6 +30,7 @@
30#define MAS3587F 3587 30#define MAS3587F 3587
31#define MAS3507D 3507 31#define MAS3507D 3507
32#define MAS3539F 3539 32#define MAS3539F 3539
33#define MASNONE 1 /* if codec is done by SW */
33 34
34/* CONFIG_CPU */ 35/* CONFIG_CPU */
35#define SH7034 7034 36#define SH7034 7034