aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb-frontends/af9033.c
diff options
context:
space:
mode:
authorAntti Palosaari <crope@iki.fi>2013-03-07 21:25:16 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2013-03-21 19:03:20 -0300
commitbb2e12a6f983045f4452f7561c712162002ccf44 (patch)
tree0eb7372fcf5f4eb1d48b4e6b2ce1e0874ee504e9 /drivers/media/dvb-frontends/af9033.c
parent[media] af9033: add IT9135 tuner config "38" init table (diff)
downloadlinux-dev-bb2e12a6f983045f4452f7561c712162002ccf44.tar.xz
linux-dev-bb2e12a6f983045f4452f7561c712162002ccf44.zip
[media] af9033: add IT9135 tuner config "51" 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 1386d2968129..d6fc566669ea 100644
--- a/drivers/media/dvb-frontends/af9033.c
+++ b/drivers/media/dvb-frontends/af9033.c
@@ -351,6 +351,9 @@ static int af9033_init(struct dvb_frontend *fe)
init = tuner_init_it9135_38;
break;
case AF9033_TUNER_IT9135_51:
+ len = ARRAY_SIZE(tuner_init_it9135_51);
+ init = tuner_init_it9135_51;
+ break;
case AF9033_TUNER_IT9135_52:
case AF9033_TUNER_IT9135_60:
case AF9033_TUNER_IT9135_61: