summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/cx88/cx88-core.c
diff options
context:
space:
mode:
authorSteven Toth <stoth@hauppauge.com>2006-09-14 14:41:13 -0400
committerSteven Toth <stoth@hauppauge.com>2006-09-14 14:41:13 -0400
commit4625e6d61a711d6e6ae0b140e73cb95acac7c86a (patch)
treeff86d265caaff49a3b7323ce0769c743c0899b6e /linux/drivers/media/video/cx88/cx88-core.c
parent27167428b37b74b3453ab7cfa9465529a38f4d09 (diff)
downloadmediapointer-dvb-s2-4625e6d61a711d6e6ae0b140e73cb95acac7c86a.tar.gz
mediapointer-dvb-s2-4625e6d61a711d6e6ae0b140e73cb95acac7c86a.tar.bz2
Basic DVB-T and analog TV support for the HVR1300.
From: Steven Toth <stoth@hauppauge.com> This is the first in a series of patches to add full WinTV-HVR1300 support to Linux. This first patch will enable analog TV support and DVB-T support. Later patches will add the hardware MPEG encoder support. Signed-off-by: Steven Toth <stoth@hauppauge.com>
Diffstat (limited to 'linux/drivers/media/video/cx88/cx88-core.c')
-rw-r--r--linux/drivers/media/video/cx88/cx88-core.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/drivers/media/video/cx88/cx88-core.c b/linux/drivers/media/video/cx88/cx88-core.c
index 849e5bef1..27e9a7c80 100644
--- a/linux/drivers/media/video/cx88/cx88-core.c
+++ b/linux/drivers/media/video/cx88/cx88-core.c
@@ -1179,6 +1179,7 @@ struct cx88_core* cx88_core_get(struct pci_dev *pci)
/* init hardware */
cx88_reset(core);
+ cx88_card_setup_pre_i2c(core);
cx88_i2c_init(core,pci);
cx88_call_i2c_clients (core, TUNER_SET_STANDBY, NULL);
cx88_card_setup(core);