diff options
author | Andreas Regel <andreas.regel@gmx.de> | 2010-01-05 17:19:43 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-02-26 13:10:36 -0500 |
commit | 97f7a2ae1a8a1e44a481456375efced75210e5eb (patch) | |
tree | 0acc51538d65350219254dc06af3e2dc66f82520 /drivers/media/dvb/ttpci | |
parent | b79c6df705e02b5dcb0e9360a15b28373813fec1 (diff) |
V4L/DVB (13975): [STV090x] Added internal structure with shared settings and data.
As the STV0900 features two demodulation paths in one chip there is
some information used by both instances of the driver when used in
dual mode. This information is now shared in an internal structure
referenced by I2C adapter and address.
Do initialisation of the demodulator only once when used in dual mode.
Moved global mutex demod_lock to internal structure.
Moved dev_ver and mclk to internal structure.
Removed unused tuner_refclk from stv090x_state.
Signed-off-by: Andreas Regel <andreas.regel@gmx.de>
Signed-off-by: Manu Abraham <manu@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/ttpci')
-rw-r--r-- | drivers/media/dvb/ttpci/budget.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/dvb/ttpci/budget.c b/drivers/media/dvb/ttpci/budget.c index e48380c48990..d9aa9bd31b80 100644 --- a/drivers/media/dvb/ttpci/budget.c +++ b/drivers/media/dvb/ttpci/budget.c | |||
@@ -435,7 +435,6 @@ static struct stv090x_config tt1600_stv090x_config = { | |||
435 | 435 | ||
436 | .xtal = 27000000, | 436 | .xtal = 27000000, |
437 | .address = 0x68, | 437 | .address = 0x68, |
438 | .ref_clk = 27000000, | ||
439 | 438 | ||
440 | .ts1_mode = STV090x_TSMODE_DVBCI, | 439 | .ts1_mode = STV090x_TSMODE_DVBCI, |
441 | .ts2_mode = STV090x_TSMODE_SERIAL_CONTINUOUS, | 440 | .ts2_mode = STV090x_TSMODE_SERIAL_CONTINUOUS, |