Archived
14
0
Fork 0

V4L/DVB (12819): tm6000: mts parameter has changed on tuner-xc2028.c

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
Mauro Carvalho Chehab 2007-11-23 13:00:18 -03:00
parent 70bfae5aaf
commit 3716ae3ed7

View file

@ -168,7 +168,7 @@ static void tm6000_config_tuner (struct tm6000_core *dev)
if (dev->tuner_type == TUNER_XC2028) {
ctl.fname = "tm6000-xc3028.fw";
ctl.type = XC2028_FIRM_MTS;
ctl.mts = 1;
xc2028_cfg.tuner = TUNER_XC2028;
xc2028_cfg.priv = &ctl;