From 987d1e4e7f60c2ee3a26d10ccc2cf22dd5bb8534 Mon Sep 17 00:00:00 2001 From: Carl Date: Wed, 27 Mar 2024 18:36:48 +0800 Subject: [PATCH] tidy up --- src/tuner_r82xx.c | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/src/tuner_r82xx.c b/src/tuner_r82xx.c index 66c83b4..891cdf4 100644 --- a/src/tuner_r82xx.c +++ b/src/tuner_r82xx.c @@ -222,25 +222,7 @@ static const struct r82xx_freq_range freq_ranges[] = { /* .xtal_cap20p = */ 0x00, /* R16[1:0] 0pF (00) */ /* .xtal_cap10p = */ 0x00, /* .xtal_cap0p = */ 0x00, - }, { - /* .freq = */ 1000, /* Start freq, in MHz */ - /* .open_d = */ 0x00, /* high */ - /* .rf_mux_ploy = */ 0x40, /* R26[7:6]=1 (bypass) R26[1:0]=0 (highest) */ - /* .tf_c = */ 0x00, /* R27[7:0] highest,highest */ - /* .xtal_cap20p = */ 0x00, /* R16[1:0] 0pF (00) */ - /* .xtal_cap10p = */ 0x00, - /* .xtal_cap0p = */ 0x00, - }, { - /* .freq = */ 1500, /* Start freq, in MHz */ - /* .open_d = */ 0x00, /* high */ - /* .rf_mux_ploy = */ 0x40, /* R26[7:6]=1 (bypass) R26[1:0]=0 (highest) */ - /* .tf_c = */ 0x00, /* R27[7:0] highest,highest */ - /* .xtal_cap20p = */ 0x00, /* R16[1:0] 0pF (00) */ - /* .xtal_cap10p = */ 0x00, - /* .xtal_cap0p = */ 0x00, } - - }; static int r82xx_xtal_capacitor[][2] = {