Clip+: si4702 FM

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25190 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Rafaël Carré 2010-03-15 00:36:13 +00:00
parent ade669f0e7
commit 6159278e0d
2 changed files with 3 additions and 3 deletions

View file

@ -24,7 +24,7 @@
/* Define bitmask of input sources - recordable bitmask can be defined /* Define bitmask of input sources - recordable bitmask can be defined
explicitly if different */ explicitly if different */
#define INPUT_SRC_CAPS (SRC_CAP_MIC /*| SRC_CAP_FMRADIO*/) #define INPUT_SRC_CAPS (SRC_CAP_MIC | SRC_CAP_FMRADIO)
/* define this if you have a bitmap LCD display */ /* define this if you have a bitmap LCD display */
#define HAVE_LCD_BITMAP #define HAVE_LCD_BITMAP
@ -119,7 +119,7 @@
#define AB_REPEAT_ENABLE 1 #define AB_REPEAT_ENABLE 1
/* FM Tuner */ /* FM Tuner */
//#define CONFIG_TUNER SI4700 /* in fact SI4702 */ #define CONFIG_TUNER SI4700 /* in fact SI4702 */
//#define HAVE_TUNER_PWR_CTRL //#define HAVE_TUNER_PWR_CTRL
/* Define this for LCD backlight available */ /* Define this for LCD backlight available */

View file

@ -37,7 +37,7 @@
#define I2C_SCL_PIN 4 #define I2C_SCL_PIN 4
#define I2C_SDA_PIN 5 #define I2C_SDA_PIN 5
#elif defined(SANSA_CLIPV2) #elif defined(SANSA_CLIPV2) || defined(SANSA_CLIPPLUS)
#define I2C_GPIO(x) GPIOB_PIN(x) #define I2C_GPIO(x) GPIOB_PIN(x)
#define I2C_GPIO_DIR GPIOB_DIR #define I2C_GPIO_DIR GPIOB_DIR
#define I2C_SCL_PIN 6 #define I2C_SCL_PIN 6