diff options
author | Antti Palosaari <crope@iki.fi> | 2013-03-07 21:25:16 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2013-03-21 19:03:20 -0300 |
commit | bb2e12a6f983045f4452f7561c712162002ccf44 (patch) | |
tree | 0eb7372fcf5f4eb1d48b4e6b2ce1e0874ee504e9 /drivers/media/dvb-frontends/af9033.c | |
parent | a72cbb77c1f18e7e560afea9cba1159fa0968c50 (diff) |
[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.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/media/dvb-frontends/af9033.c b/drivers/media/dvb-frontends/af9033.c index 1386d296812..d6fc566669e 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: |