summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx23885/cx23885-dvb.c
diff options
context:
space:
mode:
authorSteven Toth2009-05-16 02:04:18 +0200
committerMauro Carvalho Chehab2009-06-16 23:21:13 +0200
commit8816bef53cfaf21fcce47fe5fd403d2e39ba6d2d (patch)
tree0cf83c34203c53fa71d7c9d577429609752c6cac /drivers/media/video/cx23885/cx23885-dvb.c
parentV4L/DVB (11854): TDA10048: Ensure the I/F changes during DVB-T 6/7/8 bandwidt... (diff)
downloadkernel-qcow2-linux-8816bef53cfaf21fcce47fe5fd403d2e39ba6d2d.tar.gz
kernel-qcow2-linux-8816bef53cfaf21fcce47fe5fd403d2e39ba6d2d.tar.xz
kernel-qcow2-linux-8816bef53cfaf21fcce47fe5fd403d2e39ba6d2d.zip
V4L/DVB (11855): cx23885: Ensure we specify I/F's for all bandwidths
cx23885: Ensure we specify I/F's for all bandwidths Signed-off-by: Steven Toth <stoth@kernellabs.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/cx23885/cx23885-dvb.c')
-rw-r--r--drivers/media/video/cx23885/cx23885-dvb.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/media/video/cx23885/cx23885-dvb.c b/drivers/media/video/cx23885/cx23885-dvb.c
index c3293d8eb33b..577e83829adf 100644
--- a/drivers/media/video/cx23885/cx23885-dvb.c
+++ b/drivers/media/video/cx23885/cx23885-dvb.c
@@ -124,7 +124,9 @@ static struct tda10048_config hauppauge_hvr1200_config = {
.output_mode = TDA10048_SERIAL_OUTPUT,
.fwbulkwritelen = TDA10048_BULKWRITE_200,
.inversion = TDA10048_INVERSION_ON,
- .if_freq_khz = TDA10048_IF_4300,
+ .dtv6_if_freq_khz = TDA10048_IF_3300,
+ .dtv7_if_freq_khz = TDA10048_IF_3800,
+ .dtv8_if_freq_khz = TDA10048_IF_4300,
.clk_freq_khz = TDA10048_CLK_16000,
};