diff options
author | Igor M. Liplianin <liplianin@netup.ru> | 2009-10-17 07:58:26 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-12-05 15:41:24 -0500 |
commit | 29372a8daec4c1dca83e294006488b1d47dd965c (patch) | |
tree | 61e560e96ffc8b8cabec94962299abf09a91246b /drivers/media/video/cx23885/cx23885-dvb.c | |
parent | 9329fb5b731cd535a7c7d0690d30e872f29a33d3 (diff) |
V4L/DVB (13336): stv0900: config definition for single/dual mode
Signed-off-by: Igor M. Liplianin <liplianin@netup.ru>
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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/cx23885/cx23885-dvb.c b/drivers/media/video/cx23885/cx23885-dvb.c index 305f4710b5eb..44e5fade0488 100644 --- a/drivers/media/video/cx23885/cx23885-dvb.c +++ b/drivers/media/video/cx23885/cx23885-dvb.c | |||
@@ -400,6 +400,7 @@ static struct stv0900_reg stv0900_ts_regs[] = { | |||
400 | 400 | ||
401 | static struct stv0900_config netup_stv0900_config = { | 401 | static struct stv0900_config netup_stv0900_config = { |
402 | .demod_address = 0x68, | 402 | .demod_address = 0x68, |
403 | .demod_mode = 1, /* dual */ | ||
403 | .xtal = 8000000, | 404 | .xtal = 8000000, |
404 | .clkmode = 3,/* 0-CLKI, 2-XTALI, else AUTO */ | 405 | .clkmode = 3,/* 0-CLKI, 2-XTALI, else AUTO */ |
405 | .diseqc_mode = 2,/* 2/3 PWM */ | 406 | .diseqc_mode = 2,/* 2/3 PWM */ |