summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/dvb-usb
diff options
context:
space:
mode:
authorPatrick Boettcher <pb@linuxtv.org>2007-07-31 13:19:28 +0200
committerPatrick Boettcher <pb@linuxtv.org>2007-07-31 13:19:28 +0200
commite9e052222fb9425fe9e5f2dee61f0425cdb2c8c8 (patch)
tree7c278562e63059d1522cef41f222d466dbec366d /linux/drivers/media/dvb/dvb-usb
parent14a54ced06defabba72c271d472e8e7e7e7734f1 (diff)
downloadmediapointer-dvb-s2-e9e052222fb9425fe9e5f2dee61f0425cdb2c8c8.tar.gz
mediapointer-dvb-s2-e9e052222fb9425fe9e5f2dee61f0425cdb2c8c8.tar.bz2
Fix support for DiB7000M-devices
From: Patrick Boettcher <pb@linuxtv.org> Forgot to initialize the timf_default field. Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
Diffstat (limited to 'linux/drivers/media/dvb/dvb-usb')
-rw-r--r--linux/drivers/media/dvb/dvb-usb/dib0700_devices.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/dvb-usb/dib0700_devices.c b/linux/drivers/media/dvb/dvb-usb/dib0700_devices.c
index a2b2830f9..a70fe75bc 100644
--- a/linux/drivers/media/dvb/dvb-usb/dib0700_devices.c
+++ b/linux/drivers/media/dvb/dvb-usb/dib0700_devices.c
@@ -515,6 +515,7 @@ static struct dibx000_bandwidth_config stk7700p_pll_config = {
(3 << 14) | (1 << 12) | (524 << 0), // sad_cfg: refsel, sel, freq_15k
60258167, // ifreq
20452225, // timf
+ 30000000, // xtal
};
static struct dib7000m_config stk7700p_dib7000m_config = {