aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/em28xx
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/em28xx')
-rw-r--r--drivers/media/video/em28xx/em28xx-dvb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/em28xx/em28xx-dvb.c b/drivers/media/video/em28xx/em28xx-dvb.c
index bdbdb1bd8ec9..f18e41f0bbc1 100644
--- a/drivers/media/video/em28xx/em28xx-dvb.c
+++ b/drivers/media/video/em28xx/em28xx-dvb.c
@@ -291,6 +291,7 @@ static struct drxd_config em28xx_drxd = {
291 .demoda_address = 0x00, .pll_address = 0x00, 291 .demoda_address = 0x00, .pll_address = 0x00,
292 .pll_type = DRXD_PLL_NONE, .clock = 12000, .insert_rs_byte = 1, 292 .pll_type = DRXD_PLL_NONE, .clock = 12000, .insert_rs_byte = 1,
293 .pll_set = NULL, .osc_deviation = NULL, .IF = 42800000, 293 .pll_set = NULL, .osc_deviation = NULL, .IF = 42800000,
294 .disable_i2c_gate_ctrl = 1,
294}; 295};
295 296
296static int mt352_terratec_xs_init(struct dvb_frontend *fe) 297static int mt352_terratec_xs_init(struct dvb_frontend *fe)