diff options
author | Manu Abraham <abraham.manu@gmail.com> | 2009-04-07 04:19:54 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-06-16 17:20:38 -0400 |
commit | 017eb0381fedbfdcad1e8e536d014c4064e6687f (patch) | |
tree | b88ea3f72137c515ad5fd18785787a07915d5a13 /drivers/media/dvb/ttpci | |
parent | dd4c2b3f6a2d30602d22485ab725c84f2fb074b6 (diff) |
V4L/DVB (11581): stv090x and stv6110x: fix repeater level setup and ref clock
* Reference clock was unused
* Fix missing repeater level setup
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-ci.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/dvb/ttpci/budget-ci.c b/drivers/media/dvb/ttpci/budget-ci.c index 7222030345d5..dbdc7953c6a1 100644 --- a/drivers/media/dvb/ttpci/budget-ci.c +++ b/drivers/media/dvb/ttpci/budget-ci.c | |||
@@ -1361,6 +1361,8 @@ static struct stv090x_config tt1600_stv090x_config = { | |||
1361 | .ts1_mode = STV090x_TSMODE_DVBCI, | 1361 | .ts1_mode = STV090x_TSMODE_DVBCI, |
1362 | .ts2_mode = STV090x_TSMODE_DVBCI, | 1362 | .ts2_mode = STV090x_TSMODE_DVBCI, |
1363 | 1363 | ||
1364 | .repeater_level = STV090x_RPTLEVEL_16, | ||
1365 | |||
1364 | .tuner_init = NULL, | 1366 | .tuner_init = NULL, |
1365 | .tuner_set_mode = NULL, | 1367 | .tuner_set_mode = NULL, |
1366 | .tuner_set_frequency = NULL, | 1368 | .tuner_set_frequency = NULL, |