summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/drivers/tuner/si4700.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/drivers/tuner/si4700.c b/firmware/drivers/tuner/si4700.c
index 16ec136d2e..f133c806ef 100644
--- a/firmware/drivers/tuner/si4700.c
+++ b/firmware/drivers/tuner/si4700.c
@@ -368,6 +368,10 @@ void si4700_init(void)
368 mutex_init(&fmr_mutex); 368 mutex_init(&fmr_mutex);
369 /* check device id */ 369 /* check device id */
370 if (si4700_detect()) { 370 if (si4700_detect()) {
371 /* make sure the tuner goes into a well-defined powered-off state */
372 si4700_sleep(0);
373 si4700_sleep(1);
374
371#ifdef HAVE_RDS_CAP 375#ifdef HAVE_RDS_CAP
372 si4700_rds_init(); 376 si4700_rds_init();
373#endif 377#endif