summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/cx88
diff options
context:
space:
mode:
authorGerd Knorr <devnull@localhost>2005-02-10 11:43:41 +0000
committerGerd Knorr <devnull@localhost>2005-02-10 11:43:41 +0000
commit1e0a5f7ce4f1fa6d96df603e3a47f5ef4ec40f75 (patch)
treeb3b9f16e420cd471a6f357257683e5874b4d2012 /linux/drivers/media/video/cx88
parent390439a668a9a5ec08ea0d8768a88afe92188477 (diff)
downloadmediapointer-dvb-s2-1e0a5f7ce4f1fa6d96df603e3a47f5ef4ec40f75.tar.gz
mediapointer-dvb-s2-1e0a5f7ce4f1fa6d96df603e3a47f5ef4ec40f75.tar.bz2
- a number of pcHDTV cleanups.
Diffstat (limited to 'linux/drivers/media/video/cx88')
-rw-r--r--linux/drivers/media/video/cx88/cx88-dvb.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/linux/drivers/media/video/cx88/cx88-dvb.c b/linux/drivers/media/video/cx88/cx88-dvb.c
index adcad0b92..316e5d3f6 100644
--- a/linux/drivers/media/video/cx88/cx88-dvb.c
+++ b/linux/drivers/media/video/cx88/cx88-dvb.c
@@ -1,5 +1,5 @@
/*
- * $Id: cx88-dvb.c,v 1.25 2005/02/10 10:38:05 kraxel Exp $
+ * $Id: cx88-dvb.c,v 1.26 2005/02/10 11:43:41 kraxel Exp $
*
* device driver for Conexant 2388x based TV cards
* MPEG Transport Stream (DVB) routines
@@ -174,6 +174,8 @@ static struct cx22702_config hauppauge_novat_config = {
struct or51132_config pchdtv_hd3000 = {
.demod_address = 0x15,
+ .pll_address = 0x61,
+ .pll_desc = &dvb_pll_thomson_dtt7610,
};
static int dvb_register(struct cx8802_dev *dev)