[media] tm6000: remove old tuner params
authorStefan Ringel <stefan.ringel@arcor.de>
Mon, 9 May 2011 19:53:56 +0000 (16:53 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Fri, 20 May 2011 23:06:26 +0000 (20:06 -0300)
Signed-off-by: Stefan Ringel <stefan.ringel@arcor.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/staging/tm6000/tm6000-cards.c

index 19120ed..8ca8727 100644 (file)
@@ -922,12 +922,8 @@ static void tm6000_config_tuner(struct tm6000_core *dev)
                memset(&xc2028_cfg, 0, sizeof(xc2028_cfg));
                memset(&ctl, 0, sizeof(ctl));
 
-               ctl.input1 = 1;
-               ctl.read_not_reliable = 0;
-               ctl.msleep = 10;
                ctl.demod = XC3028_FE_ZARLINK456;
-               ctl.vhfbw7 = 1;
-               ctl.uhfbw8 = 1;
+
                xc2028_cfg.tuner = TUNER_XC2028;
                xc2028_cfg.priv  = &ctl;