summaryrefslogtreecommitdiff
path: root/firmware/drivers/tuner
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers/tuner')
-rw-r--r--firmware/drivers/tuner/lv24020lp.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/firmware/drivers/tuner/lv24020lp.c b/firmware/drivers/tuner/lv24020lp.c
index 79d38443f2..b28b0ede3f 100644
--- a/firmware/drivers/tuner/lv24020lp.c
+++ b/firmware/drivers/tuner/lv24020lp.c
@@ -479,7 +479,7 @@ static int tuner_measure(unsigned char type, int scale, int duration)
479} 479}
480 480
481/* set the FM oscillator frequency */ 481/* set the FM oscillator frequency */
482static bool set_frequency(int freq) 482static void set_frequency(int freq)
483{ 483{
484 int coef, cap_value, osc_value; 484 int coef, cap_value, osc_value;
485 int f1, f2, x1, x2; 485 int f1, f2, x1, x2;
@@ -588,8 +588,6 @@ static bool set_frequency(int freq)
588 TUNER_LOG("\n"); 588 TUNER_LOG("\n");
589 589
590 TUNER_LOG_SYNC(); 590 TUNER_LOG_SYNC();
591
592 return true;
593} 591}
594 592
595static void fine_step_tune(int (*setcmp)(int regval), int regval, int step) 593static void fine_step_tune(int (*setcmp)(int regval), int regval, int step)