aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb-frontends/af9033.c
diff options
context:
space:
mode:
authorAntti Palosaari <crope@iki.fi>2013-03-07 21:44:30 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2013-03-21 19:04:15 -0300
commit85211323fa61d1eb9171e0cb6a9ca48490d03aaf (patch)
tree0b9743cd24591cf2b4beeceda708d95c0decf08e /drivers/media/dvb-frontends/af9033.c
parent[media] af9033: add IT9135 tuner config "60" init table (diff)
downloadlinux-dev-85211323fa61d1eb9171e0cb6a9ca48490d03aaf.tar.xz
linux-dev-85211323fa61d1eb9171e0cb6a9ca48490d03aaf.zip
[media] af9033: add IT9135 tuner config "61" init table
Dumped out from the Windows driver version 12.07.06.1 Signed-off-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb-frontends/af9033.c')
-rw-r--r--drivers/media/dvb-frontends/af9033.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/media/dvb-frontends/af9033.c b/drivers/media/dvb-frontends/af9033.c
index 9359dbd0ceb8..c3c3a6d38a25 100644
--- a/drivers/media/dvb-frontends/af9033.c
+++ b/drivers/media/dvb-frontends/af9033.c
@@ -363,6 +363,9 @@ static int af9033_init(struct dvb_frontend *fe)
init = tuner_init_it9135_60;
break;
case AF9033_TUNER_IT9135_61:
+ len = ARRAY_SIZE(tuner_init_it9135_61);
+ init = tuner_init_it9135_61;
+ break;
case AF9033_TUNER_IT9135_62:
len = 0;
break;