diff options
Diffstat (limited to 'drivers/media/common/tuners/tda18218.c')
-rw-r--r-- | drivers/media/common/tuners/tda18218.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/common/tuners/tda18218.c b/drivers/media/common/tuners/tda18218.c index 1c865950ddf4..d099501566a1 100644 --- a/drivers/media/common/tuners/tda18218.c +++ b/drivers/media/common/tuners/tda18218.c @@ -141,7 +141,7 @@ static int tda18218_set_params(struct dvb_frontend *fe, switch (params->u.ofdm.bandwidth) { case BANDWIDTH_6_MHZ: LP_Fc = 0; - priv->if_frequency = 4000000; + priv->if_frequency = 3000000; break; case BANDWIDTH_7_MHZ: LP_Fc = 1; |