diff options
author | Patrick Boettcher <pboettcher@kernellabs.com> | 2013-04-22 12:45:52 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2013-04-22 16:58:16 -0300 |
commit | 173a64cb3fcff1993b2aa8113e53fd379f6a968f (patch) | |
tree | c1836b2c5208456f61cb7acfcf1771ac5bf444ad /drivers/media/usb/dvb-usb/dib0700_devices.c | |
parent | 1552fb344d5ddd5178e8774a31fdb08765c668e1 (diff) | |
download | talos-op-linux-173a64cb3fcff1993b2aa8113e53fd379f6a968f.tar.gz talos-op-linux-173a64cb3fcff1993b2aa8113e53fd379f6a968f.zip |
[media] dib8000: enhancement
The intend of this patch is to improve the support of the dib8000.
Signed-off-by: Olivier Grenie <olivier.grenie@parrot.com>
Signed-off-by: Patrick Boettcher <patrick.boettcher@parrot.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/usb/dvb-usb/dib0700_devices.c')
-rw-r--r-- | drivers/media/usb/dvb-usb/dib0700_devices.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/usb/dvb-usb/dib0700_devices.c b/drivers/media/usb/dvb-usb/dib0700_devices.c index 11798426fa88..5a4175ef3524 100644 --- a/drivers/media/usb/dvb-usb/dib0700_devices.c +++ b/drivers/media/usb/dvb-usb/dib0700_devices.c @@ -1850,7 +1850,7 @@ static int dib8096p_agc_startup(struct dvb_frontend *fe) if ((adc_table->freq != 0xffffffff) && better_sampling_freq) { pll.pll_ratio = adc_table->pll_loopdiv; pll.pll_prediv = adc_table->pll_prediv; - dib8000_update_pll(fe, &pll); + dib8000_update_pll(fe, &pll, fe->dtv_property_cache.bandwidth_hz / 1000, 0); dib8000_ctrl_timf(fe, DEMOD_TIMF_SET, adc_table->timf); } return 0; |