diff options
author | Steven Toth <stoth@hauppauge.com> | 2007-12-19 23:14:43 -0500 |
---|---|---|
committer | Steven Toth <stoth@hauppauge.com> | 2007-12-19 23:14:43 -0500 |
commit | 80c27750a493f1a2515e536cef29f7fe4aacf550 (patch) | |
tree | b034f49bb09e4b33d644a46974f5cc92d4a38ccb /linux/drivers/media/video/cx23885 | |
parent | 4fa12bb94a09cc4596e0e1d3770f2b22f32428ef (diff) | |
download | mediapointer-dvb-s2-80c27750a493f1a2515e536cef29f7fe4aacf550.tar.gz mediapointer-dvb-s2-80c27750a493f1a2515e536cef29f7fe4aacf550.tar.bz2 |
xc5000: Cleanups of types, result codes etc.
From: Steven Toth <stoth@hauppauge.com>
This translates much of the xceive coding style, adds
some result codes and generally cleans up whitespace
and function arguments.
Signed-off-by: Steven Toth <stoth@hauppauge.com>
Diffstat (limited to 'linux/drivers/media/video/cx23885')
-rw-r--r-- | linux/drivers/media/video/cx23885/cx23885-dvb.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/linux/drivers/media/video/cx23885/cx23885-dvb.c b/linux/drivers/media/video/cx23885/cx23885-dvb.c index ef705d65d..b374ba4d2 100644 --- a/linux/drivers/media/video/cx23885/cx23885-dvb.c +++ b/linux/drivers/media/video/cx23885/cx23885-dvb.c @@ -147,10 +147,10 @@ static struct s5h1409_config hauppauge_hvr1500q_config = { }; static struct xc5000_config hauppauge_hvr1500q_tunerconfig = { - .i2c_address = 0x61, - .if_frequency = 4570000, + .i2c_address = 0x61, + .if_khz = 5380, .request_firmware = cx23885_request_firmware, - .tuner_reset = hauppauge_hvr1500q_tuner_reset + .tuner_reset = hauppauge_hvr1500q_tuner_reset }; static int dvb_register(struct cx23885_tsport *port) |