diff options
author | Johannes Stezenbach <devnull@localhost> | 2004-01-16 14:34:05 +0000 |
---|---|---|
committer | Johannes Stezenbach <devnull@localhost> | 2004-01-16 14:34:05 +0000 |
commit | 9369eba75d0d500eb3837d4c9b452b7d66f23dad (patch) | |
tree | 7c8792557a5bb5d7412aaee951893a998597d227 /linux/drivers/media/dvb/frontends | |
parent | 3cdf06b0f1722016220e97409fe2f21b222bda33 (diff) | |
download | mediapointer-dvb-s2-9369eba75d0d500eb3837d4c9b452b7d66f23dad.tar.gz mediapointer-dvb-s2-9369eba75d0d500eb3837d4c9b452b7d66f23dad.tar.bz2 |
merge frontend improvements from DVB tree:
- schedule_timeout(1) in dvb_frontend.c after setting
frontend and before waking up frontend thread
- do FE_RESET in each iteration of frontend thread if !FE_HAS_LOCK
- use aquire_signal flag to call FE_RESET only after tuning
until FE_HAS_LOCK has been signalled, and not when
FE_HAS_LOCK drops out for short periods of time later
Diffstat (limited to 'linux/drivers/media/dvb/frontends')
-rw-r--r-- | linux/drivers/media/dvb/frontends/ves1x93.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/linux/drivers/media/dvb/frontends/ves1x93.c b/linux/drivers/media/dvb/frontends/ves1x93.c index 12410b1ea..e6e6ba3fb 100644 --- a/linux/drivers/media/dvb/frontends/ves1x93.c +++ b/linux/drivers/media/dvb/frontends/ves1x93.c @@ -395,9 +395,6 @@ static int ves1x93_set_symbolrate (struct dvb_i2c_bus *i2c, u32 srate) else ves1x93_writereg (i2c, 0x05, init_1x93_tab[0x05] & 0x7f); - ves1x93_writereg (i2c, 0x00, 0x00); - ves1x93_writereg (i2c, 0x00, 0x01); - /* ves1993 hates this, will lose lock */ if (demod_type != DEMOD_VES1993) ves1x93_clr_bit (i2c); |