Message ID | 4B69DE57.4030509@arcor.de (mailing list archive) |
---|---|
State | Rejected |
Headers | show |
--- a/drivers/media/common/tuners/tuner-xc2028.c +++ b/drivers/media/common/tuners/tuner-xc2028.c @@ -1114,7 +1122,11 @@ static int xc2028_set_params(struct dvb_frontend *fe, /* All S-code tables need a 200kHz shift */ if (priv->ctrl.demod) { - demod = priv->ctrl.demod + 200; + if ((priv->ctrl.fname == "xc3028L-v36.fw") && (priv->ctrl.demod == XC3028_FE_ZARLINK456) && ((type & DTV78) | (type & DTV8)) ) { + demod = priv->ctrl.demod; + } else { + demod = priv->ctrl.demod + 200; + } /* * The DTV7 S-code table needs a 700 kHz shift.