aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/ttpci
diff options
context:
space:
mode:
authorAndreas Regel <andreas.regel@gmx.de>2009-04-07 15:09:52 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-06-16 17:20:38 -0400
commit54d859ec563d2f0cbbc03e45e204325c5f2118bf (patch)
treee104962e867e5af697d52e2d87e78430e3d89381 /drivers/media/dvb/ttpci
parent5657150759ab67292db0333808a069970328663b (diff)
V4L/DVB (11583): isl6423: Various fixes to use external modulation
Use external modulation 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-ci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/dvb/ttpci/budget-ci.c b/drivers/media/dvb/ttpci/budget-ci.c
index dbdc7953c6a1..e1c83c513f3c 100644
--- a/drivers/media/dvb/ttpci/budget-ci.c
+++ b/drivers/media/dvb/ttpci/budget-ci.c
@@ -1383,6 +1383,7 @@ static struct stv6110x_config tt1600_stv6110x_config = {
1383static struct isl6423_config tt1600_isl6423_config = { 1383static struct isl6423_config tt1600_isl6423_config = {
1384 .current_max = SEC_CURRENT_515m, 1384 .current_max = SEC_CURRENT_515m,
1385 .curlim = SEC_CURRENT_LIM_ON, 1385 .curlim = SEC_CURRENT_LIM_ON,
1386 .mod_extern = 1,
1386 .addr = 0x08, 1387 .addr = 0x08,
1387}; 1388};
1388 1389