diff options
Diffstat (limited to 'drivers/media/video/cx23885')
-rw-r--r-- | drivers/media/video/cx23885/cx23885-dvb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/video/cx23885/cx23885-dvb.c b/drivers/media/video/cx23885/cx23885-dvb.c index 870d6e197d65..f05649727b60 100644 --- a/drivers/media/video/cx23885/cx23885-dvb.c +++ b/drivers/media/video/cx23885/cx23885-dvb.c | |||
@@ -191,7 +191,7 @@ static struct tda18271_config hauppauge_hvr1200_tuner_config = { | |||
191 | .gate = TDA18271_GATE_ANALOG, | 191 | .gate = TDA18271_GATE_ANALOG, |
192 | }; | 192 | }; |
193 | 193 | ||
194 | struct dibx000_agc_config xc3028_agc_config = { | 194 | static struct dibx000_agc_config xc3028_agc_config = { |
195 | BAND_VHF | BAND_UHF, /* band_caps */ | 195 | BAND_VHF | BAND_UHF, /* band_caps */ |
196 | 196 | ||
197 | /* P_agc_use_sd_mod1=0, P_agc_use_sd_mod2=0, P_agc_freq_pwm_div=0, | 197 | /* P_agc_use_sd_mod1=0, P_agc_use_sd_mod2=0, P_agc_freq_pwm_div=0, |
@@ -237,7 +237,7 @@ struct dibx000_agc_config xc3028_agc_config = { | |||
237 | 237 | ||
238 | /* PLL Configuration for COFDM BW_MHz = 8.000000 | 238 | /* PLL Configuration for COFDM BW_MHz = 8.000000 |
239 | * With external clock = 30.000000 */ | 239 | * With external clock = 30.000000 */ |
240 | struct dibx000_bandwidth_config xc3028_bw_config = { | 240 | static struct dibx000_bandwidth_config xc3028_bw_config = { |
241 | 60000, /* internal */ | 241 | 60000, /* internal */ |
242 | 30000, /* sampling */ | 242 | 30000, /* sampling */ |
243 | 1, /* pll_cfg: prediv */ | 243 | 1, /* pll_cfg: prediv */ |