diff options
author | Matthias Benesch <twoof7@freenet.de> | 2009-10-11 14:53:23 +0200 |
---|---|---|
committer | Matthias Benesch <twoof7@freenet.de> | 2009-12-08 21:32:47 +0100 |
commit | 65c3b6de99a05f5272c3b263719cf2abfa8f3cd8 (patch) | |
tree | 2f480ff35b5fab7eaf316ca368904d0460a36a28 /linux/drivers/media/dvb/frontends | |
parent | be520898836865c749ff6f4751718f2d3f669f96 (diff) | |
download | mediapointer-dvb-s2-65c3b6de99a05f5272c3b263719cf2abfa8f3cd8.tar.gz mediapointer-dvb-s2-65c3b6de99a05f5272c3b263719cf2abfa8f3cd8.tar.bz2 |
Changed stv0900_config within module ngene.
From: Matthias Benesch <twoof7@freenet.de>
Removed stv0900_regs and set stv0900_config.ts_config_regs=NULL.
Set path1_mode and path2_mode to STV0900_SRIAL_PUNCT_CLOCK.
Priority: normal
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 }, |