diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-05-09 05:31:50 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-05-09 05:31:50 -0300 |
commit | 631972e5a273451d9c6f5962708afd803f5deeed (patch) | |
tree | 190851fbc391a95e1c1abe627437688d1ea651f4 /linux/drivers/media/video/cx23885/cx23885-dvb.c | |
parent | 761117ef9d86061f47fda80f18837a57a0feb72a (diff) | |
parent | 8b727693b8af14cfee6510a7eccbf4777fa133bc (diff) | |
download | mediapointer-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.c | 4 |
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 = { |