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:
parent
9c394a3e01
commit
557fc20f3a
3 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 */
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue