1
0
Fork 0
forked from len0rd/rockbox

define gmini and iriver to use sf codec (= MASNONE)

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5680 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2005-01-27 19:16:20 +00:00
parent 9c394a3e01
commit 557fc20f3a
3 changed files with 7 additions and 0 deletions

View file

@ -24,6 +24,9 @@
#define CONFIG_I2C I2C_GMINI #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 */ /* Type of mobile power, FIXME: probably different, make new type */
#define CONFIG_BATTERY BATT_LIION2200 #define CONFIG_BATTERY BATT_LIION2200
#define BATTERY_SCALE_FACTOR 6465 #define BATTERY_SCALE_FACTOR 6465

View file

@ -10,6 +10,9 @@
#define CONFIG_KEYPAD IRIVER_H100_PAD #define CONFIG_KEYPAD IRIVER_H100_PAD
/* Define this if you do software codec */
#define CONFIG_HWCODEC MASNONE
#ifndef SIMULATOR #ifndef SIMULATOR
/* Define this if you have a Motorola SCF5249 */ /* Define this if you have a Motorola SCF5249 */

View file

@ -30,6 +30,7 @@
#define MAS3587F 3587 #define MAS3587F 3587
#define MAS3507D 3507 #define MAS3507D 3507
#define MAS3539F 3539 #define MAS3539F 3539
#define MASNONE 1 /* if codec is done by SW */
/* CONFIG_CPU */ /* CONFIG_CPU */
#define SH7034 7034 #define SH7034 7034