diff options
author | Gerd Knorr <devnull@localhost> | 2005-02-17 10:24:08 +0000 |
---|---|---|
committer | Gerd Knorr <devnull@localhost> | 2005-02-17 10:24:08 +0000 |
commit | ad57ce5aa84c8f7f614c5a1eb0cc0cdbf96998b8 (patch) | |
tree | 25a0b4cb6abefc91dd782e2034ace6f80e92ebf3 /linux/drivers/media/video | |
parent | d57395c9d242f9e9aff04a7231575f24dc4e43f9 (diff) | |
download | mediapointer-dvb-s2-ad57ce5aa84c8f7f614c5a1eb0cc0cdbf96998b8.tar.gz mediapointer-dvb-s2-ad57ce5aa84c8f7f614c5a1eb0cc0cdbf96998b8.tar.bz2 |
- or51132 update from Rusty Scott, some fixups from me ;)
Diffstat (limited to 'linux/drivers/media/video')
-rw-r--r-- | linux/drivers/media/video/cx88/cx88-dvb.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/linux/drivers/media/video/cx88/cx88-dvb.c b/linux/drivers/media/video/cx88/cx88-dvb.c index 057c7349c..7d801c51f 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.27 2005/02/15 15:59:35 kraxel Exp $ + * $Id: cx88-dvb.c,v 1.28 2005/02/17 10:24:08 kraxel Exp $ * * device driver for Conexant 2388x based TV cards * MPEG Transport Stream (DVB) routines @@ -184,9 +184,9 @@ static struct cx22702_config hauppauge_novat_config = { #if HAVE_OR51132 struct or51132_config pchdtv_hd3000 = { - .demod_address = 0x15, - .pll_address = 0x61, - .pll_desc = &dvb_pll_thomson_dtt7610, + .demod_address = 0x15, + .pll_address = 0x61, + .pll_desc = &dvb_pll_thomson_dtt7610, }; #endif |