diff options
author | Steven Toth <stoth@linuxtv.org> | 2009-05-02 10:08:23 -0400 |
---|---|---|
committer | Steven Toth <stoth@linuxtv.org> | 2009-05-02 10:08:23 -0400 |
commit | 92374741385c325820e860ceeec329bab96c40e7 (patch) | |
tree | b2768001c9cf570e19dcf699b92384b2ec2970b8 /linux | |
parent | 77ac583a25bcae37eff2c535fc7b3fe6a26d937e (diff) | |
download | mediapointer-dvb-s2-92374741385c325820e860ceeec329bab96c40e7.tar.gz mediapointer-dvb-s2-92374741385c325820e860ceeec329bab96c40e7.tar.bz2 |
cx23885: For tda10048 boards ensure we specify the I/F
From: Steven Toth <stoth@linuxtv.org>
cx23885: For tda10048 boards ensure we specify the I/F
Priority: normal
Signed-off-by: Steven Toth <stoth@linuxtv.org>
Diffstat (limited to 'linux')
-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 119907f29..bad7430f1 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 = { |