diff options
author | Matthias Benesch <twoof7@freenet.de> | 2009-10-11 14:53:23 +0200 |
---|---|---|
committer | Matthias Benesch <twoof7@freenet.de> | 2009-10-11 14:53:23 +0200 |
commit | f54aa101e722c6ffade627cb5cf43b50d894cd9c (patch) | |
tree | 2f480ff35b5fab7eaf316ca368904d0460a36a28 /linux/drivers/media/dvb/frontends | |
parent | f3c1d3f451080e0e216b8a9cd409dbd27c3009e7 (diff) | |
download | mediapointer-dvb-s2-f54aa101e722c6ffade627cb5cf43b50d894cd9c.tar.gz mediapointer-dvb-s2-f54aa101e722c6ffade627cb5cf43b50d894cd9c.tar.bz2 |
Changed stv0900_config.
Removed stv0900_regs and set stv0900_config.ts_config_regs=NULL. Set path1_mode and path2_mode to STV0900_SRIAL_PUNCT_CLOCK.
Diffstat (limited to 'linux/drivers/media/dvb/frontends')
-rw-r--r-- | linux/drivers/media/dvb/frontends/stv090x.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/linux/drivers/media/dvb/frontends/stv090x.c b/linux/drivers/media/dvb/frontends/stv090x.c index 7283a8d69..8b152bea3 100644 --- a/linux/drivers/media/dvb/frontends/stv090x.c +++ b/linux/drivers/media/dvb/frontends/stv090x.c @@ -888,9 +888,7 @@ static struct stv090x_reg stv0900_initval[] = { { STV090x_AGCRF1CFG, 0x11 }, { STV090x_AGCRF2CFG, 0x13 }, { STV090x_TSGENERAL1X, 0x14 }, - { STV090x_TSTTNR1, 0x26 }, { STV090x_TSTTNR2, 0x21 }, - { STV090x_TSTTNR3, 0x26 }, { STV090x_TSTTNR4, 0x21 }, { STV090x_P2_DISTXCTL, 0x22 }, { STV090x_P2_F22TX, 0xc0 }, |