diff options
author | Steven Toth <stoth@kernellabs.com> | 2009-05-16 02:04:18 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-06-16 23:21:13 +0200 |
commit | 8816bef53cfaf21fcce47fe5fd403d2e39ba6d2d (patch) | |
tree | 0cf83c34203c53fa71d7c9d577429609752c6cac /drivers/media/video/cx23885/cx23885-dvb.c | |
parent | V4L/DVB (11854): TDA10048: Ensure the I/F changes during DVB-T 6/7/8 bandwidt... (diff) | |
download | linux-8816bef53cfaf21fcce47fe5fd403d2e39ba6d2d.tar.xz 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.c | 4 |
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, }; |