diff options
Diffstat (limited to 'firmware')
-rw-r--r-- | firmware/export/config-gmini120.h | 3 | ||||
-rw-r--r-- | firmware/export/config-h100.h | 3 | ||||
-rw-r--r-- | firmware/export/config.h | 1 |
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 @@ #define CONFIG_I2C I2C_GMINI +/* Define this if you do software codec */ +#define CONFIG_HWCODEC MASNONE + /* Type of mobile power, FIXME: probably different, make new type */ #define CONFIG_BATTERY BATT_LIION2200 #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 @@ #define CONFIG_KEYPAD IRIVER_H100_PAD +/* Define this if you do software codec */ +#define CONFIG_HWCODEC MASNONE + #ifndef SIMULATOR /* 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 @@ #define MAS3587F 3587 #define MAS3507D 3507 #define MAS3539F 3539 +#define MASNONE 1 /* if codec is done by SW */ /* CONFIG_CPU */ #define SH7034 7034 |