summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/cx23885/cx23885-dvb.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2009-05-09 05:31:50 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-05-09 05:31:50 -0300
commit631972e5a273451d9c6f5962708afd803f5deeed (patch)
tree190851fbc391a95e1c1abe627437688d1ea651f4 /linux/drivers/media/video/cx23885/cx23885-dvb.c
parent761117ef9d86061f47fda80f18837a57a0feb72a (diff)
parent8b727693b8af14cfee6510a7eccbf4777fa133bc (diff)
downloadmediapointer-dvb-s2-631972e5a273451d9c6f5962708afd803f5deeed.tar.gz
mediapointer-dvb-s2-631972e5a273451d9c6f5962708afd803f5deeed.tar.bz2
merge: http://www.linuxtv.org/hg/~stoth/tda10048
From: Mauro Carvalho Chehab <mchehab@redhat.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'linux/drivers/media/video/cx23885/cx23885-dvb.c')
-rw-r--r--linux/drivers/media/video/cx23885/cx23885-dvb.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/linux/drivers/media/video/cx23885/cx23885-dvb.c b/linux/drivers/media/video/cx23885/cx23885-dvb.c
index a45e80573..eb3293789 100644
--- a/linux/drivers/media/video/cx23885/cx23885-dvb.c
+++ b/linux/drivers/media/video/cx23885/cx23885-dvb.c
@@ -123,7 +123,9 @@ static struct tda10048_config hauppauge_hvr1200_config = {
.demod_address = 0x10 >> 1,
.output_mode = TDA10048_SERIAL_OUTPUT,
.fwbulkwritelen = TDA10048_BULKWRITE_200,
- .inversion = TDA10048_INVERSION_ON
+ .inversion = TDA10048_INVERSION_ON,
+ .if_freq_khz = TDA10048_IF_4300,
+ .clk_freq_khz = TDA10048_CLK_16000,
};
static struct s5h1409_config hauppauge_ezqam_config = {