summaryrefslogtreecommitdiff
path: root/firmware/drivers
diff options
context:
space:
mode:
authorAmaury Pouly <amaury.pouly@gmail.com>2012-02-01 17:51:01 +0100
committerAmaury Pouly <amaury.pouly@gmail.com>2012-02-01 17:51:01 +0100
commitac4d648958a2d26738f0ebf118c5b287020d4f73 (patch)
tree783a0eb972bfb92d45090c463749f467e27d4786 /firmware/drivers
parent0f02da208c519c1cd0d3028a61ae6df2d5e7346c (diff)
downloadrockbox-ac4d648958a2d26738f0ebf118c5b287020d4f73.tar.gz
rockbox-ac4d648958a2d26738f0ebf118c5b287020d4f73.zip
fuze+: use the si4700 internal oscillator and set a pin on power down (seems important)
Change-Id: If737438ddb726e51e0a725e27bc93950eb3657bd
Diffstat (limited to 'firmware/drivers')
-rw-r--r--firmware/drivers/tuner/si4700.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/firmware/drivers/tuner/si4700.c b/firmware/drivers/tuner/si4700.c
index 917f628490..6966891a38 100644
--- a/firmware/drivers/tuner/si4700.c
+++ b/firmware/drivers/tuner/si4700.c
@@ -30,7 +30,8 @@
30#include "fmradio_i2c.h" /* physical interface driver */ 30#include "fmradio_i2c.h" /* physical interface driver */
31#include "rds.h" 31#include "rds.h"
32 32
33#if defined(SANSA_CLIP) || defined(SANSA_E200V2) || defined(SANSA_FUZE) || defined(SANSA_C200V2) 33#if defined(SANSA_CLIP) || defined(SANSA_E200V2) || defined(SANSA_FUZE) || defined(SANSA_C200V2) \
34 || defined(SANSA_FUZEPLUS)
34/* some models use the internal 32 kHz oscillator which needs special attention 35/* some models use the internal 32 kHz oscillator which needs special attention
35 during initialisation, power-up and power-down. */ 36 during initialisation, power-up and power-down. */
36#define SI4700_USE_INTERNAL_OSCILLATOR 37#define SI4700_USE_INTERNAL_OSCILLATOR